X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.h;fp=openbox%2Fevent.h;h=08ee0c1ce094cbac678586b8ffa23e16904be341;hb=1e957a168808f0357509300e879c0a7e97b49a24;hp=4fdf292e511e3f41c025d11a0c919bcdc0390c21;hpb=f694c650c83a7c29324debf3ac35d5e0c3abd84e;p=chaz%2Fopenbox diff --git a/openbox/event.h b/openbox/event.h index 4fdf292e..08ee0c1c 100644 --- a/openbox/event.h +++ b/openbox/event.h @@ -51,4 +51,7 @@ void event_halt_focus_delay(); comes at the same time or later than t2. */ gboolean event_time_after(Time t1, Time t2); +/*! Used with XCheckIfEvent to find a focusin event on a client window */ +Bool event_look_for_focusin_client(Display *d, XEvent *e, XPointer arg); + #endif