X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;fp=openbox%2Ffocus.h;h=1366cd08869e0971ae1c22c4abbcdc7d7b15dd29;hb=fb3d2033ba5c9edc198296793dde59341577b9b0;hp=e1d6a6c4e1f4e6c9fca970635cd90f4c6465aadf;hpb=7db7d62ceb5064cd204444669f718397707b11d9;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index e1d6a6c4..1366cd08 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -58,10 +58,9 @@ void focus_fallback(gboolean allow_refocus); /*! Cycle focus amongst windows. */ void focus_cycle(gboolean forward, gboolean linear, gboolean interactive, - gboolean dialog, gboolean done, gboolean cancel, Time time); + gboolean dialog, gboolean done, gboolean cancel); void focus_directional_cycle(ObDirection dir, gboolean interactive, - gboolean dialog, gboolean done, gboolean cancel, - Time time); + gboolean dialog, gboolean done, gboolean cancel); void focus_cycle_draw_indicator(); /*! Add a new client into the focus order */