clutter: Replace cairo_rectangle_int_t with MtkRectangle

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128>
This commit is contained in:
Bilal Elmoussaoui
2023-07-19 16:31:26 +02:00
parent 7ee5b0c3e6
commit 06b5cb0761
18 changed files with 187 additions and 180 deletions

View File

@@ -122,8 +122,8 @@ clutter_content_iface_init (ClutterContentInterface *iface)
* Use [method@GObject.Object.unref] when done.
*/
ClutterContent *
clutter_texture_content_new_from_texture (CoglTexture *texture,
cairo_rectangle_int_t *clip)
clutter_texture_content_new_from_texture (CoglTexture *texture,
MtkRectangle *clip)
{
ClutterTextureContent *texture_content;
CoglContext *cogl_context =