RFR: 8320965: Scrolling on a touch enabled display fails on Wayland [v4]

Thiago Milczarek Sayao tsayao at openjdk.org
Mon Feb 26 12:55:01 UTC 2024


On Tue, 20 Feb 2024 12:16:12 GMT, Jose Pereda <jpereda at openjdk.org> wrote:

>> This PR replaces the deprecated `gdk_pointer_grab` with `gdk_seat_grab`, and `gdk_pointer_ungrab ` with `gdk_seat_ungrab`, using runtime checks and wrapped functions for GTK 3.20+ (so systems without it still run with GTK 3.8+), and fixes the dragging issue on Wayland.
>
> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert changes and add touch mask to gdk pointer grab function

All ok.

-------------

Marked as reviewed by tsayao (Committer).

PR Review: https://git.openjdk.org/jfx/pull/1305#pullrequestreview-1900802532


More information about the openjfx-dev mailing list