Nikolay Sivov : include: Update D2D1_DRAW_TEXT_OPTIONS enum.

Alexandre Julliard julliard at winehq.org
Mon Nov 7 13:44:00 CST 2016


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Nov  6 00:12:39 2016 +0300

include: Update D2D1_DRAW_TEXT_OPTIONS enum.

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

---

 include/d2d1.idl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/d2d1.idl b/include/d2d1.idl
index 4a0b2ce..7a903ca 100644
--- a/include/d2d1.idl
+++ b/include/d2d1.idl
@@ -235,6 +235,8 @@ typedef enum D2D1_DRAW_TEXT_OPTIONS
 {
     D2D1_DRAW_TEXT_OPTIONS_NO_SNAP = 0x00000001,
     D2D1_DRAW_TEXT_OPTIONS_CLIP = 0x00000002,
+    D2D1_DRAW_TEXT_OPTIONS_ENABLE_COLOR_FONT = 0x00000004,
+    D2D1_DRAW_TEXT_OPTIONS_DISABLE_COLOR_BITMAP_SNAPPING = 0x00000008,
     D2D1_DRAW_TEXT_OPTIONS_NONE = 0x00000000,
     D2D1_DRAW_TEXT_OPTIONS_FORCE_DWORD = 0xffffffff,
 } D2D1_DRAW_TEXT_OPTIONS;




More information about the wine-cvs mailing list