tAdding a default font size option. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d02f73d9902b953e6d815856844c79e3755c26fd
 (DIR) parent a5dddd8fd3cce2d77b9bbb3e22f2d1f1552b6ee4
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu, 14 Mar 2013 06:35:42 +0100
       
       Adding a default font size option.
       
       Thanks Alexander Sedov <alex0player@gmail.com>!
       
       Diffstat:
         M config.def.h                        |       2 ++
         M surf.c                              |       2 ++
       
       2 files changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -10,6 +10,8 @@ static char *cafile         = "/etc/ssl/certs/ca-certificates.crt";
        static char *strictssl      = FALSE; /* Refuse untrusted SSL connections */
        static Bool kioskmode            = FALSE; /* Ignore shortcuts */
        
       +static guint defaultfontsize = 12;
       +
        /* Webkit default features */
        static Bool enablescrollbars = TRUE;
        static Bool enablespatialbrowsing = TRUE;
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -752,6 +752,8 @@ newclient(void) {
                                enableinspector, NULL);
                g_object_set(G_OBJECT(settings), "enable-default-context-menu",
                                kioskmode ^ 1, NULL);
       +        g_object_set(G_OBJECT(settings), "default-font-size",
       +                        defaultfontsize, NULL);
        
                if(enableinspector) {
                        c->inspector = WEBKIT_WEB_INSPECTOR(