9 May
2025
9 May
'25
4:20 p.m.
Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/surface.c:
goto exit; }
+ if (color_key) + { + d3dx_init_color_key(src_desc, color_key, &d3dx_color_key); + d3dx_ck = (const struct d3dx_color_key *)&d3dx_color_key;
This cast is unnecessary. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7711#note_102884