Add transparent resource.
authorayin <ayin>
Fri, 26 Oct 2007 18:30:37 +0000 (18:30 +0000)
committerayin <ayin>
Fri, 26 Oct 2007 18:30:37 +0000 (18:30 +0000)
src/xdefaults.C

index bfddb7e75dbdd1e51c59eee75300483f4717fa77..a2e05c457b8c3390f2620f79b8ef38cab85ac41e 100644 (file)
@@ -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