diff options
author | markt <markt> | 2007-03-30 21:44:02 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-30 21:44:02 (GMT) |
commit | b38f4e931f1c3927e677fde46b4d422200a22f04 (patch) | |
tree | b4a9003c4c8fd38f935f5b031c0e6b650912b9d2 /src | |
parent | a492e33a70bf43b8d9e33f798fd77ac8d1b6a7a6 (diff) | |
download | fluxbox-b38f4e931f1c3927e677fde46b4d422200a22f04.zip fluxbox-b38f4e931f1c3927e677fde46b4d422200a22f04.tar.bz2 |
set m_icon_title to, you'll never guess, the icon title
Diffstat (limited to 'src')
-rw-r--r-- | src/WinClient.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index bb8a25c..b7e14e9 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -227,7 +227,7 @@ bool WinClient::getWMName(XTextProperty &textprop) const { | |||
227 | } | 227 | } |
228 | 228 | ||
229 | bool WinClient::getWMIconName(XTextProperty &textprop) const { | 229 | bool WinClient::getWMIconName(XTextProperty &textprop) const { |
230 | return XGetWMName(display(), window(), &textprop); | 230 | return XGetWMIconName(display(), window(), &textprop); |
231 | } | 231 | } |
232 | 232 | ||
233 | const string &WinClient::getWMClassName() const { | 233 | const string &WinClient::getWMClassName() const { |