all repos — openbox @ 6268e2c42adc2bca464867b5a9a2e79085e9a425

openbox fork - make it a bit more like ryudo

run execs
Dana Jansens danakj@orodu.net
commit

6268e2c42adc2bca464867b5a9a2e79085e9a425

parent

da67802bc8bd42741fae491bf932ff17ee16f0f7

1 files changed, 0 insertions(+), 7 deletions(-)

jump to
M util/epist/screen.ccutil/epist/screen.cc

@@ -118,13 +118,6 @@

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: