Alexandre Julliard pushed to branch master at wine / wine
Commits:
a1da537a by Alexandre Julliard at 2025-06-30T23:18:27+02:00
server: Always use the thread Unix id in ptrace().
Avoids a warning on non-x86 platforms.
- - - - -
967ad7b0 by Alexandre Julliard at 2025-06-30T23:18:27+02:00
rpcrt4: Silence compiler warnings about pointer wraparound.
- - - - -
2 changed files:
- dlls/rpcrt4/ndr_marshall.c
- server/ptrace.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/005b97d884df7d12ce07d14998578…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/005b97d884df7d12ce07d14998578…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c3c55afb by Zhiyi Zhang at 2025-06-30T23:18:26+02:00
comctl32/listview: Test WM_PAINT with a subclassed header that paints without validating update regions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47985
- - - - -
005b97d8 by Zhiyi Zhang at 2025-06-30T23:18:27+02:00
comctl32/listview: Validate header region after painting it.
If the listview header is a subclassed header that doesn't validate update regions when painting
itself, for example, it paints without calling BeginPaint(), then after calling UpdateWindow() to
paint the header, the update region for the header area is still there. Thus, the BeginPaint() call
for the listview will end up sending a WM_ERASEBKGND to fill the header area, overwriting the
content the subclassed header just painted. Tests show that header area should be validated even
though the subclassed header doesn't do anything in its WM_PAINT handler.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47985
- - - - -
2 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/tests/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a78835d0e2e244f4b8f7f034ae9f0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a78835d0e2e244f4b8f7f034ae9f0…
You're receiving this email because of your account on gitlab.winehq.org.