comparison src/video/dc/SDL_dcvideo.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
156 } 156 }
157 157
158 const static SDL_Rect RECT_800x600 = { 0, 0, 800, 600 }, RECT_640x480 = { 158 const static SDL_Rect RECT_800x600 = { 0, 0, 800, 600 }, RECT_640x480 = {
159 0, 0, 640, 480}, RECT_320x240 = { 159 0, 0, 640, 480}, RECT_320x240 = {
160 0, 0, 320, 240}; 160 0, 0, 320, 240};
161
161 const static SDL_Rect *vid_modes[] = { 162 const static SDL_Rect *vid_modes[] = {
162 &RECT_800x600, 163 &RECT_800x600,
163 &RECT_640x480, 164 &RECT_640x480,
164 &RECT_320x240, 165 &RECT_320x240,
165 NULL 166 NULL
294 static int 295 static int
295 DC_AllocHWSurface(_THIS, SDL_Surface * surface) 296 DC_AllocHWSurface(_THIS, SDL_Surface * surface)
296 { 297 {
297 return (-1); 298 return (-1);
298 } 299 }
300
299 static void 301 static void
300 DC_FreeHWSurface(_THIS, SDL_Surface * surface) 302 DC_FreeHWSurface(_THIS, SDL_Surface * surface)
301 { 303 {
302 return; 304 return;
303 } 305 }