all repos — fluxbox @ b38f4e931f1c3927e677fde46b4d422200a22f04

custom fork of the fluxbox windowmanager

set m_icon_title to, you'll never guess, the icon title
markt markt
commit

b38f4e931f1c3927e677fde46b4d422200a22f04

parent

a492e33a70bf43b8d9e33f798fd77ac8d1b6a7a6

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/WinClient.ccsrc/WinClient.cc

@@ -227,7 +227,7 @@ return XGetWMName(display(), window(), &textprop);

} bool WinClient::getWMIconName(XTextProperty &textprop) const { - return XGetWMName(display(), window(), &textprop); + return XGetWMIconName(display(), window(), &textprop); } const string &WinClient::getWMClassName() const {