Jan Sikorski (@jsikorski) commented about dlls/dxgi/swapchain.c:
WARN("Failed to get adapter parent, hr %#lx.\n", hr); return hr; }
IWineDXGIDevice_AddRef(swapchain->device = &device->IWineDXGIDevice_iface);
} else {IWineDXGIDevice_AddRef(swapchain->device);
swapchain->device = NULL;
Should we set `swapchan->implicit = true` around here?