comctl-Listview_DrawItem: Remove patch set.

This was fixed upstream by c32720349cd4a6f4c32fdcff6a4cce054fbfe33e.
This commit is contained in:
Zebediah Figura
2021-05-01 21:52:24 -05:00
parent 96a8cc2920
commit cb7a9792d7
3 changed files with 0 additions and 71 deletions

View File

@ -90,7 +90,6 @@ patch_enable_all ()
enable_atl_AtlAxDialogBox="$1"
enable_bcrypt_ECDHSecretAgreement="$1"
enable_cmd_launch_association="$1"
enable_comctl32_Listview_DrawItem="$1"
enable_comctl32_rebar_capture="$1"
enable_comctl32_version_6="$1"
enable_comdlg32_lpstrFileTitle="$1"
@ -324,9 +323,6 @@ patch_enable ()
cmd-launch-association)
enable_cmd_launch_association="$2"
;;
comctl32-Listview_DrawItem)
enable_comctl32_Listview_DrawItem="$2"
;;
comctl32-rebar-capture)
enable_comctl32_rebar_capture="$2"
;;
@ -1613,18 +1609,6 @@ if test "$enable_cmd_launch_association" -eq 1; then
patch_apply cmd-launch-association/0002-cmd-ftype-failed-to-clear-file-associations.patch
fi
# Patchset comctl32-Listview_DrawItem
# |
# | This patchset fixes the following Wine bugs:
# | * [#38941] Preserve custom colors between subitems for listview control
# |
# | Modified files:
# | * dlls/comctl32/listview.c
# |
if test "$enable_comctl32_Listview_DrawItem" -eq 1; then
patch_apply comctl32-Listview_DrawItem/0001-comctl32-Preserve-custom-colors-between-subitems.patch
fi
# Patchset comctl32-rebar-capture
# |
# | This patchset fixes the following Wine bugs: