You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to fix handling of invert_y in DrawTextExW.
This commit is contained in:
@@ -97,6 +97,7 @@ PATCHLIST := \
|
||||
shlwapi-PathIsDirectoryEmptyW.ok \
|
||||
shlwapi-UrlCombine.ok \
|
||||
user32-Dialog_Paint_Event.ok \
|
||||
user32-DrawTextExW.ok \
|
||||
user32-FindWindowEx.ok \
|
||||
user32-GetSystemMetrics.ok \
|
||||
user32-GetTipText.ok \
|
||||
@@ -1666,6 +1667,24 @@ user32-Dialog_Paint_Event.ok:
|
||||
echo '+ { "user32-Dialog_Paint_Event", "Sebastian Lackner", "Call UpdateWindow during DIALOG_CreateIndirect." },'; \
|
||||
) > user32-Dialog_Paint_Event.ok
|
||||
|
||||
# Patchset user32-DrawTextExW
|
||||
# |
|
||||
# | Included patches:
|
||||
# | * Fix handling of invert_y in DrawTextExW. [by Sebastian Lackner]
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#22109] Fix handling of invert_y in DrawTextExW
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/user32/text.c
|
||||
# |
|
||||
.INTERMEDIATE: user32-DrawTextExW.ok
|
||||
user32-DrawTextExW.ok:
|
||||
$(call APPLY_FILE,user32-DrawTextExW/0001-user32-Fix-handling-of-invert_y-in-DrawTextExW.patch)
|
||||
@( \
|
||||
echo '+ { "user32-DrawTextExW", "Sebastian Lackner", "Fix handling of invert_y in DrawTextExW." },'; \
|
||||
) > user32-DrawTextExW.ok
|
||||
|
||||
# Patchset user32-FindWindowEx
|
||||
# |
|
||||
# | Included patches:
|
||||
|
||||
Reference in New Issue
Block a user