commit | 412b024be832ae10b19098077bb42a240de15381 | [log] [tgz] |
---|---|---|
author | Giulio Camuffo <giuliocamuffo@gmail.com> | Thu Nov 14 23:42:51 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Nov 15 16:17:51 2013 -0800 |
tree | 2aa243b0f7f46950329c2935e092d130512487ce | |
parent | 6fcb378c016a7abc261da104f7bc3eb70e826b6b [diff] [blame] |
zoom: use the new pointer motion signal to move the zoom frame.
diff --git a/src/shell.c b/src/shell.c index 9a9127b..cbb741a 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -3052,8 +3052,7 @@ else if (output->zoom.level > output->zoom.max_level) output->zoom.level = output->zoom.max_level; else if (!output->zoom.active) { - output->zoom.active = 1; - output->disable_planes++; + weston_output_activate_zoom(output); } output->zoom.spring_z.target = output->zoom.level;