From 7b7ed78a085c0f1768519dde7cccb0a11977e982 Mon Sep 17 00:00:00 2001 From: ayin Date: Fri, 26 Oct 2007 18:30:37 +0000 Subject: [PATCH] Add transparent resource. --- src/xdefaults.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1