Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemvideo.c @ 3941:2409c20399c1 SDL-1.2
GEM has a window manager, of course
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 26 May 2007 19:44:37 +0000 |
parents | 9ffd318e7b64 |
children | b3b6f1a8d60a |
comparison
equal
deleted
inserted
replaced
3940:cb04355ffec4 | 3941:2409c20399c1 |
---|---|
465 | 465 |
466 #if SDL_VIDEO_OPENGL | 466 #if SDL_VIDEO_OPENGL |
467 SDL_AtariGL_InitPointers(this); | 467 SDL_AtariGL_InitPointers(this); |
468 #endif | 468 #endif |
469 | 469 |
470 video->info.wm_available = 1; | |
471 | |
470 /* We're done! */ | 472 /* We're done! */ |
471 return(0); | 473 return(0); |
472 } | 474 } |
473 | 475 |
474 SDL_Rect **GEM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) | 476 SDL_Rect **GEM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) |