--- researchv9/jerq/include/font.h 2018/04/24 17:21:59 1.1 +++ researchv9/jerq/include/font.h 2018/04/24 17:31:25 1.1.1.2 @@ -32,14 +32,13 @@ typedef struct Font Fontchar info[1]; /* n+1 character descriptors */ } Font; -#endif - extern Font *infont(); /* takes an argument char (*inchar)() */ extern Font *getfont(); /* takes the font name char *name */ #ifndef DEFONT #ifdef MUX -#define defont (*((Font *)Sys[1])) +#define defont (*P->defaultfont) #else extern Font defont; -#endif DEFONT -#endif +#endif /* MUX */ +#endif /* DEFONT */ +#endif /* FONT_H */