mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- More updates to global server information structure.
svn path=/trunk/; revision=38296
This commit is contained in:
parent
f72b85bdf7
commit
edc3ce63d5
1 changed files with 9 additions and 1 deletions
|
@ -277,6 +277,14 @@ typedef struct _SERVERINFO
|
|||
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 @@ typedef struct _SERVERINFO
|
|||
BYTE BitsPixel;
|
||||
BYTE Planes;
|
||||
WORD reserved;
|
||||
DWORD PUSIFlags;
|
||||
DWORD PUSIFlags; // PERUSERSERVERINFO Flags.
|
||||
ULONG uCaretWidth;
|
||||
LANGID UILangID;
|
||||
UINT LastRITWasKeyboard : 1;
|
||||
|
|
Loading…
Reference in a new issue