work in progress: implementation of stash in MixingView

This commit is contained in:
brunoherbelin
2020-09-30 12:01:40 +02:00
parent 1bada746dc
commit c777a3d153
17 changed files with 142 additions and 80 deletions

4
View.h
View File

@@ -7,6 +7,8 @@
#include "FrameBuffer.h"
class Source;
typedef std::list<Source *> SourceList;
class SessionSource;
class Surface;
@@ -117,8 +119,6 @@ private:
class Disk *stashCircle_;
class Mesh *mixingCircle_;
// SourceList shash_;
};
class RenderView : public View