Commit 50690e5f authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.

parent 63413b74
......@@ -28,6 +28,12 @@
#define METAFILE_MEMORY 1
#define METAFILE_DISK 2
typedef struct {
EMR emr;
INT nBreakExtra;
INT nBreakCount;
} EMRSETTEXTJUSTIFICATION, *PEMRSETTEXTJUSTIFICATION;
/* extra stock object: default 1x1 bitmap for memory DCs */
#define DEFAULT_BITMAP (STOCK_LAST+1)
......
......@@ -2648,12 +2648,6 @@ typedef struct {
BYTE Data[1];
} EMRGLSBOUNDEDRECORD, *PEMRGLSBOUNDEDRECORD;
typedef struct {
EMR emr;
INT nBreakExtra;
INT nBreakCount;
} EMRSETTEXTJUSTIFICATION, *PEMRSETTEXTJUSTIFICATION;
typedef INT (CALLBACK *ENHMFENUMPROC)(HDC, HANDLETABLE *,
const ENHMETARECORD *, INT, LPARAM);
......
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