aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-22 11:53:36 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-22 11:53:36 +0300
commit6f12058d2a1d74929954f9143fe99d5edc830c66 (patch)
tree7cba94cff67ed36650e18cac434d8d3ea76c583f /uzbl.h
parent1b4d45c6f1bcc5e088716b1158f3bcf4fe8b268d (diff)
Add var: default_monospace_size
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 0440382..ecb992c 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -148,6 +148,7 @@ typedef struct {
guint modmask;
guint http_debug;
guint default_font_size;
+ guint default_monospace_size;
guint minimum_font_size;
gchar* shell_cmd;