--- rxvt-unicode/src/rxvttoolkit.h 2006/01/31 16:19:16 1.17 +++ rxvt-unicode/src/rxvttoolkit.h 2006/01/31 16:57:35 1.18 @@ -257,7 +257,7 @@ bool set (rxvt_screen *screen, const char *name); bool set (rxvt_screen *screen, const rxvt_rgba &color); - rxvt_color fade (rxvt_screen *screen, int percent, const rxvt_rgba &to = rxvt_rgba (0, 0, 0)); + void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rxvt_rgba &to = rxvt_rgba (0, 0, 0)); }; #endif