Skip to content

backends/native: Get the correct value for pinch dy

Yariv requested to merge yarivb/mutter:fix-pinch-dy into master

The code currently sends the value of dx for both dy and dx in pinch gestures. This looks like a typo, so fix it.

The bug dates back to 2015, it probably went unnoticed because there is currently no easy way to get these values from GTK.

Fixes #972 (closed)

Edited by Yariv

Merge request reports