Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
index 11abf15d99..a21cea01b2 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.h
@@ -101,7 +101,7 @@
#if defined(GDK_WINDOWING_X11)
-#if !GTK_CHECK_VERSION(3,94,0)
+#if !GTK_CHECK_VERSION(3,96,0)
#include <gtk/gtkx.h>
#define NO__1gdk_1x11_1surface_1get_1xid
#define NO__1gdk_1x11_1surface_1lookup_1for_1display
@@ -114,8 +114,12 @@
#define NO__1gtk_1socket_1get_1id
#define NO__1gtk_1socket_1new
#endif
+#if !GTK_CHECK_VERSION(3,96,0)
#include <gdk/gdkx.h>
#else
+#include <gdk/x11/gdkx.h>
+#endif
+#else
#define NO_GDK_1IS_1X11_1DISPLAY
@@ -171,7 +175,7 @@
#endif
-#if GTK_CHECK_VERSION(3,94,0)
+#if GTK_CHECK_VERSION(3,96,0)
#define GTK4 1
// Structs which do not exist on GTK4

Back to the top