Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-03-15 09:08:00 +0000
committerAlexander Kurtakov2018-03-15 09:08:00 +0000
commit85b8546ba92458a2cc0aaa2c274887f8bb0c6322 (patch)
tree6ae3ebcbfecbaa824b2ed76755f542276b79497c /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parenta40565f29ee1fd415728731416240d68d0f6ecf5 (diff)
downloadeclipse.platform.swt-85b8546ba92458a2cc0aaa2c274887f8bb0c6322.tar.gz
eclipse.platform.swt-85b8546ba92458a2cc0aaa2c274887f8bb0c6322.tar.xz
eclipse.platform.swt-85b8546ba92458a2cc0aaa2c274887f8bb0c6322.zip
Bug 532475 - Move away of deprecated gdk_error_trap_push/pop
Deprecated in GTK 3.x as it's X11 only and there is even more efficient pop function which doesn't block. Change-Id: I856a18e340a02f8faf84a8a580030a903dc1c92f 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.h2
1 files changed, 2 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 702b2b099c..6307240031 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
@@ -246,6 +246,8 @@ typedef enum {
_1gdk_1window_1shape_1combine_1region_FUNC,
_1gdk_1window_1show_FUNC,
_1gdk_1window_1show_1unraised_FUNC,
+ _1gdk_1x11_1display_1error_1trap_1pop_1ignored_FUNC,
+ _1gdk_1x11_1display_1error_1trap_1push_FUNC,
_1gdk_1x11_1display_1get_1xdisplay_FUNC,
_1gdk_1x11_1display_1utf8_1to_1compound_1text_FUNC,
_1gdk_1x11_1drawable_1get_1xid_FUNC,

Back to the top