diff --git a/patches/gdiplus-GdipCreateBitmapFromHBITMAP/definition b/patches/gdiplus-GdipCreateBitmapFromHBITMAP/definition new file mode 100644 index 00000000..f8f1fcbe --- /dev/null +++ b/patches/gdiplus-GdipCreateBitmapFromHBITMAP/definition @@ -0,0 +1 @@ +Fixes: [48338] Unknown application paints GIF images incorrectly. diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 4fd87fea..32883280 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,7 +52,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "6dd84c53b55ecfa2e2735a914cb126fa0c4b23a5" + echo "6e986bbd810890339569f82aca39273e41427f24" } # Show version information @@ -4142,6 +4142,9 @@ fi # Patchset gdiplus-GdipCreateBitmapFromHBITMAP # | +# | This patchset fixes the following Wine bugs: +# | * [#48338] Unknown application paints GIF images incorrectly. +# | # | Modified files: # | * dlls/gdiplus/image.c, dlls/gdiplus/tests/image.c # |