--- rxvt-unicode/src/rxvtcolor.h 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/src/rxvtcolor.h 2004/01/31 00:20:21 1.2 @@ -25,11 +25,11 @@ bool operator == (const rxvt_color &b) const { return Pixel(*this) == Pixel(b); } bool operator != (const rxvt_color &b) const { return Pixel(*this) != Pixel(b); } - void get (pR_ unsigned short &cr, unsigned short &cg, unsigned short &cb); + void get (rxvt_term *t, unsigned short &cr, unsigned short &cg, unsigned short &cb); - bool set (pR_ Pixel p); - bool set (pR_ const char *name); - bool set (pR_ unsigned short cr, unsigned short cg, unsigned short cb); + bool set (rxvt_term *t, Pixel p); + bool set (rxvt_term *t, const char *name); + bool set (rxvt_term *t, unsigned short cr, unsigned short cg, unsigned short cb); }; #endif