19 #ifndef MIR_COMPOSITOR_COMPOSITOR_H_
20 #define MIR_COMPOSITOR_COMPOSITOR_H_
32 virtual void start() = 0;
33 virtual void stop() = 0;
44 #endif // MIR_COMPOSITOR_COMPOSITOR_H_
Compositor & operator=(Compositor const &)=delete
virtual ~Compositor()
Definition: compositor.h:30
Definition: compositor.h:27