# HG changeset patch # User Sam Lantinga # Date 1138261123 0 # Node ID 092722dbc766b7c54c11e446d8229dc2431876fe # Parent b1425473be0fede2c9c7fdf234deeee42e41c8e1 Whoops! (hope this compiles...) diff -r b1425473be0f -r 092722dbc766 src/video/quartz/SDL_QuartzVideo.m --- 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; }