Aug. 17, 2026
8:07 a.m.
Rémi Bernon (@rbernon) commented about server/protocol.def:
{ lparam_t info; /* extra info */ data_size_t size; /* size of hardware message data */ - int __pad; + unsigned int mi_flags; /* mouse input flags */ What about keeping this in the private structure, with a field in `struct message` that can be checked by the `find_mouse_message` helper?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11659#note_149041