Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2006-10-26 16:00:03 +0000
committerSteve Northover2006-10-26 16:00:03 +0000
commit5635595a39f64a9d111bb1317fe0b39056d17731 (patch)
treefe8c7329ebbc747aec3f93252475a134d5c9a7da /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parent8896fd7c9792fc29c8596f4b7aafb9faf7045bb7 (diff)
downloadeclipse.platform.swt-5635595a39f64a9d111bb1317fe0b39056d17731.tar.gz
eclipse.platform.swt-5635595a39f64a9d111bb1317fe0b39056d17731.tar.xz
eclipse.platform.swt-5635595a39f64a9d111bb1317fe0b39056d17731.zip
release SetWindowTheme() natives
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 2adea62300..669dbca949 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 = 716;
-int OS_nativeFunctionCallCount[716];
+int OS_nativeFunctionCount = 717;
+int OS_nativeFunctionCallCount[717];
char * OS_nativeFunctionNames[] = {
"AbortDoc",
"ActivateActCtx",
@@ -679,6 +679,7 @@ char * OS_nativeFunctionNames[] = {
"SetWindowRgn",
"SetWindowTextA",
"SetWindowTextW",
+ "SetWindowTheme",
"SetWindowsHookExA",
"SetWindowsHookExW",
"SetWorldTransform",

Back to the top