diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-10-28 14:16:22 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-10-28 14:16:22 +0100 |
commit | 25ba840e4d24735118949f38216628792f22d7f5 (patch) | |
tree | 343fc682ba91d275f204d5970cc61c72cc7f4ade /config.def.h | |
parent | 161247eaf4ff22bd2a283607b32d32d1f900134d (diff) | |
download | surf-25ba840e4d24735118949f38216628792f22d7f5.tar.gz surf-25ba840e4d24735118949f38216628792f22d7f5.tar.bz2 surf-25ba840e4d24735118949f38216628792f22d7f5.zip |
Hiding the loading indicator when it is not used. Based on a patch from
http://xteddy.org/surf.html#toc5. Thanks!
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 79aa600..91006f0 100644 --- a/config.def.h +++ b/config.def.h @@ -9,6 +9,8 @@ static char *cookiefile = ".surf/cookies.txt"; static time_t sessiontime = 3600; static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ +static int indicator_thickness = 2; + #define HIDE_BACKGROUND FALSE #define SPATIAL_BROWSING TRUE |