set unique surface_ pointer for all source types

This commit is contained in:
brunoherbelin
2020-11-12 18:38:51 +01:00
parent d33ff427b5
commit 7c5374552d
7 changed files with 24 additions and 26 deletions

View File

@@ -34,7 +34,6 @@ protected:
void replaceRenderingShader() override;
static void loadSession(const std::string& filename, SessionSource *source);
Surface *sessionsurface_;
std::string path_;
Session *session_;
@@ -62,7 +61,6 @@ protected:
void init() override;
void replaceRenderingShader() override;
Surface *sessionsurface_;
Session *session_;
};