mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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)
|
||||
{
|
||||
/* 1) blended_region is NULL and not empty. Paint the rectangles. */
|
||||
/* 1) blended_region is not empty. Paint the rectangles. */
|
||||
int i;
|
||||
int n_rects = cairo_region_num_rectangles (blended_region);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user