summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-12 17:46:16 +0000
committerDana Jansens <danakj@orodu.net>2007-06-12 17:46:16 +0000
commit8f2e3f5fe16aeb0324aa5ee2b2c30a83ec724ad0 (patch)
treef22d24e2ba097bfb1a33e3639df0dbab98a33f53 /openbox/focus.h
parentd57ea6ece7e91eb7876b7e31ab343f2b9b848986 (diff)
use the same decision code to focus new windows as for focus cycling or focus fallback. yay consistency.
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