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

Thiago Milczarek Sayao tsayao at openjdk.org
Sat Dec 23 20:16:52 UTC 2023


On Mon, 18 Dec 2023 11:19:18 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:
> 
>   Add compile-time checks to GdkSeat

I did compile (updating gcc) and test on Ubuntu 16.04 and Ubuntu 23.10 with Xorg and Wayland. All OK.
Code LGTM.

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

PR Comment: https://git.openjdk.org/jfx/pull/1305#issuecomment-1868362953


More information about the openjfx-dev mailing list