Mercurial > sdl-ios-xcode
comparison src/video/photon/SDL_phyuv_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 |
---|---|
51 unsigned long State; | 51 unsigned long State; |
52 long flags; | 52 long flags; |
53 int locked; | 53 int locked; |
54 }; | 54 }; |
55 | 55 |
56 extern SDL_Overlay *ph_CreateYUVOverlay (_THIS, int width, int height, | 56 extern SDL_Overlay *ph_CreateYUVOverlay(_THIS, int width, int height, |
57 Uint32 format, | 57 Uint32 format, SDL_Surface * display); |
58 SDL_Surface * display); | 58 extern int ph_LockYUVOverlay(_THIS, SDL_Overlay * overlay); |
59 extern int ph_LockYUVOverlay (_THIS, SDL_Overlay * overlay); | 59 extern void ph_UnlockYUVOverlay(_THIS, SDL_Overlay * overlay); |
60 extern void ph_UnlockYUVOverlay (_THIS, SDL_Overlay * overlay); | 60 extern int ph_DisplayYUVOverlay(_THIS, SDL_Overlay * overlay, SDL_Rect * src, |
61 extern int ph_DisplayYUVOverlay (_THIS, SDL_Overlay * overlay, SDL_Rect * src, | 61 SDL_Rect * dst); |
62 SDL_Rect * dst); | 62 extern void ph_FreeYUVOverlay(_THIS, SDL_Overlay * overlay); |
63 extern void ph_FreeYUVOverlay (_THIS, SDL_Overlay * overlay); | |
64 | 63 |
65 #endif /* __SDL_PH_YUV_H__ */ | 64 #endif /* __SDL_PH_YUV_H__ */ |
66 /* vi: set ts=4 sw=4 expandtab: */ | 65 /* vi: set ts=4 sw=4 expandtab: */ |