X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=1c95faa046272848b19dd39591cc6b2291cf9191;hb=19b480058e869a588ea20be5e29017ae2052e967;hp=ce2c4d05eb6ebfebcf25004a3fc94ccaf29262dd;hpb=9d6e3907650f4bc05ebf147aeec92573d7b88758;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index ce2c4d05..1c95faa0 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -60,9 +60,10 @@ void focus_fallback(ObFocusFallbackType type); /*! Cycle focus amongst windows. */ void focus_cycle(gboolean forward, gboolean linear, gboolean interactive, - gboolean dialog, gboolean done, gboolean cancel); + gboolean dialog, gboolean done, gboolean cancel, Time time); void focus_directional_cycle(ObDirection dir, gboolean interactive, - gboolean dialog, gboolean done, gboolean cancel); + gboolean dialog, gboolean done, gboolean cancel, + Time time); void focus_cycle_draw_indicator(); /*! Add a new client into the focus order */