mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +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;
|
SMALL_RECT srWindow;
|
||||||
COORD dwMaximumWindowSize;
|
COORD dwMaximumWindowSize;
|
||||||
WORD wPopupAttributes;
|
WORD wPopupAttributes;
|
||||||
|
BOOL bFullscreenSupported;
|
||||||
COLORREF ColorTable[16];
|
COLORREF ColorTable[16];
|
||||||
} CONSOLE_SCREEN_BUFFER_INFOEX, *PCONSOLE_SCREEN_BUFFER_INFOEX;
|
} CONSOLE_SCREEN_BUFFER_INFOEX, *PCONSOLE_SCREEN_BUFFER_INFOEX;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue