diff src/video/directfb/SDL_DirectFB_yuv.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents 51038e80ae59
children
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_yuv.h	Thu Jul 06 18:01:37 2006 +0000
+++ b/src/video/directfb/SDL_DirectFB_yuv.h	Mon Jul 10 21:04:37 2006 +0000
@@ -26,13 +26,16 @@
 #include "SDL_video.h"
 #include "SDL_DirectFB_video.h"
 
-extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
+extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height,
+                                              Uint32 format,
+                                              SDL_Surface * display);
 
-extern int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay);
+extern int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay * overlay);
 
-extern void DirectFB_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay);
+extern void DirectFB_UnlockYUVOverlay(_THIS, SDL_Overlay * overlay);
 
-extern int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
+extern int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay * overlay,
+                                      SDL_Rect * src, SDL_Rect * dst);
 
-extern void DirectFB_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
-
+extern void DirectFB_FreeYUVOverlay(_THIS, SDL_Overlay * overlay);
+/* vi: set ts=4 sw=4 expandtab: */