# HG changeset patch # User Sam Lantinga # Date 1230870952 0 # Node ID 2c01dc6218cce758f8ad4b2b079cdd9f89900110 # Parent 33794586c53d07cfc23adc0ded3e5cc546df300c Whoops, we need to actually fill the colormap on DirectColor visuals. Temporarily disable them for now. diff -r 33794586c53d -r 2c01dc6218cc src/video/x11/SDL_x11modes.c --- a/src/video/x11/SDL_x11modes.c Fri Jan 02 01:37:07 2009 +0000 +++ b/src/video/x11/SDL_x11modes.c Fri Jan 02 04:35:52 2009 +0000 @@ -34,7 +34,7 @@ const char *visual_id = SDL_getenv("SDL_VIDEO_X11_VISUALID"); /* We really don't need DirectColor visuals until we implement * gamma ramps, but we'll leave it on for now to catch bugs */ - int use_directcolor = 1; + int use_directcolor = 0; int depth; /* Look for an exact visual, if requested */