comparison src/video/bwindow/SDL_sysyuv.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
60 bool first_display; 60 bool first_display;
61 BBitmap *bbitmap; 61 BBitmap *bbitmap;
62 int locked; 62 int locked;
63 }; 63 };
64 64
65 extern BBitmap *BE_GetOverlayBitmap (BRect bounds, color_space cs); 65 extern BBitmap *BE_GetOverlayBitmap(BRect bounds, color_space cs);
66 extern SDL_Overlay *BE_CreateYUVOverlay (_THIS, int width, int height, 66 extern SDL_Overlay *BE_CreateYUVOverlay(_THIS, int width, int height,
67 Uint32 format, 67 Uint32 format,
68 SDL_Surface * display); 68 SDL_Surface * display);
69 extern int BE_LockYUVOverlay (_THIS, SDL_Overlay * overlay); 69 extern int BE_LockYUVOverlay(_THIS, SDL_Overlay * overlay);
70 extern void BE_UnlockYUVOverlay (_THIS, SDL_Overlay * overlay); 70 extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay * overlay);
71 extern int BE_DisplayYUVOverlay (_THIS, SDL_Overlay * overlay, 71 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay * overlay,
72 SDL_Rect * src, SDL_Rect * dst); 72 SDL_Rect * src, SDL_Rect * dst);
73 extern void BE_FreeYUVOverlay (_THIS, SDL_Overlay * overlay); 73 extern void BE_FreeYUVOverlay(_THIS, SDL_Overlay * overlay);
74 74
75 }; 75 };
76 76
77 #endif /* __SDL_PH_YUV_H__ */ 77 #endif /* __SDL_PH_YUV_H__ */
78 /* vi: set ts=4 sw=4 expandtab: */ 78 /* vi: set ts=4 sw=4 expandtab: */