summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2011-03-03 18:45:45 +0000
committerCarolyn MacLeod <carolyn>2011-03-03 18:45:45 +0000
commitece031fd794af82cf81f2a5f5cfbdfdd74151102 (patch)
tree61f478c6489d2a2cac97fca7d1cff476deb9f16c /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
parentf97315c1495701ab1a6d6fb15088b6d916eeec2c (diff)
downloadeclipse.platform.swt-ece031fd794af82cf81f2a5f5cfbdfdd74151102.tar.gz
eclipse.platform.swt-ece031fd794af82cf81f2a5f5cfbdfdd74151102.tar.xz
eclipse.platform.swt-ece031fd794af82cf81f2a5f5cfbdfdd74151102.zip
PI for Bug 329291 - DateTime DropDown doesnt work on GTK
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 3e20a40805..27bd34cf92 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 = 1379;
-int OS_nativeFunctionCallCount[1379];
+int OS_nativeFunctionCount = 1381;
+int OS_nativeFunctionCallCount[1381];
char * OS_nativeFunctionNames[] = {
#ifndef JNI64
"Call__IIII",
@@ -620,8 +620,10 @@ char * OS_nativeFunctionNames[] = {
"_1gtk_1button_1get_1relief",
"_1gtk_1button_1new",
"_1gtk_1button_1set_1relief",
+ "_1gtk_1calendar_1clear_1marks",
"_1gtk_1calendar_1display_1options",
"_1gtk_1calendar_1get_1date",
+ "_1gtk_1calendar_1mark_1day",
"_1gtk_1calendar_1new",
"_1gtk_1calendar_1select_1day",
"_1gtk_1calendar_1select_1month",