mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
window-group: Skip the unredirected window
We shouldn't need to process it here. https://bugzilla.gnome.org/show_bug.cgi?id=677116
This commit is contained in:
parent
dfe8979a90
commit
fbcddbcf3e
@ -246,6 +246,9 @@ meta_window_group_paint (ClutterActor *actor)
|
|||||||
if (!CLUTTER_ACTOR_IS_VISIBLE (l->data))
|
if (!CLUTTER_ACTOR_IS_VISIBLE (l->data))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (l->data == info->unredirected_window)
|
||||||
|
continue;
|
||||||
|
|
||||||
/* If an actor has effects applied, then that can change the area
|
/* If an actor has effects applied, then that can change the area
|
||||||
* it paints and the opacity, so we no longer can figure out what
|
* it paints and the opacity, so we no longer can figure out what
|
||||||
* portion of the actor is obscured and what portion of the screen
|
* portion of the actor is obscured and what portion of the screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user