X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=inline;f=src%2Frootwindow.cc;h=ff8a644fa648d4eb732273ae3b04d04ea5654761;hb=9860b76c50e5ecacc85921539058eab4c655c38d;hp=bc62fdc55dbfdc9999f26b0deccacba8d9b47acf;hpb=1fa445c88033e564a25d907a7f478e76bff9e89e;p=chaz%2Fopenbox 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;