From 63f748aa3fac4d3ed004a2c5343a51c3a046e21d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 8 Jan 2010 14:40:29 -0500 Subject: Make focus_valid_target() take a desktop argument. So you can find valid targets on desktops other than the currently visible one --- openbox/focus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/focus.h') diff --git a/openbox/focus.h b/openbox/focus.h index 80ce3a38..f926d01e 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -65,6 +65,7 @@ void focus_order_to_bottom(struct _ObClient *c); struct _ObClient *focus_order_find_first(guint desktop); gboolean focus_valid_target(struct _ObClient *ft, + guint desktop, gboolean helper_windows, gboolean iconic_windows, gboolean all_desktops, -- cgit v1.2.3