Mercurial > sdl-ios-xcode
diff 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 |
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; }