diff options
-rw-r--r-- | xorg-server/.Xdefaults | 1 | ||||
-rw-r--r-- | xorg-server/installer/vcxsrv.nsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/.Xdefaults b/xorg-server/.Xdefaults new file mode 100644 index 000000000..06c29211a --- /dev/null +++ b/xorg-server/.Xdefaults @@ -0,0 +1 @@ +*customization:-color
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi index 93ccfaf0d..ba2897a36 100644 --- a/xorg-server/installer/vcxsrv.nsi +++ b/xorg-server/installer/vcxsrv.nsi @@ -85,6 +85,7 @@ Section "VcXsrv (required)" File "..\XKeysymDB"
File "..\XErrorDB"
File "..\XtErrorDB"
+ File "..\.Xdefaults"
File "..\hw\xwin\xlaunch\obj\release\xlaunch.exe"
File "..\..\tools\plink\obj\release\plink.exe"
File "..\swrast_dri.dll"
|