Aug. 3, 2026
5:46 p.m.
Just FYI I intended to use `GetWindowStateUpdates` to implement focus changes in winewayland (primarily since I needed to implement window restore as well and that requires setting the active window before SC_RESTORE, among who knows what other future changes). That seemed to work pretty well and also removes the need for the winewayland specific driver message. This change is making me question if that would be an appropriate usage of `GetWindowStateUpdates` or if I should just keep the driver-specific message ? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11556#note_147716