comparison 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
comparison
equal deleted inserted replaced
1496:405e20dc004c 1497:420b3f47806d
150 int colorscale; 150 int colorscale;
151 int dstLineStep; // in bytes 151 int dstLineStep; // in bytes
152 int dstPixelStep; // in bytes 152 int dstPixelStep; // in bytes
153 int startOffset; // in bytes 153 int startOffset; // in bytes
154 int useVga; 154 int useVga;
155 int suspended; // do not pu anything into video memory
155 }; 156 };
156 157
157 158
158 #define gapiBuffer this->hidden->buffer 159 #define gapiBuffer this->hidden->buffer
159 #define gapi this->hidden 160 #define gapi this->hidden