Mercurial > sdl-ios-xcode
comparison src/video/quartz/SDL_QuartzVideo.m @ 1271:092722dbc766
Whoops! (hope this compiles...)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 26 Jan 2006 07:38:43 +0000 |
parents | ca2f0da7b708 |
children | 58b114ef50e7 |
comparison
equal
deleted
inserted
replaced
1270:b1425473be0f | 1271:092722dbc766 |
---|---|
211 system_version = 0; | 211 system_version = 0; |
212 | 212 |
213 /* register for sleep notifications so wake from sleep generates SDL_VIDEOEXPOSE */ | 213 /* register for sleep notifications so wake from sleep generates SDL_VIDEOEXPOSE */ |
214 QZ_RegisterForSleepNotifications (this); | 214 QZ_RegisterForSleepNotifications (this); |
215 | 215 |
216 /* Fill in some window manager capabilities */ | |
217 this->info.wm_available = 1; | |
218 | |
216 return 0; | 219 return 0; |
217 } | 220 } |
218 | 221 |
219 static SDL_Rect** QZ_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags) { | 222 static SDL_Rect** QZ_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags) { |
220 | 223 |