rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1

This commit is contained in:
pancake
2011-03-31 12:52:35 +02:00
parent f1299dcfc1
commit 62f54a3745
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;