changeset 1488:29ea15e37aea

Eric is setting up X11 support for the XCode project
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Mar 2006 13:25:43 +0000
parents dc6b59e925a2
children 765f7461650a
files include/SDL_config_macosx.h
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Thu Mar 09 06:33:21 2006 +0000
+++ b/include/SDL_config_macosx.h	Thu Mar 09 13:25:43 2006 +0000
@@ -100,7 +100,17 @@
 #define SDL_TIMER_UNIX	1
 
 /* Enable various video drivers */
+#define SDL_VIDEO_DRIVER_DGA 1
+#define SDL_VIDEO_DRIVER_DUMMY 1
 #define SDL_VIDEO_DRIVER_QUARTZ	1
+#define SDL_VIDEO_DRIVER_X11 1
+#define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1
+#define SDL_VIDEO_DRIVER_X11_DYNAMIC "/usr/X11R6/lib/libX11.6.dylib"
+#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "/usr/X11R6/lib/libXext.6.dylib"
+#define SDL_VIDEO_DRIVER_X11_VIDMODE 1
+#define SDL_VIDEO_DRIVER_X11_XINERAMA 1
+#define SDL_VIDEO_DRIVER_X11_XME 1
+#define SDL_VIDEO_DRIVER_X11_XV 1
 
 /* Enable OpenGL support */
 #define SDL_VIDEO_OPENGL	1