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.36 by ayin, Sat Feb 17 16:43:58 2007 UTC vs.
Revision 1.37 by root, Tue May 1 21:30:01 2007 UTC

176 if (bgPixmap.pixmap == None) 176 if (bgPixmap.pixmap == None)
177 { /* So be it: I'm not using pixmaps */ 177 { /* So be it: I'm not using pixmaps */
178 pixmap = None; 178 pixmap = None;
179 179
180#ifdef TRANSPARENT 180#ifdef TRANSPARENT
181 if (!OPTION (Opt_transparent) || !am_transparent) 181 if (!option (Opt_transparent) || !am_transparent)
182#endif 182#endif
183 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 183 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
184 184
185 return; 185 return;
186 } 186 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines