summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-17 20:29:23 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-17 20:29:23 +0100
commitd2567a68842dbcdae1c722b0421ee551409f481e (patch)
tree32124946df7f21830b8023c3dc00833f434ea559 /source/xrmoptions.c
parent99515f986e941a40948f3fca37713e0758c9a1c5 (diff)
#219: Implement continious scroll
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 e02ed530..c25794af 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -138,7 +138,8 @@ static XrmOption xrmOptions[] = {
{ xrm_Boolean, "fake-transparency", { .num = &config.fake_transparency }, NULL, "Fake transparency" },
{ xrm_SNumber, "dpi", { .snum = &config.dpi }, NULL, "DPI" },
{ xrm_Number, "threads", { .num = &config.threads }, NULL, "Threads to use for string matching" },
- { xrm_Number, "scrollbar-width", { .num = &config.scrollbar_width }, NULL, "Scrollbar width" }
+ { xrm_Number, "scrollbar-width", { .num = &config.scrollbar_width }, NULL, "Scrollbar width" },
+ { xrm_Number, "scroll-method", { .num = &config.scroll_method }, NULL, "Scrolling method. (0: Page, 1: Centered)" }
};
// Dynamic options.