]> Dogcows Code - chaz/openbox/blobdiff - src/rootwindow.cc
put a header where it belongs
[chaz/openbox] / src / rootwindow.cc
index bc62fdc55dbfdc9999f26b0deccacba8d9b47acf..23361761c3f6674d347b24e32c23c0493308bf56 100644 (file)
@@ -109,9 +109,10 @@ 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;
 
This page took 0.025576 seconds and 4 git commands to generate.