author | Sam Lantinga <slouken@libsdl.org> |
Thu, 26 Jan 2006 07:38:43 +0000 | |
changeset 1271 | 092722dbc766 |
parent 1270 | b1425473be0f |
child 1272 | 94c0709f8856 |
--- 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; }