On Tue Aug 4 08:36:37 2026 +0000, Etaash Mathamsetty wrote:
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 ? It's probably good to use it, as it brings us a bit closer to the goal of having something unified. The state locking in winewayland is more or less implemented through the `processing` config.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11556#note_147810