shaped-texture: Constify clip

This matches upstream
This commit is contained in:
Jasper St. Pierre 2014-02-05 14:10:49 -05:00
parent a6539463be
commit 71efbf0330

View File

@ -621,7 +621,7 @@ meta_shaped_texture_update_area (MetaShapedTexture *stex,
cairo_region_t *unobscured_region)
{
MetaShapedTexturePrivate *priv;
cairo_rectangle_int_t clip = { x, y, width, height };
const cairo_rectangle_int_t clip = { x, y, width, height };
priv = stex->priv;