diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-17 10:22:06 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-17 10:22:06 +0100 |
commit | f439ac9b889ce757133f8cb5d261381190e2065f (patch) | |
tree | 8e8df1533bc1f273e1a523ec3ff8c7c5b4b270f3 /src/prefs.h | |
parent | 4c303cba1745f13057ccbc9c21eaeb44fe955efe (diff) |
add font_max_size dillorc option
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index f4c70bb1..a50b5585 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -44,6 +44,7 @@ struct _DilloPrefs { bool_t w3c_plus_heuristics; bool_t focus_new_tab; double font_factor; + int32_t font_max_size; int32_t font_min_size; bool_t show_back; bool_t show_forw; |