diff src/video/SDL_blit.h @ 2898:e40448bc7727

Share code between fill and line drawing Added general RGB surface format fallbacks to drawing code Fixed issues with destination surface alpha channel
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 Dec 2008 08:28:25 +0000
parents 99210400e8b9
children a0c837a16e4c
line wrap: on
line diff
--- a/src/video/SDL_blit.h	Sun Dec 21 08:24:32 2008 +0000
+++ b/src/video/SDL_blit.h	Sun Dec 21 08:28:25 2008 +0000
@@ -39,6 +39,7 @@
 
 #include "SDL_cpuinfo.h"
 #include "SDL_endian.h"
+#include "SDL_video.h"
 
 /* SDL blit copy flags */
 #define SDL_COPY_MODULATE_COLOR     0x00000001
@@ -575,4 +576,5 @@
 #endif
 
 #endif /* _SDL_blit_h */
+
 /* vi: set ts=4 sw=4 expandtab: */