include: Define some console display modes.
authorEA Durbin <ead1234@hotmail.com>
Tue, 1 Apr 2008 01:44:28 +0000 (20:44 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Apr 2008 10:30:34 +0000 (12:30 +0200)
include/wincon.h

index f17961ef598171e1273d4a699ea270f53502ca60..3257c21b381b130e0243bfd6b059307d6671473e 100644 (file)
@@ -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