[PATCH] include/dwrite.idl: fix typo

Biswapriyo Nath nathbappai at gmail.com
Wed May 13 13:19:23 CDT 2020


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200513/6f02b3a2/attachment.htm>
-------------- next part --------------
From 8d22c7866f41eeb3e7fd575e83e523963d3dbdcc Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbappai at gmail.com>
Date: Wed, 13 May 2020 23:48:06 +0530
Subject: [PATCH] include/dwrite.idl: fix typo

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
---
 include/dwrite.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dwrite.idl b/include/dwrite.idl
index a8c523e..d5ce849 100644
--- a/include/dwrite.idl
+++ b/include/dwrite.idl
@@ -138,7 +138,7 @@ typedef enum DWRITE_INFORMATIONAL_STRING_ID
     DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG,
     DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES,
     DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES,
-    DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
+    DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME = DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
 } DWRITE_INFORMATIONAL_STRING_ID;
 
 typedef enum DWRITE_FONT_SIMULATIONS
-- 
2.26.2



More information about the wine-devel mailing list