1 Jul
2025
1 Jul
'25
3:09 a.m.
Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/graphics.c:
"Expected GdipDrawImageRectRectI take effect!\n" ); GdipFree(pixel);
+ /* Draw a PixelFormat8bppIndexed bitmap with a palette that has alpha */ + src_img_data = GdipAlloc(src_img_width * src_img_height); + memset(src_img_data, 0, src_img_width * src_img_height);
GdipAlloc already zeroes memory. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8461#note_108444