Qt build
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user