Alexandre Julliard pushed to branch master at wine / wine
Commits: 2ef79986 by Rémi Bernon at 2025-04-02T22:25:37+02:00 winex11: Only set focus_time_prop for managed windows.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58038
- - - - - 81320d9d by Rémi Bernon at 2025-04-02T22:25:37+02:00 winex11: Keep track of whether mapped window needs activation.
- - - - - cdd0f12d by Rémi Bernon at 2025-04-02T22:25:37+02:00 winex11: Refactor X11DRV_GetWindowStateUpdates control flow.
- - - - - 850eeb8c by Rémi Bernon at 2025-04-02T22:25:37+02:00 win32u: Return foreground window changes from GetWindowStateUpdates.
- - - - - f1cdb6ad by Rémi Bernon at 2025-04-02T22:25:37+02:00 win32u: Call ActivateWindow callback when foreground window changes.
Repurposing the SetFocus callback.
- - - - - 3ae66c75 by Rémi Bernon at 2025-04-02T22:25:37+02:00 winex11: Use _NET_ACTIVE_WINDOW to request/track window activation.
When supported, instead of tracking window focus only.
- - - - -
14 changed files:
- dlls/user32/tests/win.c - dlls/win32u/driver.c - dlls/win32u/input.c - dlls/win32u/message.c - dlls/winemac.drv/gdi.c - dlls/winemac.drv/macdrv.h - dlls/winemac.drv/window.c - dlls/winex11.drv/event.c - dlls/winex11.drv/init.c - dlls/winex11.drv/keyboard.c - dlls/winex11.drv/mouse.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h - include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8a727d8a5d71efab84284aed0340a8...