X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus_cycle.h;h=4d1e265fe928f6c8dce6fd21cc10f58086b4187c;hb=83eb9220122d98ac72d1b6aa636d1da52d3832e2;hp=1147a29268a437b7baec590d7ca9a67f7d9861c3;hpb=eb09b1873d731a0e7290334a832a76cb233f34a7;p=chaz%2Fopenbox diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h index 1147a292..4d1e265f 100644 --- a/openbox/focus_cycle.h +++ b/openbox/focus_cycle.h @@ -44,4 +44,9 @@ void focus_directional_cycle(ObDirection dir, gboolean dock_windows, void focus_cycle_stop(); +gboolean focus_cycle_target_valid(struct _ObClient *ft, + gboolean all_desktops, + gboolean dock_windows, + gboolean desktop_windows); + #endif