Mercurial > sdl-ios-xcode
comparison src/video/wscons/SDL_wsconsvideo.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 |
---|---|
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 |