shaped-texture: Indentation fix in update_area()
https://gitlab.gnome.org/GNOME/mutter/merge_requests/366
This commit is contained in:
parent
d52081bed4
commit
51e4fe7fef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user