Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 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 | 993ef9ff4688 |
children | 765f7461650a |
comparison
equal
deleted
inserted
replaced
1487:dc6b59e925a2 | 1488:29ea15e37aea |
---|---|
98 | 98 |
99 /* Enable various timer systems */ | 99 /* Enable various timer systems */ |
100 #define SDL_TIMER_UNIX 1 | 100 #define SDL_TIMER_UNIX 1 |
101 | 101 |
102 /* Enable various video drivers */ | 102 /* Enable various video drivers */ |
103 #define SDL_VIDEO_DRIVER_DGA 1 | |
104 #define SDL_VIDEO_DRIVER_DUMMY 1 | |
103 #define SDL_VIDEO_DRIVER_QUARTZ 1 | 105 #define SDL_VIDEO_DRIVER_QUARTZ 1 |
106 #define SDL_VIDEO_DRIVER_X11 1 | |
107 #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | |
108 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "/usr/X11R6/lib/libX11.6.dylib" | |
109 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "/usr/X11R6/lib/libXext.6.dylib" | |
110 #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | |
111 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | |
112 #define SDL_VIDEO_DRIVER_X11_XME 1 | |
113 #define SDL_VIDEO_DRIVER_X11_XV 1 | |
104 | 114 |
105 /* Enable OpenGL support */ | 115 /* Enable OpenGL support */ |
106 #define SDL_VIDEO_OPENGL 1 | 116 #define SDL_VIDEO_OPENGL 1 |
107 | 117 |
108 /* Enable assembly routines */ | 118 /* Enable assembly routines */ |