aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 79f06bc1..92d69a1f 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -36,6 +36,7 @@ typedef enum {
DRC_TOKEN_HOME,
DRC_TOKEN_LIMIT_TEXT_WIDTH,
DRC_TOKEN_LINK_COLOR,
+ DRC_TOKEN_LOAD_IMAGES,
DRC_TOKEN_NOPROXY,
DRC_TOKEN_PANEL_SIZE,
DRC_TOKEN_PROXY,
@@ -107,6 +108,7 @@ struct _DilloPrefs {
bool_t show_search;
bool_t show_progress_box;
bool_t fullwindow_start;
+ bool_t load_images;
bool_t transient_dialogs;
char *vw_fontname;
char *fw_fontname;