changeset 2961:9f16a1761fa5

The _NET_WM_ICON protocol doesn't require the icon to be set before the window is shown.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 02 Jan 2009 09:50:25 +0000
parents 91708bc14aab
children 1e242954330b
files include/SDL_video.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_video.h	Fri Jan 02 09:27:36 2009 +0000
+++ b/include/SDL_video.h	Fri Jan 02 09:50:25 2009 +0000
@@ -596,8 +596,6 @@
  * \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);