X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Feventdispatcher.hh;h=c62e24b925c19e3d6a19ea48b3c5c54e446cca33;hb=bc88d310fea71823fb2c61d071ff499579bffaba;hp=97f86564ac6ff30f472bb74ac07d5597a66efbf0;hpb=9bfc9778271734e56e381afca74e7e50f6334f04;p=chaz%2Fopenbox diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh index 97f86564..c62e24b9 100644 --- a/otk/eventdispatcher.hh +++ b/otk/eventdispatcher.hh @@ -43,6 +43,7 @@ private: Time _lasttime; void dispatch(Window win, const XEvent &e); + void dispatchFocus(const XEvent &e); }; }