Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-12-06 17:09:00 +0000
committerSilenio Quarti2012-12-06 17:09:00 +0000
commit4863cf877cd1894e497640462c77762bca656d03 (patch)
treec4d577b663acd03d7994e4a21bfcd8e68dfcd6f1 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentbd8a9ab87a3ef6156a29a9504f7a31549bf3ba27 (diff)
downloadeclipse.platform.swt-4863cf877cd1894e497640462c77762bca656d03.tar.gz
eclipse.platform.swt-4863cf877cd1894e497640462c77762bca656d03.tar.xz
eclipse.platform.swt-4863cf877cd1894e497640462c77762bca656d03.zip
use gtk_icon_set_render_icon_pixbuf in GTK3
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 a92cc64691..6e2726097d 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
@@ -795,6 +795,7 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1icon_1info_1free",
"_1gtk_1icon_1info_1load_1icon",
"_1gtk_1icon_1set_1render_1icon",
+ "_1gtk_1icon_1set_1render_1icon_1pixbuf",
"_1gtk_1icon_1source_1free",
"_1gtk_1icon_1source_1new",
"_1gtk_1icon_1source_1set_1pixbuf",

Back to the top