Add another member to GdiUserData structure.

svn path=/trunk/; revision=24554
This commit is contained in:
James Tabor 2006-10-17 05:52:35 +00:00
parent 7b6642d8a0
commit 7b814c1069

View file

@ -95,6 +95,7 @@ typedef struct _GDI_USER_DATA
INT BackgroundMode;
COLORREF BackgroundColor;
COLORREF TextColor;
DWORD CodePage;
HCOLORSPACE ColorSpace;
INT TextAlign; /* Text alignment from SetTextAlign() */
INT CharExtra; /* Spacing from SetTextCharacterExtra() */