comparison src/video/windx5/SDL_dx5yuv_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
25 25
26 #include "SDL_video.h" 26 #include "SDL_video.h"
27 #include "../wincommon/SDL_lowvideo.h" 27 #include "../wincommon/SDL_lowvideo.h"
28 #include "SDL_dx5video.h" 28 #include "SDL_dx5video.h"
29 29
30 extern SDL_Overlay *DX5_CreateYUVOverlay (_THIS, int width, int height, 30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height,
31 Uint32 format, 31 Uint32 format,
32 SDL_Surface * display); 32 SDL_Surface * display);
33 33
34 extern int DX5_LockYUVOverlay (_THIS, SDL_Overlay * overlay); 34 extern int DX5_LockYUVOverlay(_THIS, SDL_Overlay * overlay);
35 35
36 extern void DX5_UnlockYUVOverlay (_THIS, SDL_Overlay * overlay); 36 extern void DX5_UnlockYUVOverlay(_THIS, SDL_Overlay * overlay);
37 37
38 extern int DX5_DisplayYUVOverlay (_THIS, SDL_Overlay * overlay, 38 extern int DX5_DisplayYUVOverlay(_THIS, SDL_Overlay * overlay,
39 SDL_Rect * src, SDL_Rect * dst); 39 SDL_Rect * src, SDL_Rect * dst);
40 40
41 extern void DX5_FreeYUVOverlay (_THIS, SDL_Overlay * overlay); 41 extern void DX5_FreeYUVOverlay(_THIS, SDL_Overlay * overlay);
42 /* vi: set ts=4 sw=4 expandtab: */ 42 /* vi: set ts=4 sw=4 expandtab: */