summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-09-27 08:51:17 +0200
committerDave Davenport <qball@gmpclient.org>2016-09-27 22:15:39 +0200
commit89acc7b6edc80c54d1746348ed02329a08c50b41 (patch)
treec565883fc2e974f493162e7a0330323116b70be7 /source/xrmoptions.c
parent769dab5f66e1a344d22c9a3587f5a56ec4b77c2e (diff)
Make one widget_draw function, abstract rest (textbox, scrollbar) behind it.
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 ec6253cb..dd337a1b 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", { .snum = &config.click_to_exit }, NULL,
+ { xrm_Boolean, "click-to-exit", { .snum = &config.click_to_exit }, NULL,
"Click outside the window to exit", CONFIG_DEFAULT },
};