--- rxvt-unicode/src/xpm.C 2005/12/21 14:19:19 1.25 +++ rxvt-unicode/src/xpm.C 2005/12/31 17:16:17 1.26 @@ -173,7 +173,7 @@ { /* So be it: I'm not using pixmaps */ pixmap = None; - if (!(options & Opt_transparent) || !am_transparent) + if (!OPTION (Opt_transparent) || !am_transparent) XSetWindowBackground (disp, vt, pix_colors[Color_bg]);