mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
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:
parent
c73d3d9d83
commit
335cd8e74c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user