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

Comparing rxvt-unicode/src/xpm.C (file contents):
Revision 1.49 by sasha, Thu Jul 26 21:14:51 2007 UTC vs.
Revision 1.50 by ayin, Fri Jul 27 14:02:28 2007 UTC

1024 gc = XCreateGC (dpy, rootpixmap, GCFillStyle | GCTile | GCTileStipXOrigin | GCTileStipYOrigin, &gcvalue); 1024 gc = XCreateGC (dpy, rootpixmap, GCFillStyle | GCTile | GCTileStipXOrigin | GCTileStipYOrigin, &gcvalue);
1025 XFillRectangle (dpy, pixmap, gc, 0, 0, szHint.width, szHint.height); 1025 XFillRectangle (dpy, pixmap, gc, 0, 0, szHint.width, szHint.height);
1026#if TINTING 1026#if TINTING
1027 if (whole_tint) 1027 if (whole_tint)
1028 { 1028 {
1029 /* In this case we can tint image server-side geting significant 1029 /* In this case we can tint image server-side getting significant
1030 * performance improvements, as we eliminate XImage transfer 1030 * performance improvements, as we eliminate XImage transfer
1031 */ 1031 */
1032 gcvalue.foreground = Pixel (pix_colors_focused [Color_tint]); 1032 gcvalue.foreground = Pixel (pix_colors_focused [Color_tint]);
1033 gcvalue.function = GXand; 1033 gcvalue.function = GXand;
1034 gcvalue.fill_style = FillSolid; 1034 gcvalue.fill_style = FillSolid;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines