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

@@ -34,7 +34,7 @@
#include "clutter-private.h"
#include "clutter-stage-private.h"
#include "clutter-stage-view.h"
#include "cogl/clutter-stage-cogl.h"
#include "clutter-stage-view-private.h"
#include "clutter/x11/clutter-backend-x11.h"
CLUTTER_EXPORT