comparison src/video/SDL_video.c @ 433:706de3956894

Added initial support for PicoGUI (thanks Micah!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Aug 2002 23:24:13 +0000
parents 60effdbf14ee
children 8a43e0cbf02f
comparison
equal deleted inserted replaced
432:80a35d43a58f 433:706de3956894
111 #ifdef ENABLE_GEM 111 #ifdef ENABLE_GEM
112 &GEM_bootstrap, 112 &GEM_bootstrap,
113 #endif 113 #endif
114 #ifdef ENABLE_QTOPIA 114 #ifdef ENABLE_QTOPIA
115 &Qtopia_bootstrap, 115 &Qtopia_bootstrap,
116 #endif
117 #ifdef ENABLE_PICOGUI
118 &PG_bootstrap,
116 #endif 119 #endif
117 NULL 120 NULL
118 }; 121 };
119 122
120 SDL_VideoDevice *current_video = NULL; 123 SDL_VideoDevice *current_video = NULL;