diff options
Diffstat (limited to 'src/rootwindow.cc')
| -rw-r--r-- | src/rootwindow.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rootwindow.cc b/src/rootwindow.cc index bc62fdc5..ff8a644f 100644 --- a/src/rootwindow.cc +++ b/src/rootwindow.cc @@ -112,6 +112,8 @@ void OBRootWindow::mapRequestHandler(const XMapRequestEvent &e) #include <stdio.h> void OBRootWindow::configureRequestHandler(const XConfigureRequestEvent &e) { + OtkEventHandler::configureRequestHandler(e); + // when configure requests come to the root window, just pass them on XWindowChanges xwc; |
