X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Frootwindow.cc;h=23361761c3f6674d347b24e32c23c0493308bf56;hb=24924367f9486b29b8b9fd024781ccb5f9e0e276;hp=bc62fdc55dbfdc9999f26b0deccacba8d9b47acf;hpb=1fa445c88033e564a25d907a7f478e76bff9e89e;p=chaz%2Fopenbox diff --git a/src/rootwindow.cc b/src/rootwindow.cc index bc62fdc5..23361761 100644 --- a/src/rootwindow.cc +++ b/src/rootwindow.cc @@ -109,9 +109,10 @@ 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;