parent
ce3ba798df
commit
f044e4c951
66 changed files with 424 additions and 446 deletions
|
|
@ -54,7 +54,7 @@ class CMonitorState {
|
|||
private:
|
||||
void ensureBufferPresent();
|
||||
|
||||
CMonitor* m_pOwner;
|
||||
CMonitor* m_pOwner = nullptr;
|
||||
};
|
||||
|
||||
class CMonitor {
|
||||
|
|
@ -128,8 +128,8 @@ class CMonitor {
|
|||
WP<CMonitor> self;
|
||||
|
||||
// mirroring
|
||||
CMonitor* pMirrorOf = nullptr;
|
||||
std::vector<CMonitor*> mirrors;
|
||||
PHLMONITORREF pMirrorOf;
|
||||
std::vector<PHLMONITORREF> mirrors;
|
||||
|
||||
// ctm
|
||||
Mat3x3 ctm = Mat3x3::identity();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue