17 Oct
2023
17 Oct
'23
2:44 p.m.
On Fri Oct 13 21:48:37 2023 +0000, Jinoh Kang wrote:
Do you have a reason for this particular choice of message (`WM_CREATE`)? How about `WM_NCCREATE`? Mainly attempting to use a message that is expected to be passed to the procedure if super/subclassing at least once. `WM_NCCREATE` could be used as well I guess.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4092#note_49009