Mercurial > sdl-ios-xcode
comparison src/video/cybergfx/SDL_cgxaccel.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #include "SDL_endian.h" | 23 #include "SDL_endian.h" |
24 #include "SDL_video.h" | 24 #include "SDL_video.h" |
25 #include "SDL_sysvideo.h" | 25 #include "../SDL_sysvideo.h" |
26 #include "SDL_blit.h" | 26 #include "../SDL_blit.h" |
27 #include "SDL_cgxvideo.h" | 27 #include "SDL_cgxvideo.h" |
28 | 28 |
29 static int CGX_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, | 29 static int CGX_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, |
30 SDL_Surface *dst, SDL_Rect *dstrect); | 30 SDL_Surface *dst, SDL_Rect *dstrect); |
31 | 31 |