X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=6dc32ea0e729f40e46f21e3e736dfb9584bdb478;hp=79ca9c940e5532097255f6643296c79367cf09c4;hb=62f54a3745f193223def1c14a19a8581af1c00ed;hpb=f1299dcfc1608018644ce07bf0a8cc2089e9960d 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;