aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
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: