summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-10-21 20:42:40 +0200
committerQC <qball@gmpclient.org>2015-10-21 20:42:40 +0200
commitde1f7a11aae1d44243a4534c0b4a02ef1e56eb4e (patch)
treeed43bf3d1ed12cfba942e7e218d5eac3c5d7bc40 /source/xrmoptions.c
parent5962aa5302f1c12bd02dae582817305bf484d5ee (diff)
parentfd46ecb3d6a6115de6fbb1cb75817d54c1bafc2b (diff)
Merge remote-tracking branch 'origin/Transparency'
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index ac4f50df..5c7a4536 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -133,7 +133,8 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "separator-style", { .str = &config.separator_style }, NULL, "Separator style (none, dash, solid)" },
{ xrm_Boolean, "hide-scrollbar", { .num = &config.hide_scrollbar }, NULL, "Hide scroll-bar" },
{ xrm_Boolean, "markup-rows", { .num = &config.markup_rows }, NULL, "Show markup" },
- { xrm_Boolean, "fullscreen", { .num = &config.fullscreen }, NULL, "Fullscreen" }
+ { xrm_Boolean, "fullscreen", { .num = &config.fullscreen }, NULL, "Fullscreen" },
+ { xrm_Boolean, "fake-transparency", { .num = &config.fake_transparency }, NULL, "Fake transparency" }
};
// Dynamic options.