Skip to content

Commit

Permalink
Whoops! (hope this compiles...)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 26, 2006
1 parent 5fe880c commit d041635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/quartz/SDL_QuartzVideo.m
Expand Up @@ -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;
}

Expand Down

0 comments on commit d041635

Please sign in to comment.