Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 3936:c5c3c772f5aa SDL-1.2
Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's
attempt to disable screen savers. Works for Quartz (Mac OS X) and X11.
Need a formal API for this in 1.3, still.
Fixes Bugzilla #415.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 06 Apr 2007 20:30:41 +0000 |
parents | 5652192b9c8b |
children | 568c9b3c0167 |
comparison
equal
deleted
inserted
replaced
3935:00959c391aa6 | 3936:c5c3c772f5aa |
---|---|
136 int use_xinerama; | 136 int use_xinerama; |
137 int use_xrandr; | 137 int use_xrandr; |
138 int use_vidmode; | 138 int use_vidmode; |
139 int use_xme; | 139 int use_xme; |
140 int currently_fullscreen; | 140 int currently_fullscreen; |
141 | |
142 int allow_screensaver; | |
141 | 143 |
142 /* Automatic mode switching support (entering/leaving fullscreen) */ | 144 /* Automatic mode switching support (entering/leaving fullscreen) */ |
143 Uint32 switch_waiting; | 145 Uint32 switch_waiting; |
144 Uint32 switch_time; | 146 Uint32 switch_time; |
145 | 147 |