summaryrefslogtreecommitdiff
path: root/openbox/focus.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-06-23 13:50:26 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-06-23 13:50:26 +0000
commit0993012776e159a5b94a34034289f2274ad6c7bf (patch)
tree8bfbf2a40ea023e51f5e4db88a2e94f338832366 /openbox/focus.h
parent8ba619d5f15742d08850fe403e99e472ac5cf790 (diff)
try to fix focus switching with mouse actions up a bit
Diffstat (limited to 'openbox/focus.h')
-rw-r--r--openbox/focus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/focus.h b/openbox/focus.h
index 4a3f0b1a..345685c0 100644
--- a/openbox/focus.h
+++ b/openbox/focus.h
@@ -57,9 +57,9 @@ struct _ObClient* focus_fallback_target(ObFocusFallbackType type);
void focus_fallback(ObFocusFallbackType type);
/*! Cycle focus amongst windows. */
-void focus_cycle(gboolean forward, gboolean linear,
+void focus_cycle(gboolean forward, gboolean linear, gboolean interactive,
gboolean dialog, gboolean done, gboolean cancel);
-void focus_directional_cycle(ObDirection dir,
+void focus_directional_cycle(ObDirection dir, gboolean interactive,
gboolean dialog, gboolean done, gboolean cancel);
void focus_cycle_draw_indicator();