Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 3161:494559cc723b
OpenPandora support added by David Carré
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 31 May 2009 11:53:12 +0000 |
parents | 7f684f249ec9 |
children | dc1eb82ffdaa |
comparison
equal
deleted
inserted
replaced
3160:210e209b87cc | 3161:494559cc723b |
---|---|
118 #if SDL_VIDEO_DRIVER_UIKIT | 118 #if SDL_VIDEO_DRIVER_UIKIT |
119 &UIKIT_bootstrap, | 119 &UIKIT_bootstrap, |
120 #endif | 120 #endif |
121 #if SDL_VIDEO_DRIVER_DUMMY | 121 #if SDL_VIDEO_DRIVER_DUMMY |
122 &DUMMY_bootstrap, | 122 &DUMMY_bootstrap, |
123 #endif | |
124 #if SDL_VIDEO_DRIVER_PANDORA | |
125 &PND_bootstrap, | |
123 #endif | 126 #endif |
124 NULL | 127 NULL |
125 }; | 128 }; |
126 | 129 |
127 static SDL_VideoDevice *_this = NULL; | 130 static SDL_VideoDevice *_this = NULL; |