Mercurial > sdl-ios-xcode
log src/video/SDL_sysvideo.h @ 5284:96a22141cf86 tip
age | author | description |
---|---|---|
Sat, 12 Feb 2011 12:04:00 -0800 | Sam Lantinga | changeset: 5272:cb08ef104ac4 |
Fri, 11 Feb 2011 22:37:15 -0800 | Sam Lantinga | Happy 2011! :) |
Fri, 11 Feb 2011 20:49:13 -0800 | Sam Lantinga | There is only one width and height for the window. If those are changed during the course of a fullscreen mode change, then they'll stay that size when returning to windowed mode. |
Fri, 11 Feb 2011 00:25:44 -0800 | Sam Lantinga | Mostly fixed fullscreen mode on Mac OS X, and you can toggle it on and off. |
Thu, 10 Feb 2011 14:44:25 -0800 | Sam Lantinga | Window coordinates are in the global space and windows are not tied to a particular display. |
Thu, 10 Feb 2011 12:14:37 -0800 | Sam Lantinga | Be explicit about what display you're querying. The default display is 0. |
Thu, 10 Feb 2011 11:39:08 -0800 | Sam Lantinga | Removed gamma support since it wasn't widely used and not well supported. |