aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-05-29 16:51:05 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-05-29 16:51:05 -0400
commit79bc5894756cf9ea267ec80938e7c9fe4881d1b4 (patch)
tree1c1130a1a3ddb4bced2c93bd30930842b100acbf /uzbl.h
parent113ace97e4185c885b677e1b486e94e7ba6a5d12 (diff)
Replaced reset_zoom with zoom_level; added floats to commands
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h9
1 files changed, 6 insertions, 3 deletions
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;
@@ -398,9 +399,6 @@ 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);
static void
@@ -454,10 +452,15 @@ 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();
static void