ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtcolor.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtcolor.h (file contents):
Revision 1.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.2 by pcg, Sat Jan 31 00:20:21 2004 UTC

23#endif 23#endif
24 24
25 bool operator == (const rxvt_color &b) const { return Pixel(*this) == Pixel(b); } 25 bool operator == (const rxvt_color &b) const { return Pixel(*this) == Pixel(b); }
26 bool operator != (const rxvt_color &b) const { return Pixel(*this) != Pixel(b); } 26 bool operator != (const rxvt_color &b) const { return Pixel(*this) != Pixel(b); }
27 27
28 void get (pR_ unsigned short &cr, unsigned short &cg, unsigned short &cb); 28 void get (rxvt_term *t, unsigned short &cr, unsigned short &cg, unsigned short &cb);
29 29
30 bool set (pR_ Pixel p); 30 bool set (rxvt_term *t, Pixel p);
31 bool set (pR_ const char *name); 31 bool set (rxvt_term *t, const char *name);
32 bool set (pR_ unsigned short cr, unsigned short cg, unsigned short cb); 32 bool set (rxvt_term *t, unsigned short cr, unsigned short cg, unsigned short cb);
33}; 33};
34 34
35#endif 35#endif
36 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines