From 8f2e3f5fe16aeb0324aa5ee2b2c30a83ec724ad0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Jun 2007 17:46:16 +0000 Subject: use the same decision code to focus new windows as for focus cycling or focus fallback. yay consistency. --- openbox/focus.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openbox/focus.h') 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 -- cgit v1.2.3