Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Nguyen2008-03-24 21:04:16 +0000
committerDuong Nguyen2008-03-24 21:04:16 +0000
commit70f796601390d64e109f7e0b896cca5111e28ad3 (patch)
tree5fd9592b68bfd62a5209aa3032c0460a5dbf8c31 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parenta612a9620e561e3347885c2c0e0698fb47ae1509 (diff)
downloadeclipse.platform.swt-70f796601390d64e109f7e0b896cca5111e28ad3.tar.gz
eclipse.platform.swt-70f796601390d64e109f7e0b896cca5111e28ad3.tar.xz
eclipse.platform.swt-70f796601390d64e109f7e0b896cca5111e28ad3.zip
Bug 222120 - DND - how to detect which tab item is involved in a DropTargetEvent
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.c7
1 files changed, 5 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 82390810a8..23aaf70ca1 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 = 930;
-int OS_nativeFunctionCallCount[930];
+int OS_nativeFunctionCount = 933;
+int OS_nativeFunctionCallCount[933];
char * OS_nativeFunctionNames[] = {
"ACCEL_1sizeof",
"ACTCTX_1sizeof",
@@ -767,6 +767,7 @@ char * OS_nativeFunctionNames[] = {
"SendMessageA__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2",
"SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2",
"SendMessageA__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2",
+ "SendMessageA__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2",
"SendMessageA__IIILorg_eclipse_swt_internal_win32_TCITEM_2",
"SendMessageA__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2",
"SendMessageA__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2",
@@ -797,6 +798,7 @@ char * OS_nativeFunctionNames[] = {
"SendMessageW__IIILorg_eclipse_swt_internal_win32_SYSTEMTIME_2",
"SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTONINFO_2",
"SendMessageW__IIILorg_eclipse_swt_internal_win32_TBBUTTON_2",
+ "SendMessageW__IIILorg_eclipse_swt_internal_win32_TCHITTESTINFO_2",
"SendMessageW__IIILorg_eclipse_swt_internal_win32_TCITEM_2",
"SendMessageW__IIILorg_eclipse_swt_internal_win32_TOOLINFO_2",
"SendMessageW__IIILorg_eclipse_swt_internal_win32_TVHITTESTINFO_2",
@@ -890,6 +892,7 @@ char * OS_nativeFunctionNames[] = {
"SystemParametersInfoW__II_3II",
"TBBUTTONINFO_1sizeof",
"TBBUTTON_1sizeof",
+ "TCHITTESTINFO_1sizeof",
"TCITEM_1sizeof",
"TEXTMETRICA_1sizeof",
"TEXTMETRICW_1sizeof",

Back to the top