EA Durbin : include: Define some console display modes.

Alexandre Julliard julliard at winehq.org
Wed Apr 2 06:55:35 CDT 2008


Module: wine
Branch: master
Commit: 9cd9023db6dea20bd5493749e480f420e70cae2d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9cd9023db6dea20bd5493749e480f420e70cae2d

Author: EA Durbin <ead1234 at hotmail.com>
Date:   Mon Mar 31 20:44:28 2008 -0500

include: Define some console display modes.

---

 include/wincon.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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




More information about the wine-cvs mailing list