6 Sep
2023
6 Sep
'23
12:45 p.m.
Do I understand correctly then, that robustness against HWND invalidation/recycling, in the context that @rbernon mentioned, is considered a requirement for the driver?
Recycling can be ignored, but we certainly can't have the driver crash because a window was destroyed. The usual way to handle that is to refcount the structure associated with the window. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3686#note_44415