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.117 by root, Thu Jul 7 19:37:47 2005 UTC vs.
Revision 1.118 by root, Wed Aug 10 15:10:06 2005 UTC

760 * from the fvwm window manager. 760 * from the fvwm window manager.
761 */ 761 */
762#ifdef KEEP_SCROLLCOLOR 762#ifdef KEEP_SCROLLCOLOR
763 763
764 if (display->depth <= 2) 764 if (display->depth <= 2)
765 {
765 { /* Monochrome */ 766 /* Monochrome */
766 pix_colors[Color_scroll] = pix_colors[Color_fg]; 767 pix_colors[Color_scroll] = pix_colors[Color_fg];
767 pix_colors[Color_topShadow] = pix_colors[Color_bg]; 768 pix_colors[Color_topShadow] = pix_colors[Color_bg];
768 pix_colors[Color_bottomShadow] = pix_colors[Color_bg]; 769 pix_colors[Color_bottomShadow] = pix_colors[Color_bg];
769 } 770 }
770 else 771 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines