Integrated: 8320965: Scrolling on a touch enabled display fails on Wayland

Jose Pereda jpereda at openjdk.org
Mon Feb 26 16:04:52 UTC 2024


On Tue, 12 Dec 2023 11:19:23 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.

This pull request has now been integrated.

Changeset: df3707d7
Author:    Jose Pereda <jpereda at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/df3707d7444c542ba55a8e76a8ed7e8f0637e874
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8320965: Scrolling on a touch enabled display fails on Wayland

Reviewed-by: kcr, tsayao

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

PR: https://git.openjdk.org/jfx/pull/1305


More information about the openjfx-dev mailing list