]> Dogcows Code - chaz/openbox/commitdiff
run execs
authorDana Jansens <danakj@orodu.net>
Mon, 22 Jul 2002 08:31:36 +0000 (08:31 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 22 Jul 2002 08:31:36 +0000 (08:31 +0000)
util/epist/screen.cc

index 1086ce4ab861aa0a0844c9f250012fbd286c2773..cf2c486f44a89e5a18b96f23c3b81be87b4f2cfa 100644 (file)
@@ -118,13 +118,6 @@ XWindow *screen::findWindow(const XEvent &e) const {
 
 void screen::processEvent(const XEvent &e) {
   assert(_managed);
-  assert(e.xany.window == _root);
-
-  XWindow *window = 0;
-  if (e.xany.window != _root) {
-    window = findWindow(e);  // find the window
-    assert(window); // we caught an event for a window we don't know about!?
-  }
 
   switch (e.type) {
   case PropertyNotify:
This page took 0.023411 seconds and 4 git commands to generate.