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.236 by ayin, Mon Dec 31 01:05:50 2007 UTC vs.
Revision 1.237 by ayin, Mon Dec 31 15:45:29 2007 UTC

1113 GCForeground | GCBackground | GCGraphicsExposures, 1113 GCForeground | GCBackground | GCGraphicsExposures,
1114 &gcvalue); 1114 &gcvalue);
1115 1115
1116 drawable = new rxvt_drawable (this, vt); 1116 drawable = new rxvt_drawable (this, vt);
1117 1117
1118#ifdef RXVT_SCROLLBAR
1119 gcvalue.foreground = pix_colors[Color_topShadow];
1120 topShadowGC = XCreateGC (dpy, vt, GCForeground, &gcvalue);
1121 gcvalue.foreground = pix_colors[Color_bottomShadow];
1122 botShadowGC = XCreateGC (dpy, vt, GCForeground, &gcvalue);
1123 gcvalue.foreground = pix_colors[ (depth <= 2 ? Color_fg : Color_scroll)];
1124 scrollbarGC = XCreateGC (dpy, vt, GCForeground, &gcvalue);
1125#endif
1126
1127#ifdef OFF_FOCUS_FADING 1118#ifdef OFF_FOCUS_FADING
1128 // initially we are in unfocused state 1119 // initially we are in unfocused state
1129 if (rs[Rs_fade]) 1120 if (rs[Rs_fade])
1130 pix_colors = pix_colors_unfocused; 1121 pix_colors = pix_colors_unfocused;
1131#endif 1122#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines