diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-06-23 13:50:26 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-06-23 13:50:26 +0000 |
| commit | 0993012776e159a5b94a34034289f2274ad6c7bf (patch) | |
| tree | 8bfbf2a40ea023e51f5e4db88a2e94f338832366 /openbox/focus.h | |
| parent | 8ba619d5f15742d08850fe403e99e472ac5cf790 (diff) | |
try to fix focus switching with mouse actions up a bit
Diffstat (limited to 'openbox/focus.h')
| -rw-r--r-- | openbox/focus.h | 4 |
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(); |
