summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index 6015f2fe..684262ed 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -26,6 +26,9 @@ extern "C" {
/* Panel sizes */
enum { P_tiny = 0, P_small, P_medium, P_large };
+enum {PREFS_FILTER_ALLOW_ALL,
+ PREFS_FILTER_SAME_DOMAIN};
+
typedef struct _DilloPrefs DilloPrefs;
struct _DilloPrefs {
@@ -71,6 +74,7 @@ struct _DilloPrefs {
bool_t load_images;
bool_t load_stylesheets;
bool_t parse_embedded_css;
+ int filter_auto_requests;
int32_t buffered_drawing;
char *font_serif;
char *font_sans_serif;