X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=eabaf17043970cef71fee0ea7adcca6d4e88ff3b;hb=424936e96c375bbfc0c624ea213112520c71534f;hp=09cf8401abf72157f6296c66d5ea1fe031666973;hpb=f304d0af52a7141f8395b0eea961292fa91104f0;p=surf.git diff --git a/surf.c b/surf.c index 09cf840..eabaf17 100644 --- a/surf.c +++ b/surf.c @@ -584,7 +584,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;