aboutsummaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-29 15:51:30 +0100
committerjcid <devnull@localhost>2007-10-29 15:51:30 +0100
commit2fca0769dca44c7d105fbb3b8d23369be5f7a600 (patch)
tree8f6e77a8539f706a5f081acea95ef4fd88460ac8 /src/prefs.h
parent4c6e82430a895d577d3767ef12fccff27922ac25 (diff)
- Hooked "Activate" to the form_receiver.
- Connected the plain page context menu. - Added code for the image menu (not hooked yet though). - Added a image-loading toggle button to the UI (not functional yet).
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;