shaped-texture: Fix a typo in a comment
This commit is contained in:
parent
c15b3b4a09
commit
6526118d9f
@ -463,7 +463,7 @@ meta_shaped_texture_paint (ClutterActor *actor)
|
|||||||
|
|
||||||
if (blended_region != NULL)
|
if (blended_region != NULL)
|
||||||
{
|
{
|
||||||
/* 1) blended_region is NULL and not empty. Paint the rectangles. */
|
/* 1) blended_region is not empty. Paint the rectangles. */
|
||||||
int i;
|
int i;
|
||||||
int n_rects = cairo_region_num_rectangles (blended_region);
|
int n_rects = cairo_region_num_rectangles (blended_region);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user