mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 15:37:00 -05:00
meta-window-group: Fix types typo
gboolean is a typedef for int, so it doesn't matter too much https://bugzilla.gnome.org/show_bug.cgi?id=660941
This commit is contained in:
parent
441287dc64
commit
1596d1af10
@ -186,7 +186,7 @@ meta_window_group_paint (ClutterActor *actor)
|
|||||||
if (META_IS_WINDOW_ACTOR (l->data))
|
if (META_IS_WINDOW_ACTOR (l->data))
|
||||||
{
|
{
|
||||||
MetaWindowActor *window_actor = l->data;
|
MetaWindowActor *window_actor = l->data;
|
||||||
gboolean x, y;
|
int x, y;
|
||||||
|
|
||||||
if (!actor_is_untransformed (CLUTTER_ACTOR (window_actor), &x, &y))
|
if (!actor_is_untransformed (CLUTTER_ACTOR (window_actor), &x, &y))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user