From 9cd9023db6dea20bd5493749e480f420e70cae2d Mon Sep 17 00:00:00 2001 From: EA Durbin Date: Mon, 31 Mar 2008 20:44:28 -0500 Subject: [PATCH] include: Define some console display modes. --- include/wincon.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wincon.h b/include/wincon.h index f17961ef598..3257c21b381 100644 --- a/include/wincon.h +++ b/include/wincon.h @@ -23,6 +23,9 @@ extern "C" { #endif +#define CONSOLE_FULLSCREEN 1 +#define CONSOLE_FULLSCREEN_HARDWARE 2 + #define CTRL_C_EVENT 0 #define CTRL_BREAK_EVENT 1 #define CTRL_CLOSE_EVENT 2