From 504fc78c312c5bd85ab9bac271ed754c7352c8bc Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Wed, 9 Sep 2009 11:00:38 +0200 Subject: [PATCH] small fix to work more proberly with tabbed. --- surf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/surf.c b/surf.c index 139c25b..fe7f9ad 100644 --- 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); } -- 2.20.1