mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
meta-window-group: Fix compile warning
This commit is contained in:
parent
b0cf0b2442
commit
c2af13cf31
@ -155,7 +155,7 @@ meta_window_group_paint (ClutterActor *actor)
|
||||
if (!CLUTTER_ACTOR_IS_VISIBLE (child))
|
||||
continue;
|
||||
|
||||
if (child == info->unredirected_window)
|
||||
if (META_WINDOW_ACTOR (child) == info->unredirected_window)
|
||||
continue;
|
||||
|
||||
/* If an actor has effects applied, then that can change the area
|
||||
|
Loading…
Reference in New Issue
Block a user