New Glyph decoration to show initials of source

This commit is contained in:
Bruno Herbelin
2022-01-03 15:41:08 +01:00
parent 2718e83132
commit 353d2c4744
5 changed files with 108 additions and 76 deletions

View File

@@ -35,6 +35,7 @@ class FrameBufferSurface;
class Frame;
class Handles;
class Symbol;
class Glyph;
class CloneSource;
class MixingGroup;
@@ -303,6 +304,7 @@ protected:
Handles *lock_, *unlock_;
Switch *locker_;
Symbol *symbol_;
Glyph *initial_0_, *initial_1_;
// update
bool active_;