diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c index 9d0005aec..9f96d6718 100644 --- a/src/compositor/meta-shaped-texture.c +++ b/src/compositor/meta-shaped-texture.c @@ -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;