summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 54cba742..9ec94fe5 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1005,7 +1005,7 @@ void OpenboxWindow::getWMProtocols(void) {
else if (proto[i] == openbox->getWMTakeFocusAtom())
flags.send_focus_message = True;
else if (proto[i] == openbox->getOpenboxStructureMessagesAtom())
- screen->addNetizen(new Netizen(screen, client.window));
+ screen->addNetizen(new Netizen(*screen, client.window));
}
XFree(proto);