window-actor: Update the shape region when the surface actor changes size

This commit is contained in:
Jasper St. Pierre 2013-11-25 17:18:22 -05:00
parent 74e43a4702
commit d3bc7570d0

View File

@ -375,6 +375,7 @@ surface_allocation_changed_notify (ClutterActor *actor,
MetaWindowActor *self)
{
meta_window_actor_sync_actor_geometry (self, FALSE);
meta_window_actor_update_shape (self);
g_signal_emit (self, signals[SIZE_CHANGED], 0);
}