summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2011-09-19 11:43:05 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2011-09-19 11:43:05 -0400
commitd089b2cf79ce87d2a82f677ea1a4ce5a5ba9d4a4 (patch)
tree2afccb00f5339e3c0a03f644c917a4e84ef9d23f /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
parent33702c0f14302d7231ea3f607b86a900e03829aa (diff)
downloadeclipse.platform.swt-d089b2cf79ce87d2a82f677ea1a4ce5a5ba9d4a4.tar.gz
eclipse.platform.swt-d089b2cf79ce87d2a82f677ea1a4ce5a5ba9d4a4.tar.xz
eclipse.platform.swt-d089b2cf79ce87d2a82f677ea1a4ce5a5ba9d4a4.zip
Bug 354978 - First changes
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
index b387ce344c..4404269235 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/library/cairo_stats.c
@@ -15,7 +15,7 @@
*
* IBM
* - Binding to permit interfacing between Cairo and SWT
- * - Copyright (C) 2005, 2009 IBM Corp. All Rights Reserved.
+ * - Copyright (C) 2005, 2011 IBM Corp. All Rights Reserved.
*
* ***** END LICENSE BLOCK ***** */
@@ -24,8 +24,8 @@
#ifdef NATIVE_STATS
-int Cairo_nativeFunctionCount = 145;
-int Cairo_nativeFunctionCallCount[145];
+int Cairo_nativeFunctionCount = 146;
+int Cairo_nativeFunctionCallCount[146];
char * Cairo_nativeFunctionNames[] = {
"CAIRO_1VERSION_1ENCODE",
"_1cairo_1append_1path",
@@ -50,6 +50,7 @@ char * Cairo_nativeFunctionNames[] = {
"_1cairo_1font_1options_1destroy",
"_1cairo_1font_1options_1get_1antialias",
"_1cairo_1font_1options_1set_1antialias",
+ "_1cairo_1format_1stride_1for_1width",
"_1cairo_1get_1antialias",
"_1cairo_1get_1current_1point",
"_1cairo_1get_1fill_1rule",