Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 3289:5fd1c33ad07a
Fixed bug #577
Pierre Phaneuf 2008-05-01 10:29:16 PDT
SDL_VIDEO_DRIVER_X11 is not defined in SDL_config_macosx.h
There's a number of SDL_VIDEO_DRIVER_xxx defined in SDL_config_macosx.h, but
not that one, even though it is actually present.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 21 Sep 2009 08:40:04 +0000 |
parents | 5db962a9a991 |
children | e9342b136401 |
comparison
equal
deleted
inserted
replaced
3288:8c32cabae4f8 | 3289:5fd1c33ad07a |
---|---|
126 #define SDL_TIMER_UNIX 1 | 126 #define SDL_TIMER_UNIX 1 |
127 | 127 |
128 /* Enable various video drivers */ | 128 /* Enable various video drivers */ |
129 #define SDL_VIDEO_DRIVER_COCOA 1 | 129 #define SDL_VIDEO_DRIVER_COCOA 1 |
130 #define SDL_VIDEO_DRIVER_DUMMY 1 | 130 #define SDL_VIDEO_DRIVER_DUMMY 1 |
131 #define SDL_VIDEO_DRIVER_X11 1 | |
132 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "/usr/X11R6/lib/libX11.6.dylib" | |
133 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "/usr/X11R6/lib/libXext.6.dylib" | |
134 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "/usr/X11R6/lib/libXrandr.2.dylib" | |
135 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "/usr/X11R6/lib/libXrender.1.dylib" | |
136 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT "/usr/X11R6/lib/libXi.6.dylib" | |
137 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "/usr/X11R6/lib/libXss.6.dylib" | |
138 #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | |
139 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | |
140 #define SDL_VIDEO_DRIVER_X11_XRANDR 1 | |
141 #define SDL_VIDEO_DRIVER_X11_XINPUT 1 | |
142 #define SDL_VIDEO_DRIVER_X11_SCRNSAVER 1 | |
143 #define SDL_VIDEO_DRIVER_X11_XV 1 | |
131 | 144 |
132 /* Enable OpenGL support */ | 145 /* Enable OpenGL support */ |
133 #define SDL_VIDEO_OPENGL 1 | 146 #define SDL_VIDEO_OPENGL 1 |
134 #define SDL_VIDEO_OPENGL_CGL 1 | 147 #define SDL_VIDEO_OPENGL_CGL 1 |
135 #define SDL_VIDEO_RENDER_OGL 1 | 148 #define SDL_VIDEO_RENDER_OGL 1 |