]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.h
some changes to focus handling.
[chaz/openbox] / openbox / event.h
index 4fdf292e511e3f41c025d11a0c919bcdc0390c21..08ee0c1ce094cbac678586b8ffa23e16904be341 100644 (file)
@@ -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
This page took 0.023035 seconds and 4 git commands to generate.