diff options
author | Scott Kovatch | 2011-01-17 22:46:48 +0000 |
---|---|---|
committer | Scott Kovatch | 2011-01-17 22:46:48 +0000 |
commit | 92ca57cf28cccc9ff516d24846fb2cf295e0276b (patch) | |
tree | 1bec47a08bccedba135ebeae2b85ab0c243de5a9 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | f2baed61eb63d2f361e0bcedf8f5898e1419dca7 (diff) | |
download | eclipse.platform.swt-92ca57cf28cccc9ff516d24846fb2cf295e0276b.tar.gz eclipse.platform.swt-92ca57cf28cccc9ff516d24846fb2cf295e0276b.tar.xz eclipse.platform.swt-92ca57cf28cccc9ff516d24846fb2cf295e0276b.zip |
279884 - Add support for touch events. Also some gesture code cleanup.
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.c | 5 |
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 c079a5c7f2..b6b5be2257 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 = 1051; -int OS_nativeFunctionCallCount[1051]; +int OS_nativeFunctionCount = 1052; +int OS_nativeFunctionCallCount[1052]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -600,6 +600,7 @@ char * OS_nativeFunctionNames[] = { "IsIconic", "IsPPC", "IsSP", + "IsTouchWindow", "IsWindowEnabled", "IsWindowVisible", "IsZoomed", |