Mercurial > sdl-ios-xcode
comparison src/video/bwindow/SDL_BView.h @ 756:10332c6fad2e
te: Mon, 15 Dec 2003 08:25:14 -0800 PST
From: "Andrew Bachmann"
Subject: libSDL patches for beos video
I created some patches to SDL:
1. YUV overlay support
2. maintain high refresh rate when changing resolutions to a lower resolution
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 16 Dec 2003 13:04:44 +0000 |
parents | f6ffac90895c |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
755:b1595db396a7 | 756:10332c6fad2e |
---|---|
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | |
23 #ifndef _SDL_BView_h | |
24 #define _SDL_BView_h | |
22 | 25 |
23 #ifdef SAVE_RCSID | 26 #ifdef SAVE_RCSID |
24 static char rcsid = | 27 static char rcsid = |
25 "@(#) $Id$"; | 28 "@(#) $Id$"; |
26 #endif | 29 #endif |
107 | 110 |
108 private: | 111 private: |
109 BBitmap *image; | 112 BBitmap *image; |
110 int xoff, yoff; | 113 int xoff, yoff; |
111 }; | 114 }; |
115 | |
116 #endif /* _SDL_BView_h */ |