X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=93fe6183171e161860545f89c47b1a80bd24d3c0;hb=de1679e3e2f05a20d7ac7daaddb38db0f2e3172b;hp=f54da05cb803e97a2c934b5dab3050602c1c5c3f;hpb=8772b46b56172e35506f21d626aa89bd649615c6;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index f54da05c..93fe6183 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -63,4 +63,11 @@ void focus_order_to_bottom(struct _ObClient *c); struct _ObClient *focus_order_find_first(guint desktop); +gboolean focus_valid_target(struct _ObClient *ft, + gboolean helper_windows, + gboolean iconic_windows, + gboolean all_desktops, + gboolean dock_windows, + gboolean desktop_windows); + #endif