rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1
[surf.git] / surf.c
diff --git a/surf.c b/surf.c
index 79ca9c9..6dc32ea 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -507,7 +507,7 @@ newclient(void) {
 
        setatom(c, AtomFind, "");
        setatom(c, AtomUri, "about:blank");
-       if(NOBACKGROUND)
+       if(HIDE_BACKGROUND)
                webkit_web_view_set_transparent(c->view, TRUE);
 
        c->title = NULL;