X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=87f9375ae348ae8843dfb8197be41eb6e8a96246;hb=e68e6c6a536a2132570ddf1d1d3759bb31ef781e;hp=b12caf7be156cbe379c55a9346227c9fe761adff;hpb=0745e2ee0aa6b8e7dbab1a4124e60ccb5b4e8441;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index b12caf7b..87f9375a 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -10,12 +10,14 @@ struct _ObClient; /*! The client which is currently focused */ extern struct _ObClient *focus_client; +/*! The client which appears focused during a focus cycle operation */ +extern struct _ObClient *focus_cycle_target; /*! The recent focus order on each desktop */ extern GList **focus_order; -void focus_startup(); -void focus_shutdown(); +void focus_startup(gboolean reconfig); +void focus_shutdown(gboolean reconfig); /*! Specify which client is currently focused, this doesn't actually send focus anywhere, its called by the Focus event handlers */