window-actor: Simplify the unredirected check in cull_out
https://bugzilla.gnome.org/show_bug.cgi?id=720631
This commit is contained in:
parent
f6e58be4b0
commit
4cc842296e
@ -1738,10 +1738,10 @@ meta_window_actor_cull_out (MetaCullable *cullable,
|
|||||||
cairo_region_t *clip_region)
|
cairo_region_t *clip_region)
|
||||||
{
|
{
|
||||||
MetaWindowActor *self = META_WINDOW_ACTOR (cullable);
|
MetaWindowActor *self = META_WINDOW_ACTOR (cullable);
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (self->priv->screen);
|
MetaWindowActorPrivate *priv = self->priv;
|
||||||
|
|
||||||
/* Don't do any culling for the unredirected window */
|
/* Don't do any culling for the unredirected window */
|
||||||
if (self == info->unredirected_window)
|
if (priv->unredirected)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
meta_window_actor_set_unobscured_region (self, unobscured_region);
|
meta_window_actor_set_unobscured_region (self, unobscured_region);
|
||||||
|
Loading…
Reference in New Issue
Block a user