aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-10-27 21:28:09 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-10-27 21:28:09 +0100
commit6c1ab4ab80943f4610d02db93b61a95c3c1fa69a (patch)
tree58951aa8fe2a379afe375cebd4b2a9cc5ae2b013 /uzbl-core.h
parent9d7ae1b21aefac2cf5418667bd150c110bf8932e (diff)
added zoom_type type variable
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 51b415b..67c1bda 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -152,6 +152,7 @@ typedef struct {
guint monospace_size;
guint minimum_font_size;
gfloat zoom_level;
+ gboolean zoom_type;
guint disable_plugins;
guint disable_scripts;
guint autoload_img;