From 0993012776e159a5b94a34034289f2274ad6c7bf Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 23 Jun 2004 13:50:26 +0000 Subject: try to fix focus switching with mouse actions up a bit --- openbox/focus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/focus.h') 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(); -- cgit v1.2.3