April 15, 2026
4:15 p.m.
On Wed Apr 15 16:15:50 2026 +0000, Brendan Shanks wrote:
The winemac change looks good. For wintab it does seem like that should be a message-only window, as far as I can tell it's only used to receive messages from winex11. Also, maybe the window class registration and creation can be moved to `LoadTablet()` instead of `DllMain()` (I assume the EA App links to wintab but doesn't actually call anything from it?) Yah I think that makes sense. It's probably not a good idea to create a window from PROCESS_ATTACH; we've recently seen a deadlock even registering a class from it (see !9822). I'll spin that off into its own MR.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10627#note_136314