]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
can tell where events are coming from!
[chaz/openbox] / otk / eventdispatcher.hh
index b56445a4bbda18d3da599ebcabf09f505254d606..9f7fb8656f5febebb7c8e3758d63010af88cb44f 100644 (file)
@@ -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;
This page took 0.019431 seconds and 4 git commands to generate.