Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8255723

Gtk glass backend should run with Gtk+ 3.8 (minimum)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • jfx16
    • jfx14
    • javafx

      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.

            tsayao Thiago Sayao
            tsayao Thiago Sayao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: