aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-16 20:12:40 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-16 20:12:40 +0300
commit6c45107e12bc8a3971cad1b0a6d5cd59d4366315 (patch)
tree3a0f3a1c62799ff8de344d1ca895b4b76a70bbea /uzbl.h
parent1f8dc39aa795029d85397717821184583d6d62a4 (diff)
Add variable: minimum_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 0b014cc..0a01328 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -137,6 +137,7 @@ typedef struct {
guint modmask;
guint http_debug;
guint default_font_size;
+ guint minimum_font_size;
/* command list: name -> Command */
GHashTable* commands;