Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2019-01-17 15:36:03 +0000
committerEric Williams2019-01-17 15:45:55 +0000
commitdc3bb22999125806861acbbcc02236b8df519d05 (patch)
tree7377003c6f3098265766daee933eb31796f23ace /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentb9f753eab5d34a9451bdb38ca8d97953775601d9 (diff)
downloadeclipse.platform.swt-dc3bb22999125806861acbbcc02236b8df519d05.tar.gz
eclipse.platform.swt-dc3bb22999125806861acbbcc02236b8df519d05.tar.xz
eclipse.platform.swt-dc3bb22999125806861acbbcc02236b8df519d05.zip
Bug 539706: [GTK3] Replace deprecated gdk_flush()
Remove gdk_flush() as it can cause crashes. This function was already removed on GTK4, and AFAICT it is not needed on GTK3. Change-Id: I306cd3ad4336f719628242f717d653e04afbda82 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, 0 insertions, 1 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 b7245e7950..48066bcd1b 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
@@ -133,7 +133,6 @@ typedef enum {
_1gdk_1event_1peek_FUNC,
_1gdk_1event_1put_FUNC,
_1gdk_1event_1set_1device_FUNC,
- _1gdk_1flush_FUNC,
_1gdk_1get_1default_1root_1window_FUNC,
_1gdk_1keymap_1get_1entries_1for_1keyval_FUNC,
_1gdk_1keymap_1get_1for_1display_FUNC,

Back to the top