]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- don't disable xft configuration in WPrefs
authorhavner <havner@pld-linux.org>
Sun, 5 Sep 2004 02:26:44 +0000 (02:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-enablexft.patch -> 1.1

WindowMaker-enablexft.patch [new file with mode: 0644]

diff --git a/WindowMaker-enablexft.patch b/WindowMaker-enablexft.patch
new file mode 100644 (file)
index 0000000..3a25a74
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur WindowMaker-CVS-20040723.orig/WPrefs.app/Expert.c WindowMaker-CVS-20040723/WPrefs.app/Expert.c
+--- WindowMaker-CVS-20040723.orig/WPrefs.app/Expert.c  2004-07-23 07:23:15.000000000 +0200
++++ WindowMaker-CVS-20040723/WPrefs.app/Expert.c       2004-09-05 04:26:07.050661872 +0200
+@@ -84,7 +84,7 @@
+     WMSetButtonText(panel->swi[7], _("Smooth font edges (needs restart)."));
+     //if (!WMHasAntialiasingSupport(WMWidgetScreen(panel->box)))
+-        WMSetButtonEnabled(panel->swi[7], False);
++        //WMSetButtonEnabled(panel->swi[7], False);
+     WMRealizeWidget(panel->box);
+     WMMapSubwidgets(panel->box);
This page took 0.06342 seconds and 4 git commands to generate.