Mercurial > sdl-ios-xcode
log src/video/win32/SDL_win32window.c @ 4787:e25ad8d97027
age | author | description |
---|---|---|
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. |
Tue, 15 Dec 2009 09:20:10 +0000 | Sam Lantinga | Fixed bug #905 |
Sun, 06 Dec 2009 08:39:01 +0000 | Sam Lantinga | The window position is display relative, at least for now... |
Sun, 06 Dec 2009 08:03:38 +0000 | Sam Lantinga | Added an API function to query geometry of multiple monitors: |
Fri, 12 Jun 2009 08:41:48 +0000 | Sam Lantinga | Fixed some compile errors and warnings under Visual C++ |