commit | 9cd9023db6dea20bd5493749e480f420e70cae2d | [log] [tgz] |
---|---|---|
author | EA Durbin <ead1234@hotmail.com> | Mon Mar 31 20:44:28 2008 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Apr 02 12:30:34 2008 +0200 |
tree | 9e4dfc8e5092c1ba119c6f8cdd363d3d701b606f | |
parent | bea9f062003a370738eceef31a3f27d5d1cc42fe [diff] [blame] |
include: Define some console display modes.
diff --git a/include/wincon.h b/include/wincon.h index f17961e..3257c21 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