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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines