Fix flower client.
authorKristian Høgsberg <krh@redhat.com>
Tue, 2 Jan 2001 04:44:10 +0000 (23:44 -0500)
committerKristian Høgsberg <krh@redhat.com>
Tue, 2 Jan 2001 04:44:10 +0000 (23:44 -0500)
flower.c

index 67fc334..3488ead 100644 (file)
--- a/flower.c
+++ b/flower.c
@@ -157,6 +157,9 @@ int main(int argc, char *argv[])
        source = wl_glib_source_new(display);
        g_source_attach(source, NULL);
 
+       /* Process connection events. */
+       wl_display_iterate(display, WL_DISPLAY_READABLE);
+
        flower.compositor = wl_display_get_compositor(display);
        flower.x = 512;
        flower.y = 384;