aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-16 20:09:30 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-16 20:09:30 +0300
commit1f8dc39aa795029d85397717821184583d6d62a4 (patch)
tree3c268b082dc0ea05fd6a9d9c8019b74a3c217dc9 /uzbl.h
parentff86e511bda0313edbb6ead21415747b8eb88d29 (diff)
Add variable: default_font_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 9c8a65a..0b014cc 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -136,6 +136,7 @@ typedef struct {
gchar* modkey;
guint modmask;
guint http_debug;
+ guint default_font_size;
/* command list: name -> Command */
GHashTable* commands;