diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-17 16:59:38 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-17 16:59:38 +0100 |
commit | 114ce5de1695082bf1840abd709f40a1010974e4 (patch) | |
tree | 71fc53b73ec5a97ec872970fbda97be5dad43b32 /src/prefs.h | |
parent | 679090b3c7776ee024edce97800c51bd3e59ead2 (diff) |
add parse_embedded_css 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 9156c815..767530d2 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -59,6 +59,7 @@ struct _DilloPrefs { bool_t fullwindow_start; bool_t load_images; bool_t load_stylesheets; + bool_t parse_embedded_css; int32_t buffered_drawing; char *vw_fontname; char *fw_fontname; |