mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05: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))
|
||||
continue;
|
||||
|
||||
if (l->data == info->unredirected_window)
|
||||
continue;
|
||||
|
||||
/* 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
|
||||
* portion of the actor is obscured and what portion of the screen
|
||||
|
Loading…
Reference in New Issue
Block a user