Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.c @ 1239:cbdb2c156aca
Rollback
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sun, 08 Jan 2006 17:29:19 +0000 |
parents | 1901fea5edac |
children | 3cfb04f6e726 |
comparison
equal
deleted
inserted
replaced
1238:1901fea5edac | 1239:cbdb2c156aca |
---|---|
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); | |
468 #endif | 467 #endif |
469 | 468 |
470 /* We're done! */ | 469 /* We're done! */ |
471 return(0); | 470 return(0); |
472 } | 471 } |