Mercurial > sdl-ios-xcode
comparison src/video/gem/SDL_gemvideo.c @ 1238:1901fea5edac
Load default OpenGL library if needed at driver initialization
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sun, 08 Jan 2006 10:22:27 +0000 |
parents | a8068adf156b |
children | cbdb2c156aca |
comparison
equal
deleted
inserted
replaced
1237:a8068adf156b | 1238:1901fea5edac |
---|---|
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); | |
471 #endif | 472 #endif |
472 | 473 |
473 /* We're done! */ | 474 /* We're done! */ |
474 return(0); | 475 return(0); |
475 } | 476 } |