Revert "window-actor: Ensure we always have a valid shape_region"
This reverts commit 07273a075d
.
This commit is contained in:
parent
e48c3dac87
commit
d48df249c9
@ -155,8 +155,6 @@ static gboolean meta_window_actor_get_paint_volume (ClutterActor *actor,
|
||||
static void meta_window_actor_detach (MetaWindowActor *self);
|
||||
static gboolean meta_window_actor_has_shadow (MetaWindowActor *self);
|
||||
|
||||
static void check_needs_reshape (MetaWindowActor *self);
|
||||
|
||||
G_DEFINE_TYPE (MetaWindowActor, meta_window_actor, CLUTTER_TYPE_GROUP);
|
||||
|
||||
static void
|
||||
@ -361,10 +359,7 @@ meta_window_actor_constructed (GObject *object)
|
||||
}
|
||||
|
||||
meta_window_actor_update_opacity (self);
|
||||
|
||||
/* Force a reshape to ensure that we always have a set shape_region. */
|
||||
meta_window_actor_update_shape (self);
|
||||
check_needs_reshape (self);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user