Skip to content

Commit

Permalink
A fix to the previous workaround to enable JOGL to run on Ubuntu #3199
Browse files Browse the repository at this point in the history
Still needs Eclipse 2022-03
  • Loading branch information
AlexisDrogoul committed Mar 11, 2022
1 parent 7331016 commit 8d8ab30
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -356,7 +356,6 @@ private static VersionNumber GTK_VERSION(final int version) {
_gtk_version = GTK_VERSION(field_OS_gtk_version.getInt(null));
m1 = cGTK.getDeclaredMethod(str_gtk_widget_realize, handleType);
if (_gtk_version.compareTo(GTK_VERSION_2_14_0) >= 0) {
m4 = cGTK.getDeclaredMethod(str_gtk_widget_get_window, handleType);
if (SWT.getVersion() < SWT_VERSION_4_21) {
m4 = cGTK.getDeclaredMethod(str_gtk_widget_get_window, handleType);
} else {
Expand Down

0 comments on commit 8d8ab30

Please sign in to comment.