small fix to work more proberly with tabbed.

This commit is contained in:
Enno Boland (tox) 2009-09-09 11:00:38 +02:00
parent a20d03fb15
commit 504fc78c31

1
surf.c
View file

@ -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);
}