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.17 by root, Tue Jan 31 16:19:16 2006 UTC vs.
Revision 1.18 by root, Tue Jan 31 16:57:35 2006 UTC

255 void get (rxvt_screen *screen, rxvt_rgba &color); 255 void get (rxvt_screen *screen, rxvt_rgba &color);
256 256
257 bool set (rxvt_screen *screen, const char *name); 257 bool set (rxvt_screen *screen, const char *name);
258 bool set (rxvt_screen *screen, const rxvt_rgba &color); 258 bool set (rxvt_screen *screen, const rxvt_rgba &color);
259 259
260 rxvt_color fade (rxvt_screen *screen, int percent, const rxvt_rgba &to = rxvt_rgba (0, 0, 0)); 260 void fade (rxvt_screen *screen, int percent, rxvt_color &result, const rxvt_rgba &to = rxvt_rgba (0, 0, 0));
261}; 261};
262 262
263#endif 263#endif
264 264

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines