From 62f54a3745f193223def1c14a19a8581af1c00ed Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 31 Mar 2011 12:52:35 +0200 Subject: rename NOBACKGROUND to HIDE_BACKGROUND and use TRUE/FALSE instead of 0/1 --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'surf.c') diff --git a/surf.c b/surf.c index 79ca9c9..6dc32ea 100644 --- 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; -- cgit v1.2.3