some build fixes for compile issues reported
This commit is contained in:
@@ -1158,7 +1158,7 @@ E boolean FDECL(usmellmon, (struct permonst *));
|
||||
|
||||
E int FDECL(mapglyph, (int, int *, int *, unsigned *, int, int));
|
||||
E char *FDECL(encglyph, (int));
|
||||
E char *FDECL(decode_mixed, (char *,const char *));
|
||||
E const char *FDECL(decode_mixed, (char *,const char *));
|
||||
E void FDECL(genl_putmixed, (winid, int, const char *));
|
||||
|
||||
/* ### mcastu.c ### */
|
||||
|
||||
@@ -69,6 +69,18 @@ struct DisplayDesc {
|
||||
|
||||
#endif /* WINDOW_STRUCTS */
|
||||
|
||||
#ifdef STATUS_HILITES
|
||||
struct tty_status_fields {
|
||||
int idx;
|
||||
int color;
|
||||
int attr;
|
||||
int x, y;
|
||||
size_t lth;
|
||||
boolean valid;
|
||||
boolean redraw;
|
||||
};
|
||||
#endif
|
||||
|
||||
#define MAXWIN 20 /* maximum number of windows, cop-out */
|
||||
|
||||
/* tty dependent window types */
|
||||
|
||||
Reference in New Issue
Block a user