diff src/video/SDL_blit.c @ 2253:6d99edd791bf

Added notes on the next steps for SDL 1.3 Moved fill and copy routines to their own files.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Aug 2007 21:43:19 +0000
parents e1d228456537
children 79e00f5561f4
line wrap: on
line diff
--- a/src/video/SDL_blit.c	Thu Aug 16 06:40:34 2007 +0000
+++ b/src/video/SDL_blit.c	Thu Aug 16 21:43:19 2007 +0000
@@ -24,7 +24,7 @@
 #include "SDL_video.h"
 #include "SDL_sysvideo.h"
 #include "SDL_blit.h"
-#include "SDL_blit_copy.h"
+#include "SDL_copy.h"
 #include "SDL_RLEaccel_c.h"
 #include "SDL_pixels_c.h"