X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Ffocus_cycle.h;h=2e32805f1948bef39a109a807c519471eb0a051a;hb=aaba799e1d7d48f33de3eb7b8956f5572c013141;hp=1147a29268a437b7baec590d7ca9a67f7d9861c3;hpb=eb09b1873d731a0e7290334a832a76cb233f34a7;p=chaz%2Fopenbox diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h index 1147a292..2e32805f 100644 --- a/openbox/focus_cycle.h +++ b/openbox/focus_cycle.h @@ -42,6 +42,6 @@ void focus_directional_cycle(ObDirection dir, gboolean dock_windows, gboolean desktop_windows, gboolean interactive, gboolean dialog, gboolean done, gboolean cancel); -void focus_cycle_stop(); +void focus_cycle_stop(struct _ObClient *ifclient); #endif