Introduction
Introduction Statistics Contact Development Disclaimer Help
tDraw flags on window creation - surf - customized build of surf, the suckless …
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit b7435badc2558dfd9b177005a0884b9bbc12fa1e
parent 4b623bd28ae1ffdecdbc62f68b90340311ad5adc
Author: Quentin Rameau <[email protected]>
Date: Wed, 5 Feb 2014 17:03:56 +0100
Draw flags on window creation
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M surf.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.