X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.cc;h=2a0c4448f59c045c604e75e1261b4c118d66f103;hb=9860b76c50e5ecacc85921539058eab4c655c38d;hp=4120192498230d4441248b00cf91f7c45ec728b5;hpb=829ce05c7c7fe3697d11739d12577c7151d9953d;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 41201924..2a0c4448 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -42,6 +42,7 @@ void OtkEventDispatcher::dispatchEvents(void) while (XPending(OBDisplay::display)) { XNextEvent(OBDisplay::display, &e); + it = _map.find(e.xany.window); if (it != _map.end())