diff options
| author | Enno Boland (tox) <tox@s01.de> | 2009-09-09 11:00:38 +0200 |
|---|---|---|
| committer | Enno Boland (tox) <tox@s01.de> | 2009-09-09 11:00:38 +0200 |
| commit | 504fc78c312c5bd85ab9bac271ed754c7352c8bc (patch) | |
| tree | a921e9ecf1c0bbbe4d9322677c95a66809068263 | |
| parent | a20d03fb150a6c0e81555a77cf52e1c039b5c9de (diff) | |
| download | surf-504fc78c312c5bd85ab9bac271ed754c7352c8bc.tar.gz surf-504fc78c312c5bd85ab9bac271ed754c7352c8bc.tar.bz2 surf-504fc78c312c5bd85ab9bac271ed754c7352c8bc.zip | |
small fix to work more proberly with tabbed.
| -rw-r--r-- | surf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |
