--- rxvt-unicode/src/xdefaults.C 2007/06/18 12:53:26 1.107 +++ rxvt-unicode/src/xdefaults.C 2007/08/01 17:54:03 1.110 @@ -109,7 +109,7 @@ BOOL (Rs_scrollTtyOutput, NULL, "si", Opt_scrollTtyOutput, Optflag_Reverse, "scroll-on-tty-output inhibit"), BOOL (Rs_scrollTtyKeypress, "scrollTtyKeypress", "sk", Opt_scrollTtyKeypress, 0, "scroll-on-keypress"), BOOL (Rs_scrollWithBuffer, "scrollWithBuffer", "sw", Opt_scrollWithBuffer, 0, "scroll-with-buffer"), -#if TRANSPARENT +#if ENABLE_TRANSPARENCY BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, 0, "inherit parent pixmap"), SWCH ("tr", Opt_transparent, 0, NULL), # if TINTING @@ -267,7 +267,7 @@ #endif #ifdef HAVE_AFTERIMAGE STRG (Rs_blendtype, "blendType", "blt", "string", "background image blending type - alpha, tint, etc..."), - STRG (Rs_blurradius, "blurRadius", "blr", "number", "Gaussian Blur radius to apply to the root background"), + STRG (Rs_blurradius, "blurRadius", "blr", "HxV", "Gaussian Blur radii to apply to the root background"), #endif #ifndef NO_RESOURCES INFO ("xrm", "string", "X resource"), @@ -327,9 +327,12 @@ #if defined(XPM_BACKGROUND) "XPM," #endif -#if defined(TRANSPARENT) +#if defined(ENABLE_TRANSPARENCY) "transparent," #endif +#if HAVE_AFTERIMAGE + "afterimage," +#endif #if TINTING "tint," #endif