aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-26 19:21:51 +0100
committerjcid <devnull@localhost>2008-10-26 19:21:51 +0100
commit989c6785ff153d4a84a176639420aa1837ead2d7 (patch)
treeb1e403ecd61f28f999b357e3cb1960dd5dd98391 /src/prefs.h
parente48bb7717ec4a51abf1a2d467a5b1dbebf61888a (diff)
- Added the "middle_click_drags_page" dillorc option.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 7a409631..ec807f46 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -62,6 +62,7 @@ struct _DilloPrefs {
char *save_dir;
bool_t show_msg;
bool_t show_extra_warnings;
+ bool_t middle_click_drags_page;
};
/* Global Data */