From 79bc5894756cf9ea267ec80938e7c9fe4881d1b4 Mon Sep 17 00:00:00 2001 From: uranther Date: Fri, 29 May 2009 16:51:05 -0400 Subject: Replaced reset_zoom with zoom_level; added floats to commands --- uzbl.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index 51a788c..91421bd 100644 --- a/uzbl.h +++ b/uzbl.h @@ -155,6 +155,7 @@ typedef struct { guint font_size; guint monospace_size; guint minimum_font_size; + gfloat zoom_level; guint disable_plugins; guint disable_scripts; guint autoload_img; @@ -397,9 +398,6 @@ search_forward_text (WebKitWebView *page, GArray *argv); static void search_reverse_text (WebKitWebView *page, GArray *argv); -static void -reset_zoom_level (WebKitWebView *page, GArray *argv); - static void dehilight (WebKitWebView *page, GArray *argv); @@ -454,9 +452,14 @@ cmd_max_conns(); static void cmd_max_conns_host(); +/* exported WebKitWebSettings properties */ + static void cmd_font_size(); +static void +cmd_zoom_level(); + static void cmd_disable_plugins(); -- cgit v1.2.3