From f9a0d22b6bc52e489cd5ee7f1d782d2df174770a Mon Sep 17 00:00:00 2001 From: Sam Lantinga <slouken@libsdl.org> Date: Thu, 26 Jan 2006 07:38:43 +0000 Subject: [PATCH] Whoops! (hope this compiles...) --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401274 --- 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 0b49a379..7f54dfd7 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; } -- 2.18.1