Default DesktopDoubleBuffered to true.

oldstable
Ofir Petruska 2004-08-09 18:48:49 +00:00 committed by Alexandre Julliard
parent 81fd67d0d7
commit 7054a8de78
1 changed files with 1 additions and 1 deletions

View File

@ -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;