aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-06 20:59:13 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:46 (GMT)
commitff49160b120edd8d9396f10dab5a97bace8724ec (patch)
tree5bbaa94fe731615501e113d66e79033beae5b331 /src/Window.cc
parent6a0280aa4d8b468617a7dd5f7a6523d0422364e8 (diff)
downloadfluxbox-ff49160b120edd8d9396f10dab5a97bace8724ec.zip
fluxbox-ff49160b120edd8d9396f10dab5a97bace8724ec.tar.bz2
Convert FluxboxWindow::hintSig to FbTk::Signal
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 11d46bc..b3c0698 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -259,7 +259,6 @@ int FluxboxWindow::s_num_grabs = 0;
259FluxboxWindow::FluxboxWindow(WinClient &client): 259FluxboxWindow::FluxboxWindow(WinClient &client):
260 Focusable(client.screen(), this), 260 Focusable(client.screen(), this),
261 oplock(false), 261 oplock(false),
262 m_hintsig(*this),
263 m_creation_time(0), 262 m_creation_time(0),
264 moving(false), resizing(false), 263 moving(false), resizing(false),
265 m_initialized(false), 264 m_initialized(false),
@@ -2087,7 +2086,7 @@ void FluxboxWindow::propertyNotifyEvent(WinClient &client, Atom atom) {
2087 client.updateWMHints(); 2086 client.updateWMHints();
2088 titleSig().emit(title().logical(), *this); 2087 titleSig().emit(title().logical(), *this);
2089 // nothing uses this yet 2088 // nothing uses this yet
2090 // hintSig().notify(); // notify listeners 2089 // hintSig().emit(*this);
2091 break; 2090 break;
2092 2091
2093 case XA_WM_ICON_NAME: 2092 case XA_WM_ICON_NAME: