Mercurial > sdl-ios-xcode
diff src/video/fbcon/SDL_fbvideo.c @ 2698:e1da92da346c gsoc2008_nds
Clean up.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 27 Aug 2008 04:23:38 +0000 |
parents | e27bdcc80744 |
children |
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbvideo.c Thu Aug 21 12:38:21 2008 +0000 +++ b/src/video/fbcon/SDL_fbvideo.c Wed Aug 27 04:23:38 2008 +0000 @@ -82,6 +82,7 @@ {0, 0, 320, 240}, {0, 0, 320, 200} }; + static const struct { int xres; @@ -822,6 +823,7 @@ fprintf(stderr, "\talpha: %d/%d\n", vinfo->transp.length, vinfo->transp.offset); } + static void print_finfo(struct fb_fix_screeninfo *finfo) { @@ -1189,6 +1191,7 @@ screen->hwdata = (struct private_hwdata *) &surfaces; return (0); } + static void FB_FreeHWSurfaces(_THIS) { @@ -1279,6 +1282,7 @@ surface->hwdata = (struct private_hwdata *) bucket; return (0); } + static void FB_FreeHWSurface(_THIS, SDL_Surface * surface) { @@ -1348,6 +1352,7 @@ } return (0); } + static void FB_UnlockHWSurface(_THIS, SDL_Surface * surface) {