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