1
0
Fork 0

clutter/stage: Remove no longer used struct

Drops a cairo usage

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3486>
This commit is contained in:
Bilal Elmoussaoui 2024-01-04 09:02:29 +01:00 committed by Marge Bot
parent 6db9a0d77e
commit 9d7d25e9ee

View file

@ -141,12 +141,6 @@ struct _ClutterFrameInfo
int64_t cpu_time_before_buffer_swap_us;
};
typedef struct _ClutterCapture
{
cairo_surface_t *image;
MtkRectangle rect;
} ClutterCapture;
CLUTTER_EXPORT
GType clutter_perspective_get_type (void) G_GNUC_CONST;
CLUTTER_EXPORT