Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2011-10-11 14:40:36 +0000
committerFelipe Heidrich2011-10-11 14:40:36 +0000
commitbfde54eafc5754c2f1cba3be1018cbd4ab30e93c (patch)
tree36df2e73b33876640b0d1cf4e14a618ff08e1c9b /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parentf5f7745e824a344a608d9436ceb57d1d8adc5424 (diff)
downloadeclipse.platform.swt-bfde54eafc5754c2f1cba3be1018cbd4ab30e93c.tar.gz
eclipse.platform.swt-bfde54eafc5754c2f1cba3be1018cbd4ab30e93c.tar.xz
eclipse.platform.swt-bfde54eafc5754c2f1cba3be1018cbd4ab30e93c.zip
Adding native for aero work
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 0accdd13d2..012dbc97b2 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 = 1064;
-int OS_nativeFunctionCallCount[1064];
+int OS_nativeFunctionCount = 1065;
+int OS_nativeFunctionCallCount[1065];
char * OS_nativeFunctionNames[] = {
"ACCEL_1sizeof",
"ACTCTX_1sizeof",
@@ -210,6 +210,7 @@ char * OS_nativeFunctionNames[] = {
"DuplicateHandle",
"DwmEnableBlurBehindWindow",
"DwmExtendFrameIntoClientArea",
+ "DwmIsCompositionEnabled",
"EMREXTCREATEFONTINDIRECTW_1sizeof",
"EMR_1sizeof",
"EXTLOGFONTW_1sizeof",

Back to the top