commit 504fc78c312c5bd85ab9bac271ed754c7352c8bc
parent a20d03fb150a6c0e81555a77cf52e1c039b5c9de
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:
1 file changed, 1 insertion(+), 0 deletions(-)
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);
 	}