diff options
Diffstat (limited to 'openbox/event.h')
| -rw-r--r-- | openbox/event.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
