Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
GEM has a window manager, of course
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/video/gem/SDL_gemvideo.c
|
@@ -467,6 +467,8 @@ int GEM_VideoInit(_THIS, SDL_PixelFormat *vformat) |
|
|
SDL_AtariGL_InitPointers(this); |
|
|
#endif |
|
|
|
|
|
video->info.wm_available = 1; |
|
|
|
|
|
/* We're done! */ |
|
|
return(0); |
|
|
} |
|
|