# HG changeset patch # User Sam Lantinga # Date 1141910743 0 # Node ID 29ea15e37aea66c6ab390a99b94aaedea48518fc # Parent dc6b59e925a20581fc81410eb822fd6e8f2c8762 Eric is setting up X11 support for the XCode project diff -r dc6b59e925a2 -r 29ea15e37aea include/SDL_config_macosx.h --- 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