branch | SDL-1.2 |
changeset 3981 | b0d021cf41b6 |
parent 1465 | 8dfa9a6d69a5 |
child 3992 | c75679dce60c |
1.1 --- a/src/video/windib/SDL_dibvideo.h Tue Jun 26 00:57:09 2007 +0000 1.2 +++ b/src/video/windib/SDL_dibvideo.h Tue Jun 26 20:02:40 2007 +0000 1.3 @@ -41,6 +41,8 @@ 1.4 HBITMAP screen_bmp; 1.5 HPALETTE screen_pal; 1.6 1.7 + int allow_screensaver; 1.8 + 1.9 #define NUM_MODELISTS 4 /* 8, 16, 24, and 32 bits-per-pixel */ 1.10 int SDL_nummodes[NUM_MODELISTS]; 1.11 SDL_Rect **SDL_modelist[NUM_MODELISTS];