shaped-texture: Indentation fix in update_area()

https://gitlab.gnome.org/GNOME/mutter/merge_requests/366
This commit is contained in:
Robert Mader 2018-12-22 18:31:51 +01:00
parent d52081bed4
commit 51e4fe7fef

View File

@ -882,10 +882,10 @@ meta_shaped_texture_is_obscured (MetaShapedTexture *stex)
*/
gboolean
meta_shaped_texture_update_area (MetaShapedTexture *stex,
int x,
int y,
int width,
int height)
int x,
int y,
int width,
int height)
{
cairo_region_t *unobscured_region;
cairo_rectangle_int_t clip;