GEM has a window manager, of course

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402314
This commit is contained in:
Patrice Mandin 2007-05-26 19:46:04 +00:00
parent 58207d9ed7
commit daab75fdf5

View file

@ -479,6 +479,8 @@ GEM_VideoInit(_THIS, SDL_PixelFormat * vformat)
SDL_AtariGL_InitPointers(this);
#endif
this->info.wm_available = 1;
/* We're done! */
return (0);
}