Alexandre Julliard pushed to branch master at wine / wine
Commits:
0fee0f17 by Alexandros Frantzis at 2025-10-20T20:49:09+02:00
winewayland: Pass through mouse events for transparent, layered windows.
Set an empty Wayland input region for windows that is marked as both
WS_EX_TRANSPARENT and WS_EX_LAYERED in order to match the Windows
behavior.
Setting an empty input region prevents the compositor from giving the
pointer focus to the corresponding surface in the first place, and
improves consistency between the Win32 mouse and Wayland pointer focus
states.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58650
- - - - -
1 changed file:
- dlls/winewayland.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0fee0f174f153a9b255e1cd21b4d11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0fee0f174f153a9b255e1cd21b4d11…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5eddd18 by Dmitry Timoshkov at 2025-10-20T12:20:56+02:00
user32/tests: Add more tests for PackDDElParam/UnpackDDElParam(WM_DDE_ACK).
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
e28bec79 by Dmitry Timoshkov at 2025-10-20T12:20:57+02:00
user.exe: Use larger buffer size for checking atom name.
Use same buffer size as dlls/user32/dde_misc.c does.
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=10349
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
a7705e11 by Dmitry Timoshkov at 2025-10-20T12:20:57+02:00
user.exe: Add special handling for WM_DDE_ACK in response to WM_DDE_INITIATE.
Wine-Bug: http://bugs.winehq.org/show_bug.cgi?id=10349
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/user.exe16/message.c
- dlls/user32/tests/dde.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd143d9023d6dd2fe78b96bbfaccb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd143d9023d6dd2fe78b96bbfaccb…
You're receiving this email because of your account on gitlab.winehq.org.