diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-11 17:36:55 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-11 17:36:55 +0100 |
commit | 420f14386fb2ac0d5de8427ef6be5cc9c25c85c1 (patch) | |
tree | ffa8210ef481dc734a95278d5c9d8cf338188d72 /src/prefs.h | |
parent | bc26fde9419c305ffc8e2bf69086d3d74bad23d7 (diff) |
add "font_min_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 75d102f6..f4c70bb1 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_min_size; bool_t show_back; bool_t show_forw; bool_t show_home; |