X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Ffocus.h;h=1c95faa046272848b19dd39591cc6b2291cf9191;hb=923e0edfa80dbfe7e9fa90bee8f6bb2dfb2f9907;hp=ce2c4d05eb6ebfebcf25004a3fc94ccaf29262dd;hpb=d9f14c1d010860e658f4a9adc6682e0264b410aa;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 */