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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.173 by root, Wed Jul 5 20:31:48 2006 UTC vs.
Revision 1.174 by root, Wed Jul 5 22:46:14 2006 UTC

748 alias_color (Color_topShadow, Color_White); 748 alias_color (Color_topShadow, Color_White);
749 } 749 }
750#endif /* KEEP_SCROLLCOLOR */ 750#endif /* KEEP_SCROLLCOLOR */
751 751
752#ifdef OFF_FOCUS_FADING 752#ifdef OFF_FOCUS_FADING
753 if (rs[Rs_fade])
754 for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++) 753 for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++)
755 { 754 update_fade_color (i);
756 rgba c;
757 pix_colors [Color_fade].get (c);
758 pix_colors_focused [i].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused[i],c);
759 }
760#endif 755#endif
761} 756}
762 757
763/*----------------------------------------------------------------------*/ 758/*----------------------------------------------------------------------*/
764/* color aliases, fg/bg bright-bold */ 759/* color aliases, fg/bg bright-bold */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines