From 65804b1715f223d1ab6cddfd949a2d4dd47ca8b1 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Fri, 25 Feb 2011 13:47:21 -0700 Subject: add current_encoding variable --- src/uzbl-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/uzbl-core.h') diff --git a/src/uzbl-core.h b/src/uzbl-core.h index 1285e3a..a4e055f 100644 --- a/src/uzbl-core.h +++ b/src/uzbl-core.h @@ -187,6 +187,7 @@ typedef struct { gchar* style_uri; guint resizable_txt; gchar* default_encoding; + gchar* current_encoding; guint enforce_96dpi; gchar *inject_html; guint caret_browsing; -- cgit v1.2.3