diff include/SDL_compat.h @ 1669:9857d21967bb SDL-1.3

The test programs compile again. The dummy video driver is partially functional now.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 05:08:33 +0000
parents 4da1ee79c9af
children eef792d31de8
line wrap: on
line diff
--- a/include/SDL_compat.h	Mon May 29 04:04:35 2006 +0000
+++ b/include/SDL_compat.h	Mon May 29 05:08:33 2006 +0000
@@ -25,6 +25,7 @@
 #ifndef _SDL_compat_h
 #define _SDL_compat_h
 
+#include "SDL_video.h"
 #include "SDL_syswm.h"
 
 #include "begin_code.h"
@@ -59,6 +60,10 @@
 #define SDL_LOGPAL 0x01
 #define SDL_PHYSPAL 0x02
 
+#define SDL_ACTIVEEVENT	SDL_EVENT_RESERVED1
+#define SDL_VIDEORESIZE	SDL_EVENT_RESERVED2
+#define SDL_VIDEOEXPOSE	SDL_EVENT_RESERVED3
+
 typedef enum
 {
     SDL_GRAB_QUERY = -1,