Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-11-23 16:42:44 +0000
committerSilenio Quarti2011-11-23 16:42:44 +0000
commit823cc6c2771fef0325da5857f1a25b2b047efde4 (patch)
tree1bc9c3d5f51e1a3bc72ce6b51d35effe96385393 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentc11e164f0f009e765b486f10bb1ae4014de551f7 (diff)
downloadeclipse.platform.swt-823cc6c2771fef0325da5857f1a25b2b047efde4.tar.gz
eclipse.platform.swt-823cc6c2771fef0325da5857f1a25b2b047efde4.tar.xz
eclipse.platform.swt-823cc6c2771fef0325da5857f1a25b2b047efde4.zip
Bug 354126 - Tooltips do not appear for any Eclipse icons
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.c6
1 files changed, 4 insertions, 2 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 e3e2493130..fd77e79455 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
@@ -18,8 +18,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1385;
-int OS_nativeFunctionCallCount[1385];
+int OS_nativeFunctionCount = 1387;
+int OS_nativeFunctionCallCount[1387];
char * OS_nativeFunctionNames[] = {
#ifndef JNI64
"Call__IIII",
@@ -1291,6 +1291,7 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1widget_1get_1parent_1window",
"_1gtk_1widget_1get_1size_1request",
"_1gtk_1widget_1get_1style",
+ "_1gtk_1widget_1get_1tooltip_1text",
"_1gtk_1widget_1get_1toplevel",
"_1gtk_1widget_1grab_1focus",
"_1gtk_1widget_1hide",
@@ -1778,6 +1779,7 @@ char * OS_nativeFunctionNames[] = {
#endif
"pangoLayoutNewProc_1CALLBACK",
"realpath",
+ "strcmp",
};
#define STATS_NATIVE(func) Java_org_eclipse_swt_tools_internal_NativeStats_##func

Back to the top