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.341 by root, Mon Dec 15 00:51:06 2014 UTC vs.
Revision 1.342 by root, Mon Dec 15 02:04:02 2014 UTC

1065#ifdef OFF_FOCUS_FADING 1065#ifdef OFF_FOCUS_FADING
1066 pix_colors = pix_colors_focused; 1066 pix_colors = pix_colors_focused;
1067#endif 1067#endif
1068 1068
1069 for (i = 0; i < NRS_COLORS; i++) 1069 for (i = 0; i < NRS_COLORS; i++)
1070 {
1071 const char *name = rs[Rs_color + i]; 1070 if (const char *name = rs[Rs_color + i])
1072
1073 if (!name)
1074 continue;
1075
1076 set_color (pix_colors [i], name); 1071 set_color (pix_colors [i], name);
1077 }
1078 1072
1079 /* 1073 /*
1080 * get scrollBar shadow colors 1074 * get scrollBar shadow colors
1081 * 1075 *
1082 * The calculations of topShadow/bottomShadow values are adapted 1076 * The calculations of topShadow/bottomShadow values are adapted

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines