summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h6
1 files changed, 6 insertions, 0 deletions
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