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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/focus_cycle.h') diff --git a/openbox/focus_cycle.h b/openbox/focus_cycle.h index 4d1e265f..38c0e837 100644 --- a/openbox/focus_cycle.h +++ b/openbox/focus_cycle.h @@ -45,6 +45,7 @@ void focus_directional_cycle(ObDirection dir, gboolean dock_windows, void focus_cycle_stop(); gboolean focus_cycle_target_valid(struct _ObClient *ft, + gboolean iconic_windows, gboolean all_desktops, gboolean dock_windows, gboolean desktop_windows); -- cgit v1.2.3