mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
New Glyph decoration to show initials of source
This commit is contained in:
2
Source.h
2
Source.h
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user