Introduction
Introduction Statistics Contact Development Disclaimer Help
tadding fflush() - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit a20d03fb150a6c0e81555a77cf52e1c039b5c9de
parent b2bbf9b35b3b4464fee9beda8634adc817f94dcd
Author: Enno Boland (tox) <[email protected]>
Date: Tue, 8 Sep 2009 00:00:43 +0200
adding fflush()
Diffstat:
M surf.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -444,8 +444,10 @@ newclient(void) {
c->title = NULL;
c->next = clients;
clients = c;
- if(showxid)
+ if(showxid) {
printf("%u\n", (guint)GDK_WINDOW_XID(GTK_WIDGET(c->win)->windo…
+ fflush(NULL);
+ }
return 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.