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.62 by root, Tue Jun 5 13:39:26 2012 UTC vs.
Revision 1.63 by root, Wed Jun 6 20:22:04 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 void get (rgba &color); 359 void get (rgba &color) const;
360 void get (XColor &color); 360 void get (XColor &color) const;
361 361
362 bool set (rxvt_screen *screen, const char *name); 362 bool set (rxvt_screen *screen, const char *name);
363 bool set (rxvt_screen *screen, const rgba &color); 363 bool set (rxvt_screen *screen, const rgba &color);
364 364
365 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0)); 365 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rgba &to = rgba (0, 0, 0));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines