summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-09-08 22:56:22 +0200
committerDave Davenport <qball@gmpclient.org>2016-09-08 22:56:22 +0200
commitc200709838ff6ce30970dfe6448c8f71d207cb17 (patch)
tree8435e360694b2011bbfb60f35cad219672b7ee6f /source/xrmoptions.c
parent91e2ecf2128f309d14691373cfec431343f105fd (diff)
Fix wrong entry + CI.
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index c3414439..ec6253cb 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -190,7 +190,7 @@ static XrmOption xrmOptions[] = {
"Background to use for fake transparency. (background or screenshot)", CONFIG_DEFAULT },
{ xrm_String, "window-format", { .str = &config.window_format }, NULL,
"Window Format. w (desktop name), t (title), n (name), r (role), c (class)", CONFIG_DEFAULT },
- { xrm_Boolean, "click-to-exit", { .num = &config.click_to_exit }, NULL,
+ { xrm_Boolean, "click-to-exit", { .snum = &config.click_to_exit }, NULL,
"Click outside the window to exit", CONFIG_DEFAULT },
};