June 24, 2026
1:41 p.m.
Nikolay Sivov (@nsivov) commented about dlls/d2d1/d2d1_private.h:
unsigned int d2d_get_bitmap_options_for_surface(IDXGISurface *surface); struct d2d_bitmap *unsafe_impl_from_ID2D1Bitmap(ID2D1Bitmap *iface);
+struct d2d_sprite_batch { + ID2D1SpriteBatch ID2D1SpriteBatch_iface; + + LONG refcount; +}; + +HRESULT d2d_create_sprite_batch(struct d2d_device_context *ctx, ID2D1SpriteBatch **iface); + Please use formatting and arguments to the object creation function same as in existing functions.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11249#note_144093