On Wed, 4 Jun 2025 14:48:31 GMT, Michael Strauß <mstra...@openjdk.org> wrote:
>> Implementation of >> [`StageStyle.EXTENDED`](https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09). > > Michael Strauß has updated the pull request incrementally with one additional > commit since the last revision: > > enable preview feature system properties for tests modules/javafx.graphics/src/main/native-glass/gtk/glass_window.cpp line 1418: > 1416: > 1417: gdk_window_show_window_menu(gdk_window, event); > 1418: gdk_event_free(event); The `seat` concept was introduced in gtk 3.20 and `gdk_window_show_window_menu` was in 3.14, and we require 3.8. I would agree that it's time to bump it up. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1605#discussion_r2127680262