An opengl regression

Lionel Ulmer lionel.ulmer at free.fr
Mon Nov 25 14:35:35 CST 2002


> +    /* 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/



More information about the wine-devel mailing list