-
67fae57e
by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32: Use the maximum number of colours when biClrUsed is zero.
Fix a regression from 225004e1. According to MSDN, if the biClrUsed field is zero, the bitmap should
use the maximum number of colours corresponding to the value of the biBitCount member for the
compression mode specified by biCompression.
-
80e8cda7
by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32/tests: Test recording StretchDIBits() for bitmaps with zero biClrUsed field in EMFs.
-
b651da72
by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
gdi32/tests: Test recording SetDIBitsToDevice() for bitmaps with zero biClrUsed field in EMFs.
-
6efca6a9
by Zhiyi Zhang at 2025-09-08T20:26:20+02:00
Revert "wineps: Use the correct colours when a monochrome bitmap without a colour table is the source.".
This reverts commit ad7e889c1d58aec091e72f08db86346c74070128.
Manual tests show that the color table is always used.