Draw flags on window creation
Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
parent
4b623bd28a
commit
b7435badc2
1 changed files with 3 additions and 1 deletions
4
surf.c
4
surf.c
|
@ -890,7 +890,9 @@ newclient(void) {
|
||||||
if(hidebackground)
|
if(hidebackground)
|
||||||
webkit_web_view_set_transparent(c->view, TRUE);
|
webkit_web_view_set_transparent(c->view, TRUE);
|
||||||
|
|
||||||
c->title = NULL;
|
c->title = "";
|
||||||
|
c->progress = 100;
|
||||||
|
updatetitle(c);
|
||||||
c->next = clients;
|
c->next = clients;
|
||||||
clients = c;
|
clients = c;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue