]> git.pld-linux.org Git - packages/WindowMaker.git/blame - WindowMaker-enablexft.patch
- don't disable xft configuration in WPrefs
[packages/WindowMaker.git] / WindowMaker-enablexft.patch
CommitLineData
375ad079 1diff -ur WindowMaker-CVS-20040723.orig/WPrefs.app/Expert.c WindowMaker-CVS-20040723/WPrefs.app/Expert.c
2--- WindowMaker-CVS-20040723.orig/WPrefs.app/Expert.c 2004-07-23 07:23:15.000000000 +0200
3+++ WindowMaker-CVS-20040723/WPrefs.app/Expert.c 2004-09-05 04:26:07.050661872 +0200
4@@ -84,7 +84,7 @@
5 WMSetButtonText(panel->swi[7], _("Smooth font edges (needs restart)."));
6
7 //if (!WMHasAntialiasingSupport(WMWidgetScreen(panel->box)))
8- WMSetButtonEnabled(panel->swi[7], False);
9+ //WMSetButtonEnabled(panel->swi[7], False);
10
11 WMRealizeWidget(panel->box);
12 WMMapSubwidgets(panel->box);
This page took 0.028964 seconds and 4 git commands to generate.