Commit 7054a8de authored by Ofir Petruska's avatar Ofir Petruska Committed by Alexandre Julliard

Default DesktopDoubleBuffered to true.

parent 81fd67d0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment