diff options
Diffstat (limited to 'desktop-shell/shell.c')
-rw-r--r-- | desktop-shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 48bee343..dec9169b 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -4808,7 +4808,7 @@ do_zoom(struct weston_seat *seat, uint32_t time, uint32_t key, uint32_t axis, if (!output->zoom.active) { if (output->zoom.level <= 0.0) continue; - weston_output_activate_zoom(output); + weston_output_activate_zoom(output, seat); } output->zoom.spring_z.target = output->zoom.level; |