28 Jan
2025
28 Jan
'25
8:47 p.m.
Rémi Bernon (@rbernon) commented about dlls/winex11.drv/vulkan.c:
HRGN region; HDC hdc;
+ if (!hwnd) return;
This should probably be moved to win32u instead, and avoid calling into drivers with detached surfaces / NULL hwnd? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7219#note_93095