Now that the fullscreen wm state works, enable the video modes. Yay! :)

This commit is contained in:
Sam Lantinga 2010-07-14 01:02:18 -07:00
parent 985f9df610
commit 7f0983054d

View file

@ -24,9 +24,6 @@
#include "SDL_x11video.h"
/*#define X11MODES_DEBUG*/
#undef SDL_VIDEO_DRIVER_X11_XINERAMA
#undef SDL_VIDEO_DRIVER_X11_XRANDR
#undef SDL_VIDEO_DRIVER_X11_VIDMODE
static int
get_visualinfo(Display * display, int screen, XVisualInfo * vinfo)