Skip to content

Commit

Permalink
X11 support isn't installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 11, 2006
1 parent d764d1e commit e670deb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/SDL_config_macosx.h
Expand Up @@ -100,17 +100,8 @@
#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
Expand Down

0 comments on commit e670deb

Please sign in to comment.