Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatoly Spektor2012-10-05 16:04:46 +0000
committerAlexander Kurtakov2012-10-05 17:00:38 +0000
commitfced94f9eb057f73fb291e17160f948c0221a298 (patch)
treedbe4d464a9de3541e8e6c0e5946509d483b9e9a0 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentccfbe1d755ec8867af82b207cc663c1af09c8cf5 (diff)
downloadeclipse.platform.swt-fced94f9eb057f73fb291e17160f948c0221a298.tar.gz
eclipse.platform.swt-fced94f9eb057f73fb291e17160f948c0221a298.tar.xz
eclipse.platform.swt-fced94f9eb057f73fb291e17160f948c0221a298.zip
Use gtk_render_layout instead of gtk_paint_layout for GTK+3 and higher
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
index 2990feb813..cb64404aa7 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
@@ -955,6 +955,7 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1render_1background",
"_1gtk_1render_1frame",
"_1gtk_1render_1handle",
+ "_1gtk_1render_1layout",
"_1gtk_1render_1line",
"_1gtk_1render_1option",
"_1gtk_1scale_1new",

Back to the top