Author: jimtabor Date: Mon Dec 22 22:51:03 2008 New Revision: 38296
URL: http://svn.reactos.org/svn/reactos?rev=38296&view=rev Log: - More updates to global server information structure.
Modified: trunk/reactos/include/reactos/win32k/ntuser.h
Modified: trunk/reactos/include/reactos/win32k/ntuser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntus... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntuser.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/win32k/ntuser.h [iso-8859-1] Mon Dec 22 22:51:03 2008 @@ -277,6 +277,14 @@ COLORREF SysColors[COLOR_MENUBAR+1]; // GetSysColor HBRUSH SysColorBrushes[COLOR_MENUBAR+1]; // GetSysColorBrush HPEN SysColorPens[COLOR_MENUBAR+1]; // ReactOS exclusive + HBRUSH hbrGray; + POINTL ptCursor; + // + DWORD cxSysFontChar; + DWORD cySysFontChar; + DWORD cxMsgFontChar; + DWORD cyMsgFontChar; + TEXTMETRICW tmSysFont; // RECTL rcScreen; WORD BitCount; @@ -284,7 +292,7 @@ BYTE BitsPixel; BYTE Planes; WORD reserved; - DWORD PUSIFlags; + DWORD PUSIFlags; // PERUSERSERVERINFO Flags. ULONG uCaretWidth; LANGID UILangID; UINT LastRITWasKeyboard : 1;