Make UseXrandr default to true in the no config file case.
This commit is contained in:
parent
752de682c9
commit
0bc2edf341
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue