Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties')
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
index 2d20837162..5bee350ca0 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
@@ -616,6 +616,9 @@ OS_BeginPaint=
OS_BeginPaint_0=cast=(HWND)
OS_BeginPaint_1=
+OS_BeginPath=
+OS_BeginPath_0=cast=(HDC)
+
OS_BitBlt=
OS_BitBlt_0=cast=(HDC)
OS_BitBlt_1=
@@ -1079,6 +1082,9 @@ OS_EndPaint=
OS_EndPaint_0=cast=(HWND)
OS_EndPaint_1=
+OS_EndPath=
+OS_EndPath_0=cast=(HDC)
+
OS_EnumDisplayMonitors=flags=dynamic
OS_EnumDisplayMonitors_0=cast=(HDC)
OS_EnumDisplayMonitors_1=cast=(LPCRECT)
@@ -1188,6 +1194,9 @@ OS_ExtractIconExW_2=cast=(HICON FAR *)
OS_ExtractIconExW_3=cast=(HICON FAR *)
OS_ExtractIconExW_4=
+OS_FillPath=
+OS_FillPath_0=cast=(HDC)
+
OS_FillRect=
OS_FillRect_0=cast=(HDC)
OS_FillRect_1=flags=no_out
@@ -3309,6 +3318,9 @@ OS_StretchBlt_8=
OS_StretchBlt_9=
OS_StretchBlt_10=
+OS_StrokePath=
+OS_StrokePath_0=cast=(HDC)
+
OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I=
OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_0=
OS_SystemParametersInfoA__IILorg_eclipse_swt_internal_win32_HIGHCONTRAST_2I_1=

Back to the top