mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
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:
parent
6db9a0d77e
commit
9d7d25e9ee
@ -141,12 +141,6 @@ struct _ClutterFrameInfo
|
|||||||
int64_t cpu_time_before_buffer_swap_us;
|
int64_t cpu_time_before_buffer_swap_us;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _ClutterCapture
|
|
||||||
{
|
|
||||||
cairo_surface_t *image;
|
|
||||||
MtkRectangle rect;
|
|
||||||
} ClutterCapture;
|
|
||||||
|
|
||||||
CLUTTER_EXPORT
|
CLUTTER_EXPORT
|
||||||
GType clutter_perspective_get_type (void) G_GNUC_CONST;
|
GType clutter_perspective_get_type (void) G_GNUC_CONST;
|
||||||
CLUTTER_EXPORT
|
CLUTTER_EXPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user