From bfde54eafc5754c2f1cba3be1018cbd4ab30e93c Mon Sep 17 00:00:00 2001 From: Felipe Heidrich Date: Tue, 11 Oct 2011 10:40:36 -0400 Subject: Adding native for aero work --- bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c') 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", -- cgit