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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.395 by root, Sat Dec 13 11:58:23 2014 UTC vs.
Revision 1.396 by root, Sat Dec 13 12:06:38 2014 UTC

1055} 1055}
1056 1056
1057void 1057void
1058rxvt_term::alias_color (int dst, int src) 1058rxvt_term::alias_color (int dst, int src)
1059{ 1059{
1060 pix_colors[dst].free (this);
1060 pix_colors[dst].set (this, rs[Rs_color + dst] = rs[Rs_color + src]); 1061 pix_colors[dst].set (this, rs[Rs_color + dst] = rs[Rs_color + src]);
1061} 1062}
1062 1063
1063/* -------------------------------------------------------------------- * 1064/* -------------------------------------------------------------------- *
1064 * - WINDOW RESIZING - * 1065 * - WINDOW RESIZING - *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines