Mercurial > sdl-ios-xcode
changeset 1271:092722dbc766
Whoops! (hope this compiles...)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 26 Jan 2006 07:38:43 +0000 |
parents | b1425473be0f |
children | 94c0709f8856 |
files | src/video/quartz/SDL_QuartzVideo.m |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m Thu Jan 26 07:33:57 2006 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Thu Jan 26 07:38:43 2006 +0000 @@ -213,6 +213,9 @@ /* register for sleep notifications so wake from sleep generates SDL_VIDEOEXPOSE */ QZ_RegisterForSleepNotifications (this); + /* Fill in some window manager capabilities */ + this->info.wm_available = 1; + return 0; }