From 2253b5e341e2a20dee5c0c17eae3f5a8baa1b6ac Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 19 May 2007 20:31:08 +0000 Subject: fix the popup for directional focusing, only show what is going to be a valid target. change directional focus to use the same criteria as normal cycling. --- openbox/focus_cycle_popup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/focus_cycle_popup.h') diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h index 695dfe53..8626a5d3 100644 --- a/openbox/focus_cycle_popup.h +++ b/openbox/focus_cycle_popup.h @@ -27,7 +27,7 @@ struct _ObClient; void focus_cycle_popup_startup(gboolean reconfig); void focus_cycle_popup_shutdown(gboolean reconfig); -void focus_cycle_popup_show(struct _ObClient *c, +void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_windows, gboolean all_desktops, gboolean dock_windows, gboolean desktop_windows); void focus_cycle_popup_hide(); -- cgit v1.2.3