]> granicus.if.org Git - nethack/commitdiff
Qt build
authornhmall <nhmall@nethack.org>
Mon, 10 Dec 2018 14:00:50 +0000 (09:00 -0500)
committernhmall <nhmall@nethack.org>
Mon, 10 Dec 2018 14:00:50 +0000 (09:00 -0500)
include/decl.h
include/flag.h
src/decl.c

index 992e86ad58cca80de823f12899895dfd52a2438d..c93091a736ead6f45d5df4c9b7c12ea2f48fc6a3 100644 (file)
@@ -25,6 +25,10 @@ E char SAVEF[];
 E char SAVEP[];
 #endif
 
+/* max size of a windowtype option */
+#define WINTYPELEN 16
+E char chosen_windowtype[WINTYPELEN];
+
 E NEARDATA int bases[MAXOCLASSES];
 
 E NEARDATA int multi;
index 6a8ce3da2b5826ed75edea5a64fce767fbb38b29..1306356c4c5d5c126c23b2cf0e818ba8122fd573 100644 (file)
@@ -221,10 +221,6 @@ enum getloc_filters {
     NUM_GFILTER
 };
 
-/* max size of a windowtype option */
-#define WINTYPELEN 16
-char chosen_windowtype[WINTYPELEN];
-
 struct debug_flags {
     boolean test;
 #ifdef TTY_GRAPHICS
index ffd9ef97414dde2b972b20cae6856efc4bac9448..e9ab7fcb59f919de4a9bf290d3f3871614fd368f 100644 (file)
@@ -17,6 +17,7 @@ int locknum = 0; /* max num of simultaneous users */
 #ifdef DEF_PAGER
 char *catmore = 0; /* default pager */
 #endif
+char chosen_windowtype[WINTYPELEN];
 
 NEARDATA int bases[MAXOCLASSES] = DUMMY;