--- rxvt-unicode/src/rxvttoolkit.h 2007/06/26 00:40:19 1.31 +++ rxvt-unicode/src/rxvttoolkit.h 2007/10/31 09:55:24 1.33 @@ -189,10 +189,6 @@ void clear (); }; -#ifdef HAVE_AFTERIMAGE -struct ASVisual; -#endif - struct rxvt_display : refcounted { io_manager_vec xw; @@ -210,9 +206,6 @@ Display *dpy; int screen; Window root; -#ifdef HAVE_AFTERIMAGE - struct ASVisual *asv; -#endif rxvt_term *selection_owner; Atom xa[NUM_XA]; bool is_local; @@ -315,7 +308,7 @@ void get (rgba &color); void get (XColor &color); - + bool set (rxvt_screen *screen, const char *name); bool set (rxvt_screen *screen, const rgba &color);