mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
set unique surface_ pointer for all source types
This commit is contained in:
4
Source.h
4
Source.h
@@ -169,6 +169,9 @@ protected:
|
||||
// blendingshader provides mixing controls
|
||||
ImageShader *blendingshader_;
|
||||
|
||||
// surface to draw on
|
||||
Surface *surface_;
|
||||
|
||||
// mode for display
|
||||
Mode mode_;
|
||||
|
||||
@@ -215,7 +218,6 @@ protected:
|
||||
|
||||
void init() override;
|
||||
void replaceRenderingShader() override;
|
||||
Surface *clonesurface_;
|
||||
Source *origin_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user