Mercurial > sdl-ios-xcode
comparison src/video/ps2gs/SDL_gsyuv_c.h @ 1668:4da1ee79c9af SDL-1.3
more tweaking indent options
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 May 2006 04:04:35 +0000 |
parents | 782fd950bd46 |
children |
comparison
equal
deleted
inserted
replaced
1667:1fddae038bc8 | 1668:4da1ee79c9af |
---|---|
24 /* This is the Playstation 2 implementation of YUV video overlays */ | 24 /* This is the Playstation 2 implementation of YUV video overlays */ |
25 | 25 |
26 #include "SDL_video.h" | 26 #include "SDL_video.h" |
27 #include "SDL_gsvideo.h" | 27 #include "SDL_gsvideo.h" |
28 | 28 |
29 extern SDL_Overlay *GS_CreateYUVOverlay (_THIS, int width, int height, | 29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, |
30 Uint32 format, | 30 Uint32 format, SDL_Surface * display); |
31 SDL_Surface * display); | |
32 | 31 |
33 extern int GS_LockYUVOverlay (_THIS, SDL_Overlay * overlay); | 32 extern int GS_LockYUVOverlay(_THIS, SDL_Overlay * overlay); |
34 | 33 |
35 extern void GS_UnlockYUVOverlay (_THIS, SDL_Overlay * overlay); | 34 extern void GS_UnlockYUVOverlay(_THIS, SDL_Overlay * overlay); |
36 | 35 |
37 extern int GS_DisplayYUVOverlay (_THIS, SDL_Overlay * overlay, SDL_Rect * src, | 36 extern int GS_DisplayYUVOverlay(_THIS, SDL_Overlay * overlay, SDL_Rect * src, |
38 SDL_Rect * dst); | 37 SDL_Rect * dst); |
39 | 38 |
40 extern void GS_FreeYUVOverlay (_THIS, SDL_Overlay * overlay); | 39 extern void GS_FreeYUVOverlay(_THIS, SDL_Overlay * overlay); |
41 /* vi: set ts=4 sw=4 expandtab: */ | 40 /* vi: set ts=4 sw=4 expandtab: */ |