From: ayin Date: Fri, 26 Oct 2007 18:30:37 +0000 (+0000) Subject: Add transparent resource. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7b7ed78a085c0f1768519dde7cccb0a11977e982;p=dana%2Furxvt.git Add transparent resource. --- diff --git a/src/xdefaults.C b/src/xdefaults.C index bfddb7e7..a2e05c45 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -111,7 +111,7 @@ optList[] = { BOOL (Rs_scrollWithBuffer, "scrollWithBuffer", "sw", Opt_scrollWithBuffer, 0, "scroll-with-buffer"), #if ENABLE_TRANSPARENCY BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, 0, "inherit parent pixmap"), - SWCH ("tr", Opt_transparent, 0, NULL), + BOOL (Rs_transparent, "transparent", "tr", Opt_transparent, 0, "inherit parent pixmap"), STRG (Rs_color + Color_tint, "tintColor", "tint", "color", "tint color"), STRG (Rs_shade, "shading", "sh", "%", "shade background by x %."), #endif