Commit 806895a0 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add a few missing out-precision and clip-precision defines.

parent 788cd0b4
......@@ -785,6 +785,8 @@ typedef struct tagXFORM
#define OUT_RASTER_PRECIS 6
#define OUT_TT_ONLY_PRECIS 7
#define OUT_OUTLINE_PRECIS 8
#define OUT_SCREEN_OUTLINE_PRECIS 9
#define OUT_PS_ONLY_PRECIS 10
/* lfClipPrecision values */
#define CLIP_DEFAULT_PRECIS 0x00
......@@ -793,6 +795,7 @@ typedef struct tagXFORM
#define CLIP_MASK 0x0F
#define CLIP_LH_ANGLES 0x10
#define CLIP_TT_ALWAYS 0x20
#define CLIP_DFA_DISABLE 0x40
#define CLIP_EMBEDDED 0x80
/* lfQuality values */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment