From 0d0ce065df9ff1acc06fe63e4a0fe45c184de693 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 6 Jul 2007 19:41:23 +0000 Subject: don't focus helper windows that map unless there are no other valid targets in the group (don't move focus from a group window to a new helper window). this fixes gucharmap. --- 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 f5033aee..93fe6183 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -64,6 +64,7 @@ void focus_order_to_bottom(struct _ObClient *c); struct _ObClient *focus_order_find_first(guint desktop); gboolean focus_valid_target(struct _ObClient *ft, + gboolean helper_windows, gboolean iconic_windows, gboolean all_desktops, gboolean dock_windows, -- cgit v1.2.3