]> Dogcows Code - chaz/openbox/blobdiff - util/epist/screen.cc
including wrong
[chaz/openbox] / util / epist / screen.cc
index cf2c486f44a89e5a18b96f23c3b81be87b4f2cfa..ee19abb1cd1548d0ed209e0ccff99900b9cf78cc 100644 (file)
@@ -118,6 +118,7 @@ XWindow *screen::findWindow(const XEvent &e) const {
 
 void screen::processEvent(const XEvent &e) {
   assert(_managed);
+  assert(e.xany.window == _root);
 
   switch (e.type) {
   case PropertyNotify:
This page took 0.019129 seconds and 4 git commands to generate.