Alexandre Julliard pushed to branch master at wine / wine
Commits:
ccb3a44a by Rémi Bernon at 2025-06-30T23:18:28+02:00
winex11: Release the GL drawable on creation failure.
- - - - -
09b3a4b4 by Rémi Bernon at 2025-06-30T23:18:28+02:00
win32u: Keep window GL drawables in a global linked list.
- - - - -
5f81823c by Rémi Bernon at 2025-06-30T23:18:28+02:00
win32u: Notify the drivers when GL drawables are detached.
- - - - -
93ebb412 by Rémi Bernon at 2025-06-30T23:18:28+02:00
win32u: Update opengl drawables with window state.
- - - - -
0624408f by Rémi Bernon at 2025-06-30T23:18:28+02:00
win32u: Update the window state in more places.
- - - - -
16 changed files:
- dlls/win32u/ntuser_private.h
- dlls/win32u/opengl.c
- dlls/win32u/window.c
- dlls/wineandroid.drv/opengl.c
- dlls/wineandroid.drv/window.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/opengl.c
- dlls/winemac.drv/window.c
- dlls/winewayland.drv/opengl.c
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c90c58c3f926c6bfa572275b1117d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c90c58c3f926c6bfa572275b1117d…
You're receiving this email because of your account on gitlab.winehq.org.
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.