From 7054a8de78c329972f03aea5a3441790e4264104 Mon Sep 17 00:00:00 2001 From: Ofir Petruska Date: Mon, 9 Aug 2004 18:48:49 +0000 Subject: [PATCH] Default DesktopDoubleBuffered to true. --- dlls/x11drv/x11drv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/x11drv/x11drv_main.c b/dlls/x11drv/x11drv_main.c index 14d520caf01..94ebc47c98a 100644 --- a/dlls/x11drv/x11drv_main.c +++ b/dlls/x11drv/x11drv_main.c @@ -98,7 +98,7 @@ int using_wine_desktop = 0; unsigned int X11DRV_server_startticks; static BOOL synchronous; /* run in synchronous mode? */ -static BOOL desktop_dbl_buf; +static BOOL desktop_dbl_buf = TRUE; static char *desktop_geometry; static XVisualInfo *desktop_vi;