summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-06 19:41:23 +0000
committerDana Jansens <danakj@orodu.net>2007-07-06 19:41:23 +0000
commit0d0ce065df9ff1acc06fe63e4a0fe45c184de693 (patch)
tree1d4837af35ef0263656360e6f91890b930b843d5 /openbox/focus.h
parentb3d26fdb20e5a939210265ecdf8e5b51340991c6 (diff)
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.
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h1
1 files changed, 1 insertions, 0 deletions
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,