Author: jimtabor
Date: Tue Oct 17 09:52:35 2006
New Revision: 24554
URL:
http://svn.reactos.org/svn/reactos?rev=24554&view=rev
Log:
Add another member to GdiUserData structure.
Modified:
trunk/reactos/include/reactos/win32k/ntgdihdl.h
Modified: trunk/reactos/include/reactos/win32k/ntgdihdl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntg…
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdihdl.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdihdl.h Tue Oct 17 09:52:35 2006
@@ -95,6 +95,7 @@
INT BackgroundMode;
COLORREF BackgroundColor;
COLORREF TextColor;
+ DWORD CodePage;
HCOLORSPACE ColorSpace;
INT TextAlign; /* Text alignment from SetTextAlign() */
INT CharExtra; /* Spacing from SetTextCharacterExtra() */