Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2007-08-22 20:12:46 +0000
committerFelipe Heidrich2007-08-22 20:12:46 +0000
commit8598582223da4dee1778de25a953cafe25631194 (patch)
treecf9fea84e24dcfb32808eb1c5c7f6dd67c0cf112 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parentccf31f9664c2d30bdeede48ffedb61a5b215e6eb (diff)
downloadeclipse.platform.swt-8598582223da4dee1778de25a953cafe25631194.tar.gz
eclipse.platform.swt-8598582223da4dee1778de25a953cafe25631194.tar.xz
eclipse.platform.swt-8598582223da4dee1778de25a953cafe25631194.zip
more natives for inline input method
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
index 877bd8529b..af63f0b8d0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
@@ -14,8 +14,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 899;
-int OS_nativeFunctionCallCount[899];
+int OS_nativeFunctionCount = 905;
+int OS_nativeFunctionCallCount[905];
char * OS_nativeFunctionNames[] = {
"ACCEL_1sizeof",
"ACTCTX_1sizeof",
@@ -871,6 +871,8 @@ char * OS_nativeFunctionNames[] = {
"TCITEM_1sizeof",
"TEXTMETRICA_1sizeof",
"TEXTMETRICW_1sizeof",
+ "TF_1DA_1COLOR_1sizeof",
+ "TF_1DISPLAYATTRIBUTE_1sizeof",
"TOOLINFO_1sizeof",
"TRACKMOUSEEVENT_1sizeof",
"TRIVERTEX_1sizeof",
@@ -903,10 +905,14 @@ char * OS_nativeFunctionNames[] = {
"VtblCall__III",
"VtblCall__IIIII_3I",
"VtblCall__IIIJI_3J",
+ "VtblCall__III_3I_3I",
"VtblCall__IIJ",
"VtblCall__IIJII_3J",
"VtblCall__IIJJI_3J",
+ "VtblCall__IILorg_eclipse_swt_internal_win32_TF_1DISPLAYATTRIBUTE_2",
+ "VtblCall__IIS_3B_3B_3B",
"VtblCall__II_3CII_3I_3I",
+ "VtblCall__II_3I",
"WINDOWPLACEMENT_1sizeof",
"WINDOWPOS_1sizeof",
"WNDCLASS_1sizeof",

Back to the top