Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.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 | bf145eaf76ef |
children | cbdb2c156aca |
comparison
equal
deleted
inserted
replaced
1237:a8068adf156b | 1238:1901fea5edac |
---|---|
462 /* Init chunky to planar routine */ | 462 /* Init chunky to planar routine */ |
463 SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8; | 463 SDL_Atari_C2pConvert = SDL_Atari_C2pConvert8; |
464 | 464 |
465 #ifdef HAVE_OPENGL | 465 #ifdef HAVE_OPENGL |
466 SDL_AtariGL_InitPointers(this); | 466 SDL_AtariGL_InitPointers(this); |
467 SDL_AtariGL_LoadLibrary(this, NULL); | |
467 #endif | 468 #endif |
468 | 469 |
469 /* We're done! */ | 470 /* We're done! */ |
470 return(0); | 471 return(0); |
471 } | 472 } |