diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:04:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 01:04:31 +0000 |
| commit | 9860b76c50e5ecacc85921539058eab4c655c38d (patch) | |
| tree | 5587ac2eb155a2a22997132f4552ee979b29cfbb /src/rootwindow.cc | |
| parent | 22bd294c7baed75a24b1df7cc423042c965acbdb (diff) | |
unmap works.. once
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; |
