Improving rendering of TransitionView

This commit is contained in:
brunoherbelin
2020-07-08 08:52:11 +02:00
parent 09e864bf7c
commit 9320ba6743
10 changed files with 23 additions and 16 deletions

3
View.h
View File

@@ -167,7 +167,8 @@ public:
private:
class Surface *output_surface_;
class Mesh *mark_half_;
class Mesh *mark_;
Switch *gradient_;
SessionSource *transition_source_;
};