X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=sidebyside;f=surf.c;h=c46e559f4a610028b8028d365724ed9b6d1c3d9e;hb=91d04b15f0bb16d5b31ad92ea1e6a0066e589956;hp=2247551dcd8981a71a81aa75073ec90811d62adb;hpb=b1e9a6e9ab195aef30595ad1fb64417c7879dcb0;p=surf.git diff --git a/surf.c b/surf.c index 2247551..c46e559 100644 --- a/surf.c +++ b/surf.c @@ -579,7 +579,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;