[PATCH 3/4] include: Update D2D1_DRAW_TEXT_OPTIONS enum

Nikolay Sivov nsivov at codeweavers.com
Sat Nov 5 16:12:39 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 include/d2d1.idl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/d2d1.idl b/include/d2d1.idl
index cb07cfa..ce7f289 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;
-- 
2.10.2




More information about the wine-patches mailing list