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.213 by root, Tue Jan 31 19:11:43 2006 UTC vs.
Revision 1.214 by root, Tue Jan 31 19:53:30 2006 UTC

932 932
933#if OFF_FOCUS_FADING 933#if OFF_FOCUS_FADING
934 if (rs[Rs_fade]) 934 if (rs[Rs_fade])
935 { 935 {
936 rgba c; 936 rgba c;
937 pix_colors [Color_fade].get (this, c); 937 pix_colors [Color_fade].get (c);
938 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); 938 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
939 } 939 }
940#endif 940#endif
941 941
942 /*TODO: handle Color_BD, scrollbar background, etc. */ 942 /*TODO: handle Color_BD, scrollbar background, etc. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines