Jesse Allen : x11drv: Make UseXVidMode default to yes.
Module: wine Branch: refs/heads/master Commit: 5812eb3afa9ba7c5bd6ef5a527fe1642faed75b5 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5812eb3afa9ba7c5bd6ef5a5... Author: Jesse Allen <the3dfxdude(a)gmail.com> Date: Tue Apr 4 11:10:02 2006 -0700 x11drv: Make UseXVidMode default to yes. --- dlls/x11drv/x11drv_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/x11drv/x11drv_main.c b/dlls/x11drv/x11drv_main.c index 050ac54..f0269a9 100644 --- a/dlls/x11drv/x11drv_main.c +++ b/dlls/x11drv/x11drv_main.c @@ -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;
participants (1)
-
Alexandre Julliard