Introduction
Introduction Statistics Contact Development Disclaimer Help
tsmall fix to work more proberly with tabbed. - surf - customized build of surf…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 504fc78c312c5bd85ab9bac271ed754c7352c8bc
parent a20d03fb150a6c0e81555a77cf52e1c039b5c9de
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 9 Sep 2009 11:00:38 +0200
small fix to work more proberly with tabbed.
Diffstat:
M surf.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -445,6 +445,7 @@ newclient(void) {
c->next = clients;
clients = c;
if(showxid) {
+ gdk_display_sync(gtk_widget_get_display(c->win));
printf("%u\n", (guint)GDK_WINDOW_XID(GTK_WIDGET(c->win)->windo…
fflush(NULL);
}
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.