--- rxvt-unicode/src/rxvtlib.h.in 2004/02/09 07:11:49 1.11 +++ rxvt-unicode/src/rxvtlib.h.in 2004/03/03 01:45:14 1.14 @@ -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; /* @@ -197,7 +199,7 @@ #define Opt_scrollTtyKeypress (1LU<<12) #define Opt_transparent (1LU<<13) #define Opt_transparent_all (1LU<<14) -#define Opt_mc_hack (1LU<<15) +#define Opt_15 (1LU<<15) // UNALLOCATED #define Opt_tripleclickwords (1LU<<16) #define Opt_scrollWithBuffer (1LU<<17) #define Opt_jumpScroll (1LU<<18) @@ -216,6 +218,7 @@ typedef struct { short state; Window win; + struct rxvt_drawable *drawable; } menuBar_t; typedef struct {