Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 1:cf2af46e9e2a
Changes since SDL 1.2.0 release
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 26 Apr 2001 16:50:19 +0000 |
parents | 74212992fb08 |
children | 2c4a3a759c66 |
comparison
equal
deleted
inserted
replaced
0:74212992fb08 | 1:cf2af46e9e2a |
---|---|
81 #ifdef ENABLE_DRAWSPROCKET | 81 #ifdef ENABLE_DRAWSPROCKET |
82 &DSp_bootstrap, | 82 &DSp_bootstrap, |
83 #endif | 83 #endif |
84 #ifdef ENABLE_CYBERGRAPHICS | 84 #ifdef ENABLE_CYBERGRAPHICS |
85 &CGX_bootstrap, | 85 &CGX_bootstrap, |
86 #endif | |
87 #ifdef ENABLE_DUMMYVIDEO | |
88 &DUMMY_bootstrap, | |
86 #endif | 89 #endif |
87 NULL | 90 NULL |
88 }; | 91 }; |
89 SDL_VideoDevice *current_video = NULL; | 92 SDL_VideoDevice *current_video = NULL; |
90 | 93 |