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.h
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.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index 7ad9719ce8..dba5be2a6d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -114,6 +114,7 @@ typedef enum {
_1gdk_1event_1get_FUNC,
_1gdk_1event_1get_1button_FUNC,
_1gdk_1event_1get_1coords_FUNC,
+ _1gdk_1event_1get_1crossing_1mode_FUNC,
_1gdk_1event_1get_1event_1type_FUNC,
_1gdk_1event_1get_1focus_1in_FUNC,
_1gdk_1event_1get_1key_1group_FUNC,

Back to the top