merge
authorEnno Boland (tox) <tox@s01.de>
Tue, 11 May 2010 12:57:44 +0000 (14:57 +0200)
committerEnno Boland (tox) <tox@s01.de>
Tue, 11 May 2010 12:57:44 +0000 (14:57 +0200)
config.def.h
surf.c

index 4792570..1110acc 100644 (file)
@@ -7,7 +7,7 @@ static char *scriptfile     = ".surf/script.js";
 static char *cookiefile     = ".surf/cookies.txt";
 static char *dldir          = ".surf/dl/";
 static time_t sessiontime   = 0;
-#define NOBACKGROUND 1
+#define NOBACKGROUND 0
 
 #define SETPROP(p)       { .v = (char *[]){ "/bin/sh", "-c", \
        "prop=\"`xprop -id $1 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \
diff --git a/surf.c b/surf.c
index 2247551..c46e559 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -579,7 +579,7 @@ newclient(void) {
        g_free(uri);
        setatom(c, findprop, "");
        setatom(c, uriprop, "");
-       if(!NOBACKGROUND)
+       if(NOBACKGROUND)
                webkit_web_view_set_transparent(c->view, TRUE);
 
        c->download = NULL;