Make UseXrandr default to true in the no config file case.

This commit is contained in:
Mike Hearn 2004-06-14 16:58:38 +00:00 committed by Alexandre Julliard
parent 752de682c9
commit 0bc2edf341

View file

@ -82,7 +82,10 @@ unsigned int screen_height;
unsigned int screen_depth;
Window root_window;
DWORD desktop_tid = 0;
int dxgrab, usedga, usexvidmode, usexrandr;
int dxgrab = 0;
int usedga = 0;
int usexvidmode = 0;
int usexrandr = 1;
int use_xkb = 1;
int use_take_focus = 1;
int managed_mode = 1;