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.209 by root, Mon Jan 30 20:12:37 2006 UTC vs.
Revision 1.210 by root, Tue Jan 31 16:19:16 2006 UTC

942 /* Cursor cursor; */ 942 /* Cursor cursor; */
943done: 943done:
944 944
945#if OFF_FOCUS_FADING 945#if OFF_FOCUS_FADING
946 if (rs[Rs_fade]) 946 if (rs[Rs_fade])
947 {
948 rxvt_rgba c;
949 pix_colors [Color_fade].get (this, c);
947 pix_colors_unfocused[idx] = pix_colors_focused[idx].fade (this, atoi (rs[Rs_fade]), pix_colors[Color_fade]); 950 pix_colors_unfocused [idx] = pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), c);
951 }
948#endif 952#endif
949 953
950 /*TODO: handle Color_BD, scrollbar background, etc. */ 954 /*TODO: handle Color_BD, scrollbar background, etc. */
951 955
952 recolour_cursor (); 956 recolour_cursor ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines