changeset: 76:c41eab3c3c44
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Wed Sep 09 11:00:38 2009 +0200
files: surf.c
description:
small fix to work more proberly with tabbed.
diff -r f2aec6f3dbb3 -r c41eab3c3c44 surf.c
--- a/surf.c Tue Sep 08 00:00:43 2009 +0200
+++ b/surf.c Wed Sep 09 11:00:38 2009 +0200
@@ -445,6 +445,7 @@
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);
}
Received on Wed Sep 09 2009 - 08:59:20 UTC
This archive was generated by hypermail 2.2.0 : Wed Sep 09 2009 - 09:00:06 UTC