clutter: Make ClutterStageView API public to mutter

All subclasses and stage implementations will come from src/backends,
so this internal API must be accessible there.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1862>
This commit is contained in:
Carlos Garnacho
2021-05-10 16:16:15 +02:00
parent 5beba8b99b
commit dd9d40aedb
5 changed files with 13 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ void _clutter_stage_window_redraw_view (ClutterStageWin
ClutterStageView *view,
ClutterFrame *frame);
CLUTTER_EXPORT
gboolean _clutter_stage_window_can_clip_redraws (ClutterStageWindow *window);
GList * _clutter_stage_window_get_views (ClutterStageWindow *window);