From 154683b5eb16f5f48fdff8aff2f6d7b8b7520a57 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 26 Jan 2006 07:38:43 +0000 Subject: [PATCH] Whoops! (hope this compiles...) --- src/video/quartz/SDL_QuartzVideo.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video/quartz/SDL_QuartzVideo.m b/src/video/quartz/SDL_QuartzVideo.m index 0b49a3793..7f54dfd74 100644 --- a/src/video/quartz/SDL_QuartzVideo.m +++ b/src/video/quartz/SDL_QuartzVideo.m @@ -213,6 +213,9 @@ static int QZ_VideoInit (_THIS, SDL_PixelFormat *video_format) { /* 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; }