comparison src/video/xbios/SDL_xbios.c @ 2043:adf732f1f016

Formatting update
author Sam Lantinga <slouken@libsdl.org>
date Sun, 24 Sep 2006 15:56:55 +0000
parents 12ef90a41631
children 4b3f98a9a2c1
comparison
equal deleted inserted replaced
2042:3908e1f808e1 2043:adf732f1f016
169 /* Video functions */ 169 /* Video functions */
170 device->VideoInit = XBIOS_VideoInit; 170 device->VideoInit = XBIOS_VideoInit;
171 device->VideoQuit = XBIOS_VideoQuit; 171 device->VideoQuit = XBIOS_VideoQuit;
172 172
173 /* Modes */ 173 /* Modes */
174 device->GetDisplayModes = NULL /*XBIOS_GetDisplayModes*/; 174 device->GetDisplayModes = NULL /*XBIOS_GetDisplayModes */ ;
175 device->SetDisplayMode = NULL /*XBIOS_SetDisplayMode*/; 175 device->SetDisplayMode = NULL /*XBIOS_SetDisplayMode */ ;
176 176
177 /* Events */ 177 /* Events */
178 device->PumpEvents = SDL_Atari_PumpEvents; 178 device->PumpEvents = SDL_Atari_PumpEvents;
179 179
180 #if SDL_VIDEO_OPENGL 180 #if SDL_VIDEO_OPENGL