mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
shaped-texture: Constify clip
This matches upstream
This commit is contained in:
parent
a6539463be
commit
71efbf0330
@ -621,7 +621,7 @@ meta_shaped_texture_update_area (MetaShapedTexture *stex,
|
|||||||
cairo_region_t *unobscured_region)
|
cairo_region_t *unobscured_region)
|
||||||
{
|
{
|
||||||
MetaShapedTexturePrivate *priv;
|
MetaShapedTexturePrivate *priv;
|
||||||
cairo_rectangle_int_t clip = { x, y, width, height };
|
const cairo_rectangle_int_t clip = { x, y, width, height };
|
||||||
|
|
||||||
priv = stex->priv;
|
priv = stex->priv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user