x11drv: default UseXVidMode to Y

Jesse Allen the3dfxdude at gmail.com
Tue Apr 4 13:10:02 CDT 2006


Changes:
Default UseXVidMode to Y


--- wine-current/dlls/x11drv/x11drv_main.c	2006-04-03 16:19:25.000000000 -0700
+++ wine/dlls/x11drv/x11drv_main.c	2006-04-04 11:00:13.000000000 -0700
@@ -74,7 +74,7 @@ Window root_window;
 DWORD desktop_tid = 0;
 int dxgrab = 0;
 int usedga = 0;
-int usexvidmode = 0;
+int usexvidmode = 1;
 int usexrandr = 1;
 int use_xkb = 1;
 int use_take_focus = 1;



More information about the wine-patches mailing list