30 Jan
2026
30 Jan
'26
3:41 p.m.
QwertyChouskie (@QwertyChouskie) commented about dlls/d2d1/device.c:
static HRESULT STDMETHODCALLTYPE d2d_device_context_Flush(ID2D1DeviceContext6 *iface, D2D1_TAG *tag1, D2D1_TAG *tag2) { struct d2d_device_context *context = impl_from_ID2D1DeviceContext(iface); + HRESULT hr;
FIXME("iface %p, tag1 %p, tag2 %p stub!\n", iface, tag1, tag2); Should this be changed to `semi-stub`?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9961#note_128470