mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Replace ClutterGeometry by graphene_rect_t
The last of the replacements. It is fine for now to replace ClutterGeometry's integers by floats. https://gitlab.gnome.org/GNOME/mutter/merge_requests/458
This commit is contained in:
@ -1095,7 +1095,7 @@ meta_shaped_texture_set_transform (MetaShapedTexture *stex,
|
||||
|
||||
void
|
||||
meta_shaped_texture_set_viewport_src_rect (MetaShapedTexture *stex,
|
||||
graphene_rect_t *src_rect)
|
||||
graphene_rect_t *src_rect)
|
||||
{
|
||||
if (!stex->has_viewport_src_rect ||
|
||||
stex->viewport_src_rect.origin.x != src_rect->origin.x ||
|
||||
|
Reference in New Issue
Block a user