WayfireWM / wayfire

A modular and extensible wayland compositor
https://wayfire.org/
MIT License
2.42k stars 179 forks source link

move: Use post input signal for touch move grabs #2508

Closed soreau closed 1 week ago

soreau commented 2 weeks ago

Without this, touch fingers are not set yet which causes a visual jump when attempting to move drag a window with touchscreen devices. Use post signal so that the fingers are properly detected and the correct coordinates are used in the first place.

Fixes #2505.

zougloub commented 2 weeks ago

Tested here, OK.