> + /* Initialize OpenGL */ > + X11DRV_OpenGL_Init(display); > +
Well, by removing this, you will disable all OpenGL in X11... > /* If OpenGL is available, change the default visual, etc as > necessary */ > - if ((desktop_vi = X11DRV_setup_opengl_visual( display ))) > + if (desktop_dbl_buf && (desktop_vi = X11DRV_setup_opengl_visual( > display ))) > { > visual = desktop_vi->visual; > screen = ScreenOfDisplay(display, desktop_vi->screen); Out of curiosity, do you have the 'DesktopDoubleBuffered' option set in your Wine config file ? Lionel -- Lionel Ulmer - http://www.bbrox.org/