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.25 by root, Wed Dec 21 14:19:19 2005 UTC vs.
Revision 1.26 by root, Sat Dec 31 17:16:17 2005 UTC

171 171
172 if (bgPixmap.pixmap == None) 172 if (bgPixmap.pixmap == None)
173 { /* So be it: I'm not using pixmaps */ 173 { /* So be it: I'm not using pixmaps */
174 pixmap = None; 174 pixmap = None;
175 175
176 if (!(options & Opt_transparent) || !am_transparent) 176 if (!OPTION (Opt_transparent) || !am_transparent)
177 XSetWindowBackground (disp, vt, 177 XSetWindowBackground (disp, vt,
178 pix_colors[Color_bg]); 178 pix_colors[Color_bg]);
179 179
180 return; 180 return;
181 } 181 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines