diff include/SDL_compat.h @ 1716:6ab5e712e642 SDL-1.3

The screen/shadow surface flags are no longer needed
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 20:32:54 +0000
parents 3e66ed1690e4
children ed4d4f1ea201
line wrap: on
line diff
--- a/include/SDL_compat.h	Mon Jun 26 16:21:06 2006 +0000
+++ b/include/SDL_compat.h	Mon Jun 26 20:32:54 2006 +0000
@@ -46,8 +46,6 @@
 #define SDL_OPENGL          0x04000000
 #define SDL_ASYNCBLIT       0x08000000  /* Not used */
 #define SDL_HWACCEL         0x08000000  /* Not used */
-#define SDL_SCREEN_SURFACE  0x10000000  /* Surface is a window screen surface */
-#define SDL_SHADOW_SURFACE  0x20000000  /* Surface is a window shadow surface */
 
 #define SDL_APPMOUSEFOCUS	0x01
 #define SDL_APPINPUTFOCUS	0x02