[PATCH 1/4] gdiplus: Remove outdated FIXME comment about compositing mode.

Shawn M. Chapla schapla at codeweavers.com
Tue Aug 25 17:13:38 CDT 2020


Removes an outdated comment about graphics compositing mode being
unused. Graphics compositing mode has been used in pixel blending since
a16a4d97.

Signed-off-by: Shawn M. Chapla <schapla at codeweavers.com>
---
 dlls/gdiplus/graphics.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c
index f0da41c6cbb..57022003249 100644
--- a/dlls/gdiplus/graphics.c
+++ b/dlls/gdiplus/graphics.c
@@ -4781,7 +4781,6 @@ GpStatus WINGDIPAPI GdipGetClipBoundsI(GpGraphics *graphics, GpRect *rect)
     return GdipGetRegionBoundsI(graphics->clip, graphics, rect);
 }
 
-/* FIXME: Compositing mode is not used anywhere except the getter/setter. */
 GpStatus WINGDIPAPI GdipGetCompositingMode(GpGraphics *graphics,
     CompositingMode *mode)
 {
-- 
2.28.0




More information about the wine-devel mailing list