comparison src/video/directfb/SDL_DirectFB_yuv.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 DirectFB implementation of YUV video overlays */ 24 /* This is the DirectFB implementation of YUV video overlays */
25 25
26 #include "SDL_video.h" 26 #include "SDL_video.h"
27 #include "SDL_DirectFB_video.h" 27 #include "SDL_DirectFB_video.h"
28 28
29 extern SDL_Overlay *DirectFB_CreateYUVOverlay (_THIS, int width, int height, 29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height,
30 Uint32 format, 30 Uint32 format,
31 SDL_Surface * display); 31 SDL_Surface * display);
32 32
33 extern int DirectFB_LockYUVOverlay (_THIS, SDL_Overlay * overlay); 33 extern int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay * overlay);
34 34
35 extern void DirectFB_UnlockYUVOverlay (_THIS, SDL_Overlay * overlay); 35 extern void DirectFB_UnlockYUVOverlay(_THIS, SDL_Overlay * overlay);
36 36
37 extern int DirectFB_DisplayYUVOverlay (_THIS, SDL_Overlay * overlay, 37 extern int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay * overlay,
38 SDL_Rect * src, SDL_Rect * dst); 38 SDL_Rect * src, SDL_Rect * dst);
39 39
40 extern void DirectFB_FreeYUVOverlay (_THIS, SDL_Overlay * overlay); 40 extern void DirectFB_FreeYUVOverlay(_THIS, SDL_Overlay * overlay);
41 /* vi: set ts=4 sw=4 expandtab: */ 41 /* vi: set ts=4 sw=4 expandtab: */