Alexandre Julliard pushed to branch master at wine / wine
Commits: 6dafe540 by Rémi Bernon at 2024-08-14T19:39:41+02:00 winex11: Check whether the window surface needs to be re-created.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56622 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57003
- - - - - 6ae48f3f by Rémi Bernon at 2024-08-14T19:39:41+02:00 win32u: Fix CreateWindowSurface call when updating layered surfaces.
It was previously passing layered = FALSE unless called directly from NtUserUpdateLayeredWindow.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56622 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57003
- - - - - fba938fa by Rémi Bernon at 2024-08-14T19:39:41+02:00 winex11: Avoid moving embedded windows in the systray dock.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56622 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57003
- - - - - 0f882371 by Rémi Bernon at 2024-08-14T19:39:41+02:00 winex11: Don't call X11DRV_SET_DRAWABLE with invalid drawable.
- - - - -
3 changed files:
- dlls/win32u/window.c - dlls/winex11.drv/bitblt.c - dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7f3bc13fbb2d6f56d1044d890fb8c8...