Default to compact mode on embedded builds.

(one less FAQ to answer)
This commit is contained in:
warwick
2002-08-20 07:26:22 +00:00
parent c5c963e5ca
commit f75de289f8

View File

@@ -191,7 +191,11 @@ extern "C" {
char *qt_tilewidth=NULL;
char *qt_tileheight=NULL;
char *qt_fontsize=NULL;
#if defined(QWS)
int qt_compact_mode = 1;
#else
int qt_compact_mode = 0;
#endif
extern const char *enc_stat[]; /* from botl.c */
extern const char *hu_stat[]; /* from eat.c */
extern const char *killed_by_prefix[];