Mercurial > sdl-ios-xcode
comparison include/SDL_config_macosx.h @ 4213:e80d05495bf0 SDL-1.2
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:39:52 +0000 |
parents | 892623cfee40 |
children | 4250beeb5ad1 |
comparison
equal
deleted
inserted
replaced
4212:0794718a428c | 4213:e80d05495bf0 |
---|---|
119 #if ((defined TARGET_API_MAC_CARBON) && (TARGET_API_MAC_CARBON)) | 119 #if ((defined TARGET_API_MAC_CARBON) && (TARGET_API_MAC_CARBON)) |
120 #define SDL_VIDEO_DRIVER_TOOLBOX 1 | 120 #define SDL_VIDEO_DRIVER_TOOLBOX 1 |
121 #else | 121 #else |
122 #define SDL_VIDEO_DRIVER_QUARTZ 1 | 122 #define SDL_VIDEO_DRIVER_QUARTZ 1 |
123 #endif | 123 #endif |
124 #define SDL_VIDEO_DRIVER_DGA 1 | |
125 #define SDL_VIDEO_DRIVER_X11 1 | |
126 #define SDL_VIDEO_DRIVER_X11_DGAMOUSE 1 | |
127 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "/usr/X11R6/lib/libX11.6.dylib" | |
128 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "/usr/X11R6/lib/libXext.6.dylib" | |
129 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "/usr/X11R6/lib/libXrandr.2.dylib" | |
130 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRENDER "/usr/X11R6/lib/libXrender.1.dylib" | |
131 #define SDL_VIDEO_DRIVER_X11_VIDMODE 1 | |
132 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1 | |
133 #define SDL_VIDEO_DRIVER_X11_XME 1 | |
134 #define SDL_VIDEO_DRIVER_X11_XRANDR 1 | |
135 #define SDL_VIDEO_DRIVER_X11_XV 1 | |
124 | 136 |
125 /* Enable OpenGL support */ | 137 /* Enable OpenGL support */ |
126 #define SDL_VIDEO_OPENGL 1 | 138 #define SDL_VIDEO_OPENGL 1 |
127 | 139 |
128 /* Disable screensaver */ | 140 /* Disable screensaver */ |