[PATCH] d2d1: Remove stub mention for d2d_device_context_SetAntialiasMode.

Andrey Gusev andrey.goosev at gmail.com
Tue Jan 5 07:07:27 CST 2021


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/d2d1/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d2d1/device.c b/dlls/d2d1/device.c
index 3c8431ce8f4..bc464202580 100644
--- a/dlls/d2d1/device.c
+++ b/dlls/d2d1/device.c
@@ -1436,7 +1436,7 @@ static void STDMETHODCALLTYPE d2d_device_context_SetAntialiasMode(ID2D1DeviceCon
 {
     struct d2d_device_context *render_target = impl_from_ID2D1DeviceContext(iface);
 
-    TRACE("iface %p, antialias_mode %#x stub!\n", iface, antialias_mode);
+    TRACE("iface %p, antialias_mode %#x.\n", iface, antialias_mode);
 
     render_target->drawing_state.antialiasMode = antialias_mode;
 }
-- 
2.29.2




More information about the wine-devel mailing list