Added patch to add back extents test in PtInRegion.

This commit is contained in:
Sebastian Lackner
2016-07-10 02:54:57 +02:00
parent 17b81919fa
commit f902de09d5
2 changed files with 45 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ patch_enable_all ()
enable_gdi32_Lazy_Font_Initialization="$1"
enable_gdi32_MultiMonitor="$1"
enable_gdi32_Path_Metafile="$1"
enable_gdi32_PtInRegion="$1"
enable_gdi32_Symbol_Truetype_Font="$1"
enable_gdiplus_GdipCreateMetafileFromStream="$1"
enable_gdiplus_Grayscale_PNG="$1"
@@ -620,6 +621,9 @@ patch_enable ()
gdi32-Path_Metafile)
enable_gdi32_Path_Metafile="$2"
;;
gdi32-PtInRegion)
enable_gdi32_PtInRegion="$2"
;;
gdi32-Symbol_Truetype_Font)
enable_gdi32_Symbol_Truetype_Font="$2"
;;
@@ -3670,6 +3674,18 @@ if test "$enable_gdi32_Path_Metafile" -eq 1; then
) >> "$patchlist"
fi
# Patchset gdi32-PtInRegion
# |
# | Modified files:
# | * dlls/gdi32/region.c
# |
if test "$enable_gdi32_PtInRegion" -eq 1; then
patch_apply gdi32-PtInRegion/0001-gdi32-Add-back-the-extents-test.patch
(
echo '+ { "Huw Davies", "gdi32: Add back the extents test.", 1 },';
) >> "$patchlist"
fi
# Patchset gdi32-Symbol_Truetype_Font
# |
# | This patchset fixes the following Wine bugs: