summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorDmitry Klimov <lazyklimm@gmail.com>2012-05-12 21:52:03 +0200
committerDmitry Klimov <lazyklimm@gmail.com>2012-05-12 21:52:03 +0200
commit22d313f262bc9b991f36a93a147300dd43217bb7 (patch)
tree7e8a494f84716f5767cb4b9d1df68ab8ce4abf2b /options.h
parente0429db04c7a0867d0befdfd2ce5bc4e6804f5f7 (diff)
downloadxbindkeys-22d313f262bc9b991f36a93a147300dd43217bb7.tar.gz
Make release modifier works as expected when autorepeat is enabled
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index e3c9c93..2f38b74 100644
--- a/options.h
+++ b/options.h
@@ -36,6 +36,7 @@ extern int verbose;
extern int have_to_show_binding;
extern int have_to_get_binding;
extern int have_to_start_as_daemon;
+extern int detectable_ar;
extern char *geom;