17#ifndef UNITY_SHELL_APPLICATION_SURFACEMANAGERINTERFACE_H
18#define UNITY_SHELL_APPLICATION_SURFACEMANAGERINTERFACE_H
25namespace application {
27class MirSurfaceInterface;
41 void surfacesRaised(
const QVector<unity::shell::application::MirSurfaceInterface*> &surfaces);
42 void modificationsStarted();
43 void modificationsEnded();
Holds a Mir surface. Pretty much an opaque class.
Definition MirSurfaceInterface.h:42
Definition SurfaceManagerInterface.h:30
Top-level namespace for all things Unity-related.
Definition Version.h:38