diff options
Diffstat (limited to 'src/Window.cc')
| -rw-r--r-- | src/Window.cc | 2 |
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); |
