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

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.65 by root, Sun Jun 10 15:01:14 2012 UTC vs.
Revision 1.66 by root, Thu Jun 14 17:06:57 2012 UTC

354 } 354 }
355 355
356 bool alloc (rxvt_screen *screen, const rgba &color); 356 bool alloc (rxvt_screen *screen, const rgba &color);
357 void free (rxvt_screen *screen); 357 void free (rxvt_screen *screen);
358 358
359 operator rgba () const
360 {
361 rgba c;
362 get (c);
363 return c;
364 }
359 void get (rgba &color) const; 365 void get (rgba &color) const;
360 void get (XColor &color) const; 366 void get (XColor &color) const;
361 367
362 bool set (rxvt_screen *screen, const char *name); 368 bool set (rxvt_screen *screen, const char *name);
363 bool set (rxvt_screen *screen, const rgba &color); 369 bool set (rxvt_screen *screen, const rgba &color);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines