Draw flags on window creation

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Quentin Rameau 2014-02-05 17:03:56 +01:00 committed by Christoph Lohmann
parent 4b623bd28a
commit b7435badc2

4
surf.c
View file

@ -890,7 +890,9 @@ newclient(void) {
if(hidebackground)
webkit_web_view_set_transparent(c->view, TRUE);
c->title = NULL;
c->title = "";
c->progress = 100;
updatetitle(c);
c->next = clients;
clients = c;