Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Lamb2015-03-04 13:41:42 +0000
committerAlexander Kurtakov2015-03-24 08:31:06 +0000
commite9c202445b7800e816318f00aed3887885c67efd (patch)
tree0752d8346f152a04670bb375ae95929e98ed6503 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent9d92881b3b42b42f713c6b2022fdd425b5bdd96e (diff)
downloadeclipse.platform.swt-e9c202445b7800e816318f00aed3887885c67efd.tar.gz
eclipse.platform.swt-e9c202445b7800e816318f00aed3887885c67efd.tar.xz
eclipse.platform.swt-e9c202445b7800e816318f00aed3887885c67efd.zip
Bug 427776 - [GTK3] JVM running Eclipse crashes several times per day to
SIGSEGV in gdk_window_get_support_multidevice * Fixed 32bit compliance. * Guard the code for GTK 3.0-3.11.9 Change-Id: I2e11cf20b1df6743e714b48f51dd2ee79544bdce Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Signed-off-by: Alexander Kurtakov <akurtako@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 036d49d302..4aa6f8e734 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
@@ -258,6 +258,7 @@ typedef enum {
_1g_1filename_1to_1uri_FUNC,
_1g_1filename_1to_1utf8_FUNC,
_1g_1free_FUNC,
+ _1g_1hash_1table_1get_1values_FUNC,
_1g_1icon_1new_1for_1string_FUNC,
_1g_1icon_1to_1string_FUNC,
_1g_1idle_1add_FUNC,

Back to the top