Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-03-23 14:51:35 +0000
committerSilenio Quarti2013-03-25 16:55:09 +0000
commitd453cf5437fbe11ecd8d5bdf8ed46b521a6689e4 (patch)
treea6dd47eb1cb90131f7404b7984833f95c735eb51 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent3462638b4d08f5602683f1e8dd1eecfd9fd908ff (diff)
downloadeclipse.platform.swt-d453cf5437fbe11ecd8d5bdf8ed46b521a6689e4.tar.gz
eclipse.platform.swt-d453cf5437fbe11ecd8d5bdf8ed46b521a6689e4.tar.xz
eclipse.platform.swt-d453cf5437fbe11ecd8d5bdf8ed46b521a6689e4.zip
Bug 397107 - [GTK3] CTabFolder rendering hangs
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.h3
1 files changed, 3 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 2153d5c936..5ceb219a25 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
@@ -1348,7 +1348,9 @@ typedef enum {
_1gtk_1widget_1get_1pango_1context_FUNC,
_1gtk_1widget_1get_1parent_FUNC,
_1gtk_1widget_1get_1parent_1window_FUNC,
+ _1gtk_1widget_1get_1preferred_1height_1for_1width_FUNC,
_1gtk_1widget_1get_1preferred_1size_FUNC,
+ _1gtk_1widget_1get_1preferred_1width_1for_1height_FUNC,
_1gtk_1widget_1get_1realized_FUNC,
_1gtk_1widget_1get_1sensitive_FUNC,
_1gtk_1widget_1get_1size_1request_FUNC,
@@ -1560,6 +1562,7 @@ typedef enum {
_1pango_1tab_1array_1set_1tab_FUNC,
_1swt_1fixed_1get_1type_FUNC,
_1swt_1fixed_1move_FUNC,
+ _1swt_1fixed_1resize_FUNC,
_1swt_1fixed_1restack_FUNC,
_1ubuntu_1menu_1proxy_1get_FUNC,
g_1main_1context_1wakeup_FUNC,

Back to the top