Hiding the loading indicator when it is not used. Based on a patch from

http://xteddy.org/surf.html#toc5. Thanks!
This commit is contained in:
Christoph Lohmann
2012-10-28 14:16:22 +01:00
parent 161247eaf4
commit 25ba840e4d
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -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