Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2006-06-29 17:30:57 +0000
committerSteve Northover2006-06-29 17:30:57 +0000
commit79d285005565553ac07a7b784b1f0dfe4dbb979d (patch)
tree3d595946ec394170ccbfa59febc7af7179dd81a8 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parent2ff157a8840a8621be74c164c84d676d5b532057 (diff)
downloadeclipse.platform.swt-79d285005565553ac07a7b784b1f0dfe4dbb979d.tar.gz
eclipse.platform.swt-79d285005565553ac07a7b784b1f0dfe4dbb979d.tar.xz
eclipse.platform.swt-79d285005565553ac07a7b784b1f0dfe4dbb979d.zip
investigate forcing a window to the front
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.c5
1 files changed, 3 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 df9ceb34be..46a75b5fb1 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 = 691;
-int OS_nativeFunctionCallCount[691];
+int OS_nativeFunctionCount = 692;
+int OS_nativeFunctionCallCount[692];
char * OS_nativeFunctionNames[] = {
"AbortDoc",
"ActivateActCtx",
@@ -23,6 +23,7 @@ char * OS_nativeFunctionNames[] = {
"AdjustWindowRectEx",
"AlphaBlend",
"Arc",
+ "AttachThreadInput",
"BeginDeferWindowPos",
"BeginPaint",
"BeginPath",

Back to the top