--- rxvt-unicode/src/rxvtcolor.h 2004/07/29 14:05:27 1.12 +++ rxvt-unicode/src/rxvtcolor.h 2004/08/04 03:29:28 1.14 @@ -84,6 +84,9 @@ Colormap cmap; Window root; rxvt_term *selection_owner; +#ifndef NO_SLOW_LINK_SUPPORT + bool is_local; +#endif rxvt_display (const char *id); bool init (); @@ -168,6 +171,8 @@ bool set (rxvt_display *display, const char *name); bool set (rxvt_display *display, unsigned short cr, unsigned short cg, unsigned short cb); + rxvt_color fade (rxvt_display *, int percent); + void free (rxvt_display *display); };