Mercurial > sdl-ios-xcode
comparison src/video/bwindow/SDL_sysyuv.h @ 4164:7a4c511c980a SDL-1.2
Date: Fri, 6 Mar 2009 12:41:17 -0800
From: scott mc
Subject: Re: [SDL] patch for building on haiku
Ok. I've combined the various Haiku patches for the SDL-1.2 branch
into one .diff file
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 17 Mar 2009 03:58:53 +0000 |
parents | a1b03ba2fcd0 |
children | 46fb637777ed |
comparison
equal
deleted
inserted
replaced
4163:bec67d0b6645 | 4164:7a4c511c980a |
---|---|
60 BBitmap *bbitmap; | 60 BBitmap *bbitmap; |
61 int locked; | 61 int locked; |
62 }; | 62 }; |
63 | 63 |
64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs); | 64 extern BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs); |
65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display); | 65 SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display); |
66 extern int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay); | 66 extern int BE_LockYUVOverlay(_THIS, SDL_Overlay* overlay); |
67 extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay); | 67 extern void BE_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay); |
68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst); | 68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst); |
69 extern void BE_FreeYUVOverlay(_THIS, SDL_Overlay* overlay); | 69 extern void BE_FreeYUVOverlay(_THIS, SDL_Overlay* overlay); |
70 | 70 |