comparison src/video/wscons/SDL_wsconsvideo.c @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
397 static int 397 static int
398 WSCONS_AllocHWSurface(_THIS, SDL_Surface * surface) 398 WSCONS_AllocHWSurface(_THIS, SDL_Surface * surface)
399 { 399 {
400 return -1; 400 return -1;
401 } 401 }
402
402 static void 403 static void
403 WSCONS_FreeHWSurface(_THIS, SDL_Surface * surface) 404 WSCONS_FreeHWSurface(_THIS, SDL_Surface * surface)
404 { 405 {
405 } 406 }
406 407