--- rxvt-unicode/src/rxvtlib.h.in 2004/02/09 07:11:49 1.11 +++ rxvt-unicode/src/rxvtlib.h.in 2004/02/24 16:25:45 1.13 @@ -46,6 +46,7 @@ struct rxvt_term; struct rxvt_display; struct rxvt_im; +struct rxvt_drawable; typedef struct rxvt_term *rxvt_t; @@ -102,6 +103,7 @@ GC gc; /* GC for drawing */ Pixmap pixmap; rxvt_fontset *fontset; + rxvt_drawable *drawable; } TermWin_t; /* @@ -216,6 +218,7 @@ typedef struct { short state; Window win; + struct rxvt_drawable *drawable; } menuBar_t; typedef struct {