mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 19:51:40 -05:00
Whoops! (hope this compiles...)
This commit is contained in:
parent
e18aeca150
commit
154683b5eb
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user