mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
[PSDK]
add missing member bFullscreenSupported to _CONSOLE_SCREEN_BUFFER_INFOEX svn path=/trunk/; revision=66427
This commit is contained in:
parent
a2605cb0d4
commit
3b264430a4
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ typedef struct _CONSOLE_SCREEN_BUFFER_INFOEX {
|
|||
SMALL_RECT srWindow;
|
||||
COORD dwMaximumWindowSize;
|
||||
WORD wPopupAttributes;
|
||||
BOOL bFullscreenSupported;
|
||||
COLORREF ColorTable[16];
|
||||
} CONSOLE_SCREEN_BUFFER_INFOEX, *PCONSOLE_SCREEN_BUFFER_INFOEX;
|
||||
|
||||
|
|
Loading…
Reference in a new issue