comparison src/video/directfb/SDL_DirectFB_video.h @ 478:f8482d7c9595

Date: Tue, 27 Aug 2002 19:07:38 +0200 From: Denis Oliver Kropp Subject: YUV support I just added YUV overlay support to the DirectFB backend.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 31 Aug 2002 04:13:28 +0000
parents 1c4be4a16410
children 5446a009107a
comparison
equal deleted inserted replaced
477:22581630aab7 478:f8482d7c9595
49 SDL_Rect **modelist; 49 SDL_Rect **modelist;
50 }; 50 };
51 51
52 #define HIDDEN (this->hidden) 52 #define HIDDEN (this->hidden)
53 53
54 void SetDirectFBerror (const char *function, DFBResult code);
55
54 #endif /* _SDL_DirectFB_video_h */ 56 #endif /* _SDL_DirectFB_video_h */