Commit 0bc2edf3 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

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

parent 752de682
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment