1
0
Fork 0

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:
Jonas Ådahl 2016-07-01 15:30:21 +08:00
parent 817911d9d3
commit a5efa30f6c

View file

@ -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;
}
}