shaped-texture: Clean up code flow a bit

This is easier for me to read.
This commit is contained in:
Jasper St. Pierre 2014-02-05 13:39:47 -05:00
parent 67560db7b8
commit 7a33fa6817

View File

@ -602,19 +602,18 @@ meta_shaped_texture_update_area (MetaShapedTexture *stex,
cairo_region_get_extents (intersection, &damage_rect);
clutter_actor_queue_redraw_with_clip (CLUTTER_ACTOR (stex), &damage_rect);
cairo_region_destroy (intersection);
return TRUE;
}
cairo_region_destroy (intersection);
return FALSE;
}
else
{
clutter_actor_queue_redraw_with_clip (CLUTTER_ACTOR (stex), &clip);
return TRUE;
}
}
static void
set_cogl_texture (MetaShapedTexture *stex,