Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Groth2016-12-21 12:11:29 +0000
committerNiraj Modi2017-12-13 08:22:40 +0000
commitaa02710cfd49bf59fc4fcded6a2bbdb9cdfba8bb (patch)
tree501e5731d4bf4d9c669617b069ddac8b6c97b2ca /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parent976989516860f5c746e80633c254c89e1ed3d8bb (diff)
downloadeclipse.platform.swt-aa02710cfd49bf59fc4fcded6a2bbdb9cdfba8bb.tar.gz
eclipse.platform.swt-aa02710cfd49bf59fc4fcded6a2bbdb9cdfba8bb.tar.xz
eclipse.platform.swt-aa02710cfd49bf59fc4fcded6a2bbdb9cdfba8bb.zip
BugĀ 508033 - Win32: Toolbar ignores foreground color
added new datatype and return values for ToolBar custom drawing. Change-Id: I9f1fa65416314ae794d36d298c7dc0159b8cc535 Signed-off-by: Conrad Groth <info@conrad-groth.de>
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.c11
1 files changed, 11 insertions, 0 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 139cc47da5..c9bddfc8c9 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
@@ -776,6 +776,11 @@ char * OS_nativeFunctionNames[] = {
"MoveMemory__JLorg_eclipse_swt_internal_win32_NMLVDISPINFO_2I",
#endif
#ifndef JNI64
+ "MoveMemory__ILorg_eclipse_swt_internal_win32_NMTBCUSTOMDRAW_2I",
+#else
+ "MoveMemory__JLorg_eclipse_swt_internal_win32_NMTBCUSTOMDRAW_2I",
+#endif
+#ifndef JNI64
"MoveMemory__ILorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2I",
#else
"MoveMemory__JLorg_eclipse_swt_internal_win32_NMTTCUSTOMDRAW_2I",
@@ -1027,6 +1032,11 @@ char * OS_nativeFunctionNames[] = {
"MoveMemory__Lorg_eclipse_swt_internal_win32_NMRGINFO_2JI",
#endif
#ifndef JNI64
+ "MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBCUSTOMDRAW_2II",
+#else
+ "MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBCUSTOMDRAW_2JI",
+#endif
+#ifndef JNI64
"MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2II",
#else
"MoveMemory__Lorg_eclipse_swt_internal_win32_NMTBHOTITEM_2JI",
@@ -1209,6 +1219,7 @@ char * OS_nativeFunctionNames[] = {
"NMREBARCHEVRON_1sizeof",
"NMREBARCHILDSIZE_1sizeof",
"NMRGINFO_1sizeof",
+ "NMTBCUSTOMDRAW_1sizeof",
"NMTBHOTITEM_1sizeof",
"NMTOOLBAR_1sizeof",
"NMTREEVIEW_1sizeof",

Back to the top