diff src/video/gapi/SDL_gapivideo.h @ 1497:420b3f47806d

Fixes from Dmitry Yakimov: fixed bugs 159 and 160: + added threaded timers support ! fixed restoring sdl window focus (AV in windows message handler) ! disabled forgotten cdrom and joystick in config file. * disabled minimizing sdl window while loosing focus. PocketPC does not have a task bar, so it is an inconvenient and unusual behaviour for PPC users. + added WIN_Paint handler for GAPI ! fixed loosing focus while using GAPI videi driver + added TestTimer project * removed unnecessary macros (ENABLE_WINDIB ...) from projects
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Mar 2006 23:46:45 +0000
parents 8dfa9a6d69a5
children 782fd950bd46 c121d94672cb 31c7c57af8a4
line wrap: on
line diff
--- a/src/video/gapi/SDL_gapivideo.h	Sat Mar 11 23:44:21 2006 +0000
+++ b/src/video/gapi/SDL_gapivideo.h	Sat Mar 11 23:46:45 2006 +0000
@@ -152,6 +152,7 @@
 	int dstPixelStep; // in bytes
 	int startOffset; // in bytes
 	int useVga;
+	int suspended; // do not pu anything into video memory
 };