July 8, 2026
6:01 a.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/winewayland.drv/waylanddrv.h:
struct wayland_surface *wayland_surface; /* wayland client surface (if any) for this window */ struct wayland_client_surface *client_surface; + /* dedicated client surface for vulkan apps on this window */ + struct client_surface *vulkan_client;
Should I move this to win32u like the unused_drawable member of the WND structure? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11342#note_145138