From 73da3be2e156b9f1823e7b986c686ae18de173cf Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 2 Jan 2009 09:50:25 +0000 Subject: [PATCH] The _NET_WM_ICON protocol doesn't require the icon to be set before the window is shown. --- include/SDL_video.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 2041906cc..389de9e18 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -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);