From 7b814c1069c777b26154357094dbed2763afaee4 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Tue, 17 Oct 2006 05:52:35 +0000 Subject: [PATCH] Add another member to GdiUserData structure. svn path=/trunk/; revision=24554 --- reactos/include/reactos/win32k/ntgdihdl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/reactos/win32k/ntgdihdl.h b/reactos/include/reactos/win32k/ntgdihdl.h index 164073e2c50..44eb21e96e0 100644 --- a/reactos/include/reactos/win32k/ntgdihdl.h +++ b/reactos/include/reactos/win32k/ntgdihdl.h @@ -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() */