Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-01-21 17:15:34 +0000
committerEric Williams2019-01-22 16:33:28 +0000
commit18ad75e8f857ef2292b160e31e6c3dd01124ce88 (patch)
tree7edacca8a7c0108416841c8656e67900f5ef3ae4 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentf4f69c8eff4871bd108196372a87db536d60f874 (diff)
downloadeclipse.platform.swt-18ad75e8f857ef2292b160e31e6c3dd01124ce88.tar.gz
eclipse.platform.swt-18ad75e8f857ef2292b160e31e6c3dd01124ce88.tar.xz
eclipse.platform.swt-18ad75e8f857ef2292b160e31e6c3dd01124ce88.zip
Bug 541650: [GTK4] GdkEvents are private and can no longer be created
Handle GdkEventCrossing cases. Change-Id: I4ec60d2dcc7e84575b09b65e010d660b6dcd795e Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index 4b5964e794..9bcbfa3c73 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -104,6 +104,7 @@ char * GDK_nativeFunctionNames[] = {
"_1gdk_1event_1get",
"_1gdk_1event_1get_1button",
"_1gdk_1event_1get_1coords",
+ "_1gdk_1event_1get_1crossing_1mode",
"_1gdk_1event_1get_1event_1type",
"_1gdk_1event_1get_1focus_1in",
"_1gdk_1event_1get_1key_1group",

Back to the top