--- rxvt-unicode/src/xpm.C 2006/08/18 23:03:31 1.35 +++ rxvt-unicode/src/xpm.C 2007/05/01 21:30:01 1.37 @@ -177,7 +177,9 @@ { /* So be it: I'm not using pixmaps */ pixmap = None; - if (!OPTION (Opt_transparent) || !am_transparent) +#ifdef TRANSPARENT + if (!option (Opt_transparent) || !am_transparent) +#endif XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); return; @@ -262,7 +264,9 @@ XSetWindowBackgroundPixmap (dpy, vt, pixmap); XFreeGC (dpy, gc); +#ifdef TRANSPARENT am_transparent = 0; +#endif } /*