From e33c58297da0af93f8b252673922829ac6543b37 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 11 Jun 2014 12:34:44 -0400 Subject: [PATCH] wayland-surface: Subsurfaces start out in synchronous mode --- src/wayland/meta-wayland-surface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index e80542ead..15bd7e990 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -1677,6 +1677,7 @@ wl_subcompositor_get_subsurface (struct wl_client *client, } pending_state_init (&surface->sub.pending); + surface->sub.synchronous = TRUE; surface->sub.parent = parent; surface->sub.parent_destroy_listener.notify = surface_handle_parent_surface_destroyed; wl_resource_add_destroy_listener (parent->resource, &surface->sub.parent_destroy_listener);