May 21, 2026
9:07 a.m.
Rémi Bernon (@rbernon) commented about dlls/winex11.drv/x11drv.h:
HWND grab_hwnd; /* window that currently grabs the mouse */ HWND last_focus; /* last window that had focus */ HWND keymapnotify_hwnd; /* window that should receive modifier release events */ + HKL kbd_layout; /* active keyboard layout */
Do we really need a x11drv specific field? Isn't the win32u thread state enough? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10963#note_140939