diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-16 12:19:40 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-16 12:19:40 +0200 |
commit | 948f885bd1780e95f10595d2b9b79ea0975b3bca (patch) | |
tree | 45cc6c9377846f74fa73e4723e62e5988c9d04e5 /src/prefs.h | |
parent | 78172bb4bd05f70d089a8025cd63fd72c7cccadc (diff) |
Strechability of non-justified lines: refinements.
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 bdb3aaee..de3e0342 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -107,6 +107,7 @@ typedef struct { bool_t middle_click_drags_page; int penalty_hyphen, penalty_hyphen_2; int penalty_em_dash_left, penalty_em_dash_right, penalty_em_dash_right_2; + int stretchability_factor; } DilloPrefs; /* Global Data */ |