Alexandre Julliard pushed to branch master at wine / wine
Commits: 6c883cee by Tim Clem at 2025-08-14T10:53:32+02:00 win32u: Fix an uninitialized variable warning.
Effectively a false positive, since we only use window_shm if get_shared_window succeeds, but the compiler doesn't know that.
- - - - - 9c556545 by Tim Clem at 2025-08-14T10:53:35+02:00 win32u: Remove a log message in get_shared_window.
- - - - -
1 changed file:
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b822e25ed2d52c53df7d9474defc7b...