X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.hh;h=9f7fb8656f5febebb7c8e3758d63010af88cb44f;hb=77a8e11660edd66279f2d3def6de3768874ba780;hp=b56445a4bbda18d3da599ebcabf09f505254d606;hpb=db23fe0584b9d7ece147ef74c7ad6d45ff7ba6fd;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index b56445a4..9f7fb865 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -29,6 +29,8 @@ public: inline void setMasterHandler(OtkEventHandler *master) { _master = master; } OtkEventHandler *getMasterHandler(void) const { return _master; } + + OtkEventHandler *findHandler(Window win); private: OtkEventMap _map;