From 57b751b0c32d4c71e050ec2edaca5136fd6b7095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 1 Jan 2001 23:44:10 -0500 Subject: [PATCH] Fix flower client. --- flower.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flower.c b/flower.c index 67fc3347..3488ead4 100644 --- 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;