Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemvideo.c @ 1239:cbdb2c156aca
Rollback
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sun, 08 Jan 2006 17:29:19 +0000 |
parents | 1901fea5edac |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1238:1901fea5edac | 1239:cbdb2c156aca |
---|---|
466 | 466 |
467 SDL_modelist[1] = NULL; | 467 SDL_modelist[1] = NULL; |
468 | 468 |
469 #ifdef HAVE_OPENGL | 469 #ifdef HAVE_OPENGL |
470 SDL_AtariGL_InitPointers(this); | 470 SDL_AtariGL_InitPointers(this); |
471 SDL_AtariGL_LoadLibrary(this, NULL); | |
472 #endif | 471 #endif |
473 | 472 |
474 /* We're done! */ | 473 /* We're done! */ |
475 return(0); | 474 return(0); |
476 } | 475 } |