On Tue, Jul 05, 2016 at 03:33:39PM +0300, Andrey Gusev wrote:
diff --git a/dlls/gdi32/dibdrv/graphics.c b/dlls/gdi32/dibdrv/graphics.c index bfb3451..ca357b2 100644 --- a/dlls/gdi32/dibdrv/graphics.c +++ b/dlls/gdi32/dibdrv/graphics.c @@ -1567,7 +1567,7 @@ COLORREF dibdrv_SetPixel( PHYSDEV dev, INT x, INT y, COLORREF color ) rect.bottom = rect.top + 1; add_clipped_bounds( pdev, &rect, pdev->clip );
- /* SetPixel doesn't do the 1bpp massaging like other fg colors */
- /* SetPixel doesn't do the 1bpp messaging like other fg colors */ pixel = get_pixel_color( dev->hdc, &pdev->dib, color, FALSE ); color = pdev->dib.funcs->pixel_to_colorref( &pdev->dib, pixel );
No, the original is correct.
Huw.