--- rxvt-unicode/src/defaultfont.h 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/src/defaultfont.h 2003/11/25 11:52:42 1.4 @@ -1,5 +1,5 @@ /* - * $Id: defaultfont.h,v 1.1 2003/11/24 17:28:08 pcg Exp $ + * $Id: defaultfont.h,v 1.4 2003/11/25 11:52:42 pcg Exp $ */ #ifndef _DEFAULTFONT_H_ @@ -23,14 +23,10 @@ #include "encoding.h" #include "rxvtvec.h" -#include "defaultfont.intpro" /* PROTOS for internal routines */ - -typedef struct rxvt_vars rxvt_t; - struct rxvt_font { // managed by the fontset #if EXPLICIT_CONTEXT - rxvt_t *rxvt_term; + rxvt_t rxvt_term; void set_term (pR) { this->rxvt_term = R; } #else void set_term (pR) { } @@ -92,7 +88,7 @@ private: #ifdef EXPLICIT_CONTEXT - rxvt_t *rxvt_term; + rxvt_t rxvt_term; #endif simplevec fonts; const rxvt_fallback_font *fallback;