--- rxvt-unicode/src/rxvtfont.h 2006/01/17 05:47:42 1.18 +++ rxvt-unicode/src/rxvtfont.h 2006/02/18 14:14:43 1.21 @@ -38,29 +38,6 @@ int weight, slant; }; -struct rxvt_drawable { - rxvt_display *display; -#if XFT - XftDraw *xftdrawable; - operator XftDraw *(); -#endif - Drawable drawable; - - rxvt_drawable (rxvt_display *display, Drawable drawable) - : display(display), -#if XFT - xftdrawable(0), -#endif - drawable(drawable) - { } - -#if XFT - ~rxvt_drawable (); -#endif - - operator Drawable() { return drawable; } -}; - struct rxvt_font { // managed by the fontset rxvt_term *term; @@ -76,7 +53,7 @@ void set_name (char *name); - rxvt_font () { name = 0; } + rxvt_font (); virtual ~rxvt_font () { free (name); }; virtual void clear () { };