mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
shaped-texture: Remove bad comment
We do not assume ownership of the clip region anymore.
This commit is contained in:
parent
9816659fa9
commit
5b0f0d9e5b
@ -947,8 +947,8 @@ meta_shaped_texture_set_input_shape_region (MetaShapedTexture *stex,
|
|||||||
/**
|
/**
|
||||||
* meta_shaped_texture_set_clip_region:
|
* meta_shaped_texture_set_clip_region:
|
||||||
* @stex: a #MetaShapedTexture
|
* @stex: a #MetaShapedTexture
|
||||||
* @clip_region: (transfer full): the region of the texture that
|
* @clip_region: the region of the texture that is visible and
|
||||||
* is visible and should be painted.
|
* should be painted.
|
||||||
*
|
*
|
||||||
* Provides a hint to the texture about what areas of the texture
|
* Provides a hint to the texture about what areas of the texture
|
||||||
* are not completely obscured and thus need to be painted. This
|
* are not completely obscured and thus need to be painted. This
|
||||||
|
@ -81,7 +81,6 @@ void meta_shaped_texture_set_mask_texture (MetaShapedTexture *stex,
|
|||||||
void meta_shaped_texture_set_input_shape_region (MetaShapedTexture *stex,
|
void meta_shaped_texture_set_input_shape_region (MetaShapedTexture *stex,
|
||||||
cairo_region_t *shape_region);
|
cairo_region_t *shape_region);
|
||||||
|
|
||||||
/* Assumes ownership of clip_region */
|
|
||||||
void meta_shaped_texture_set_clip_region (MetaShapedTexture *stex,
|
void meta_shaped_texture_set_clip_region (MetaShapedTexture *stex,
|
||||||
cairo_region_t *clip_region);
|
cairo_region_t *clip_region);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user