mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
show whether aa text is enabled in info panel
This commit is contained in:
@@ -1400,6 +1400,10 @@ wShowInfoPanel(WScreen *scr)
|
|||||||
strbuf = wstrappend(strbuf, _("\nSound enabled"));
|
strbuf = wstrappend(strbuf, _("\nSound enabled"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef XFT
|
||||||
|
strbuf = wstrappend(strbuf, _("; Antialiased text"));
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
panel->infoL = WMCreateLabel(panel->win);
|
panel->infoL = WMCreateLabel(panel->win);
|
||||||
WMResizeWidget(panel->infoL, 350, 75);
|
WMResizeWidget(panel->infoL, 350, 75);
|
||||||
|
|||||||
Reference in New Issue
Block a user