Whoops! (hope this compiles...)

This commit is contained in:
Sam Lantinga 2006-01-26 07:38:43 +00:00
parent e18aeca150
commit 154683b5eb

View File

@ -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;
}