x11drv: Make UseXVidMode default to yes.

This commit is contained in:
Jesse Allen 2006-04-04 11:10:02 -07:00 committed by Alexandre Julliard
parent 094b18f4b9
commit 5812eb3afa
1 changed files with 1 additions and 1 deletions

View File

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