log src/events/SDL_windowevents.c @ 5115:686d795b1b29

age author description
Thu, 27 Jan 2011 15:58:30 -0600 krogoway When the last window is closed and the SDL_WINDOWEVENT_CLOSE event is sent, send the SDL_QUIT event.
Wed, 19 Jan 2011 16:02:15 -0800 Sam Lantinga Window move events have the same problem as size events on Windows
Thu, 25 Mar 2010 01:08:26 -0700 Sam Lantinga General improvements for user custom event registration
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Thu, 21 Jan 2010 06:21:52 +0000 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
Wed, 16 Dec 2009 00:55:33 +0000 Sam Lantinga Fixed bug #666