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