From 9860b76c50e5ecacc85921539058eab4c655c38d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 01:04:31 +0000 Subject: unmap works.. once --- src/rootwindow.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rootwindow.cc') 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 void OBRootWindow::configureRequestHandler(const XConfigureRequestEvent &e) { + OtkEventHandler::configureRequestHandler(e); + // when configure requests come to the root window, just pass them on XWindowChanges xwc; -- cgit v1.2.3