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.169 by root, Thu Feb 2 18:04:46 2006 UTC vs.
Revision 1.170 by root, Sat Feb 18 15:24:39 2006 UTC

1052#endif 1052#endif
1053 1053
1054 /* graphics context for the vt window */ 1054 /* graphics context for the vt window */
1055 gcvalue.foreground = pix_colors[Color_fg]; 1055 gcvalue.foreground = pix_colors[Color_fg];
1056 gcvalue.background = pix_colors[Color_bg]; 1056 gcvalue.background = pix_colors[Color_bg];
1057 gcvalue.graphics_exposures = 1; 1057 gcvalue.graphics_exposures = 0;
1058 1058
1059 gc = XCreateGC (dpy, vt, 1059 gc = XCreateGC (dpy, vt,
1060 GCForeground | GCBackground | GCGraphicsExposures, 1060 GCForeground | GCBackground | GCGraphicsExposures,
1061 &gcvalue); 1061 &gcvalue);
1062 1062

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines