X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus_cycle.h;h=68b8d929d149d856a08e1f5ad5dc416804063102;hb=7c1a00802326a608bc1baeb67731a9ab3eda8ba6;hp=3fecc9e42acd04258a56e085106e2703e8f84698;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h index 3fecc9e4..68b8d929 100644 --- a/openbox/focus_cycle.h +++ b/openbox/focus_cycle.h @@ -38,9 +38,12 @@ struct _ObClient* focus_cycle(gboolean forward, gboolean all_desktops, gboolean dock_windows, gboolean desktop_windows, gboolean linear, gboolean interactive, gboolean dialog, gboolean done, gboolean cancel); -void focus_directional_cycle(ObDirection dir, gboolean dock_windows, - gboolean desktop_windows, gboolean interactive, - gboolean dialog, gboolean done, gboolean cancel); +struct _ObClient* focus_directional_cycle(ObDirection dir, + gboolean dock_windows, + gboolean desktop_windows, + gboolean interactive, + gboolean dialog, + gboolean done, gboolean cancel); void focus_cycle_stop(struct _ObClient *ifclient);