X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;fp=openbox%2Ffocus.h;h=1c8cb1575efec7f64a46ba50a1318a91d9dd7404;hb=a7f65a818c48e272aa9c8c49f2339b46b794078e;hp=b838ab559722881ca28d78eb53c84f31b45297a7;hpb=857245960e4a35f9307f1b6124a4b7b4e726298b;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index b838ab55..1c8cb157 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -52,7 +52,8 @@ struct _ObClient* focus_fallback_target(gboolean allow_refocus, void focus_fallback(gboolean allow_refocus); /*! Cycle focus amongst windows. */ -void focus_cycle(gboolean forward, gboolean dock_windows, +void focus_cycle(gboolean forward, gboolean all_desktops, + gboolean dock_windows, gboolean linear, gboolean interactive, gboolean dialog, gboolean done, gboolean cancel); void focus_directional_cycle(ObDirection dir, gboolean dock_windows,