From cb846147f695b9b3a5b235c3ce2deeab1fc9c96f Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Sun, 24 May 2009 20:51:51 +0200 Subject: more WebKitWebSettings exports --- uzbl.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index d640492..3f5e60f 100644 --- a/uzbl.h +++ b/uzbl.h @@ -163,8 +163,9 @@ typedef struct { guint enable_private; guint print_bg; gchar* style_uri; - - + guint resizable_txt; + gchar* default_encoding; + guint enforce_96dpi; /* command list: name -> Command */ GHashTable* commands; @@ -470,5 +471,14 @@ cmd_print_bg(); static void cmd_style_uri(); +static void +cmd_resizable_txt(); + +static void +cmd_default_encoding(); + +static void +cmd_enforce_96dpi(); + /* vi: set et ts=4: */ -- cgit v1.2.3