Mercurial > sdl-ios-xcode
diff src/video/SDL_blit_1.c @ 2698:e1da92da346c gsoc2008_nds
Clean up.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 27 Aug 2008 04:23:38 +0000 |
parents | c785543d1843 |
children | 6258fa7cd300 |
line wrap: on
line diff
--- a/src/video/SDL_blit_1.c Thu Aug 21 12:38:21 2008 +0000 +++ b/src/video/SDL_blit_1.c Wed Aug 27 04:23:38 2008 +0000 @@ -184,6 +184,7 @@ } #endif /* USE_DUFFS_LOOP */ } + static void Blit1to3(SDL_BlitInfo * info) { @@ -232,6 +233,7 @@ dst += dstskip; } } + static void Blit1to4(SDL_BlitInfo * info) {