Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
The _NET_WM_ICON protocol doesn't require the icon to be set before t…
Browse files Browse the repository at this point in the history
…he window is shown.
  • Loading branch information
slouken committed Jan 2, 2009
1 parent bfcc032 commit 73da3be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/SDL_video.h
Expand Up @@ -596,8 +596,6 @@ extern DECLSPEC const char *SDLCALL SDL_GetWindowTitle(SDL_WindowID windowID);
* \brief Set the icon of the window.
*
* \param icon The icon for the window
*
* FIXME: The icon needs to be set before the window is first shown. Should some icon representation be part of the window creation data?
*/
extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_Surface * icon);

Expand Down

0 comments on commit 73da3be

Please sign in to comment.