Add UseXRandR to sample config file.

This commit is contained in:
Alex Pasadyn 2003-10-16 19:09:57 +00:00 committed by Alexandre Julliard
parent 81db03dd61
commit c66b7b0037

View file

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