mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
wayland: Call assigned() surface role vfunc when re-assigned
This will later be used by xdg-shell to ensure no buffer is attached on assignment. https://bugzilla.gnome.org/show_bug.cgi?id=769936
This commit is contained in:
parent
817911d9d3
commit
a5efa30f6c
@ -280,6 +280,8 @@ meta_wayland_surface_assign_role (MetaWaylandSurface *surface,
|
||||
first_property_name, var_args);
|
||||
va_end (var_args);
|
||||
|
||||
meta_wayland_surface_role_assigned (surface->role);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user