From 335cd8e74c85e7302b0341edc6f9318e05352906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 28 Jun 2016 11:55:54 +0800 Subject: [PATCH] MetaWaylandSurface: Move 'destroying' field It is not related to the gtk_surface extension, so move it to other generic fields. https://bugzilla.gnome.org/show_bug.cgi?id=769936 --- src/wayland/meta-wayland-surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/meta-wayland-surface.h b/src/wayland/meta-wayland-surface.h index 967b56fb8..56e71db4a 100644 --- a/src/wayland/meta-wayland-surface.h +++ b/src/wayland/meta-wayland-surface.h @@ -174,6 +174,7 @@ struct _MetaWaylandSurface int32_t offset_x, offset_y; GList *subsurfaces; GHashTable *outputs_to_destroy_notify_id; + gboolean destroying; /* Buffer reference state. */ struct { @@ -207,7 +208,6 @@ struct _MetaWaylandSurface /* gtk_surface stuff */ gboolean is_modal; - gboolean destroying; /* wl_subsurface stuff. */ struct {