Vitaliy Margolen : winecfg: Default for PixelShaders is disabled.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 31 06:04:27 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 7b98e1f7175272d333b628e37d1c974d07b7732b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7b98e1f7175272d333b628e37d1c974d07b7732b

Author: Vitaliy Margolen <wine-patch at kievinfo.com>
Date:   Tue Jan 31 12:23:01 2006 +0100

winecfg: Default for PixelShaders is disabled.

---

 programs/winecfg/x11drvdlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winecfg/x11drvdlg.c b/programs/winecfg/x11drvdlg.c
index fe1a503..73fe40c 100644
--- a/programs/winecfg/x11drvdlg.c
+++ b/programs/winecfg/x11drvdlg.c
@@ -177,7 +177,7 @@ static void init_dialog(HWND dialog)
     }
     HeapFree(GetProcessHeap(), 0, buf);
 
-    buf = get_reg_key(config_key, keypath("Direct3D"), "PixelShaderMode", "enabled");
+    buf = get_reg_key(config_key, keypath("Direct3D"), "PixelShaderMode", "disabled");
     if (!strcmp(buf, "enabled"))
       CheckDlgButton(dialog, IDC_D3D_PSHADER_MODE, BST_CHECKED);
     else




More information about the wine-cvs mailing list