Add UseXRandR to sample config file.
This commit is contained in:
parent
81db03dd61
commit
c66b7b0037
|
@ -127,6 +127,8 @@ WINE REGISTRY Version 2
|
||||||
"UseDGA" = "Y"
|
"UseDGA" = "Y"
|
||||||
; Use XVidMode extension if present
|
; Use XVidMode extension if present
|
||||||
"UseXVidMode" = "Y"
|
"UseXVidMode" = "Y"
|
||||||
|
; Use XRandR extension if present
|
||||||
|
"UseXRandR" = "Y"
|
||||||
; Use the take focus protocol
|
; Use the take focus protocol
|
||||||
"UseTakeFocus" = "Y"
|
"UseTakeFocus" = "Y"
|
||||||
; Enable DirectX mouse grab
|
; Enable DirectX mouse grab
|
||||||
|
|
Loading…
Reference in New Issue