Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemvideo.c @ 3943:1d9cd0ff67cc SDL-1.2
Oops
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 26 May 2007 20:12:58 +0000 |
parents | b3b6f1a8d60a |
children | d59dacd36696 |
comparison
equal
deleted
inserted
replaced
3942:b3b6f1a8d60a | 3943:1d9cd0ff67cc |
---|---|
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; | 470 this->info.wm_available = 1; |
471 | 471 |
472 /* We're done! */ | 472 /* We're done! */ |
473 return(0); | 473 return(0); |
474 } | 474 } |
475 | 475 |