1
0
Fork 0

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
This commit is contained in:
Jonas Ådahl 2016-06-28 11:55:54 +08:00
parent c73d3d9d83
commit 335cd8e74c

View file

@ -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 {