JDK-8255723 : Gtk glass backend should run with Gtk+ 3.8 (minimum)
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: jfx14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-02
  • Updated: 2020-11-04
  • Resolved: 2020-11-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx16Fixed
Related Reports
Relates :  
Description
on gladd_dnd.cpp:

#if GTK_CHECK_VERSION(3, 10, 0)
    context = gtk_drag_begin_with_coordinates(drag_widget, tlist, actions, 1, NULL, x, y);
#else
    context = gtk_drag_begin(drag_widget, tlist, actions, 1, NULL);
#endif


This will break if run on previous Gtk than 3.10.0.
Comments
Changeset: 92804f36 Author: Thiago Milczarek Sayao <tsayao@openjdk.org> Committer: Kevin Rushforth <kcr@openjdk.org> Date: 2020-11-04 13:42:36 +0000 URL: https://github.com/openjdk/jfx/commit/92804f36
04-11-2020