RFR: 8320965: Scrolling on a touch enabled display fails on Wayland [v2]
Kevin Rushforth
kcr at openjdk.org
Fri Dec 15 14:29:58 UTC 2023
On Thu, 14 Dec 2023 20:19: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:
>
> remove compile-time if checks
This now looks like what I would expect. I'll test it, mainly to look for regressions, since I don't have a touch screen to test the actual fix.
@tsayao Can you be the second reviewer?
-------------
PR Review: https://git.openjdk.org/jfx/pull/1305#pullrequestreview-1784185499
More information about the openjfx-dev
mailing list