Mercurial > sdl-ios-xcode
comparison include/SDL_syswm.h @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | a80e1e0880b8 |
children | 782fd950bd46 c121d94672cb be84332e761e |
comparison
equal
deleted
inserted
replaced
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
113 typedef struct SDL_SysWMinfo { | 113 typedef struct SDL_SysWMinfo { |
114 SDL_version version ; | 114 SDL_version version ; |
115 GR_WINDOW_ID window ; /* The display window */ | 115 GR_WINDOW_ID window ; /* The display window */ |
116 } SDL_SysWMinfo; | 116 } SDL_SysWMinfo; |
117 | 117 |
118 #elif defined(SDL_VIDEO_DRIVER_WINDIB) || defined(SDL_VIDEO_DRIVER_DDRAW) | 118 #elif defined(SDL_VIDEO_DRIVER_WINDIB) || defined(SDL_VIDEO_DRIVER_DDRAW) || defined(SDL_VIDEO_DRIVER_GAPI) |
119 #define WIN32_LEAN_AND_MEAN | 119 #define WIN32_LEAN_AND_MEAN |
120 #include <windows.h> | 120 #include <windows.h> |
121 | 121 |
122 /* The windows custom event structure */ | 122 /* The windows custom event structure */ |
123 struct SDL_SysWMmsg { | 123 struct SDL_SysWMmsg { |