|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| BOOL | EnterFullScreen (PGUI_CONSOLE_DATA GuiData) |
| VOID | LeaveFullScreen (PGUI_CONSOLE_DATA GuiData) |
| VOID | SwitchFullScreen (PGUI_CONSOLE_DATA GuiData, BOOL FullScreen) |
| VOID | GuiConsoleSwitchFullScreen (PGUI_CONSOLE_DATA GuiData) |
| #define NDEBUG |
Definition at line 13 of file fullscreen.c.
| BOOL EnterFullScreen | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 21 of file fullscreen.c.
Referenced by OnActivate(), and SwitchFullScreen().
| VOID GuiConsoleSwitchFullScreen | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 175 of file fullscreen.c.
Referenced by ConWndProc().
| VOID LeaveFullScreen | ( | PGUI_CONSOLE_DATA | GuiData | ) |
Definition at line 39 of file fullscreen.c.
Referenced by OnActivate(), and SwitchFullScreen().
| VOID SwitchFullScreen | ( | PGUI_CONSOLE_DATA | GuiData, |
| BOOL | FullScreen | ||
| ) |
Definition at line 49 of file fullscreen.c.
Referenced by GuiApplyUserSettings(), GuiConsoleInputThread(), GuiConsoleSwitchFullScreen(), and GuiSetDisplayMode().