Make UseXrandr default to true in the no config file case

Mike Hearn mike at navi.cx
Fri Jun 11 17:54:29 CDT 2004


Mike Hearn <mike at navi.cx>
Make UseXrandr default to true in the no config file case

Index: dlls/x11drv/x11drv_main.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/x11drv_main.c,v
retrieving revision 1.90
diff -u -p -r1.90 x11drv_main.c
--- dlls/x11drv/x11drv_main.c	19 May 2004 03:22:55 -0000	1.90
+++ dlls/x11drv/x11drv_main.c	11 Jun 2004 22:53:42 -0000
@@ -82,7 +82,7 @@ unsigned int screen_height;
 unsigned int screen_depth;
 Window root_window;
 DWORD desktop_tid = 0;
-int dxgrab, usedga, usexvidmode, usexrandr;
+int dxgrab, usedga, usexvidmode, usexrandr = 1;
 int use_xkb = 1;
 int use_take_focus = 1;
 int managed_mode = 1;



More information about the wine-patches mailing list