Nikolay Sivov : include: Fix DWRITE_FONT_PROPERTY_ID enum.

Alexandre Julliard julliard at winehq.org
Fri Oct 20 15:09:36 CDT 2017


Module: wine
Branch: master
Commit: 699c65ab1a9a53a434378d96b829faef1400d1f5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=699c65ab1a9a53a434378d96b829faef1400d1f5

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Oct 20 00:25:15 2017 +0300

include: Fix DWRITE_FONT_PROPERTY_ID enum.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dwrite_3.idl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dwrite_3.idl b/include/dwrite_3.idl
index b80d033..6b4931c 100644
--- a/include/dwrite_3.idl
+++ b/include/dwrite_3.idl
@@ -57,6 +57,7 @@ typedef enum DWRITE_FONT_PROPERTY_ID
     DWRITE_FONT_PROPERTY_ID_WIN32_FAMILY_NAME,
     DWRITE_FONT_PROPERTY_ID_POSTSCRIPT_NAME,
     DWRITE_FONT_PROPERTY_ID_DESIGN_SCRIPT_LANGUAGE_TAG,
+    DWRITE_FONT_PROPERTY_ID_SUPPORTED_SCRIPT_LANGUAGE_TAG,
     DWRITE_FONT_PROPERTY_ID_SEMANTIC_TAG,
     DWRITE_FONT_PROPERTY_ID_WEIGHT,
     DWRITE_FONT_PROPERTY_ID_STRETCH,




More information about the wine-cvs mailing list