diff 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
line wrap: on
line diff
--- a/src/video/directfb/SDL_DirectFB_video.h	Sat Aug 31 04:06:37 2002 +0000
+++ b/src/video/directfb/SDL_DirectFB_video.h	Sat Aug 31 04:13:28 2002 +0000
@@ -51,4 +51,6 @@
 
 #define HIDDEN (this->hidden)
 
+void SetDirectFBerror (const char *function, DFBResult code);
+
 #endif /* _SDL_DirectFB_video_h */