X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=93fe6183171e161860545f89c47b1a80bd24d3c0;hb=fe825d1dd274ca1fdafdca333df6d6689ec039c6;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