small fix to work more proberly with tabbed. - surf - [fork] surf browser, a WebKit based browser
HTML git clone git@git.drkhsh.at/surf.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 504fc78c312c5bd85ab9bac271ed754c7352c8bc
DIR parent a20d03fb150a6c0e81555a77cf52e1c039b5c9de
HTML Author: Enno Boland (tox) <tox@s01.de>
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(-)
---
DIR diff --git a/surf.c b/surf.c
@@ -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)->window));
fflush(NULL);
}