mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
@@ -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();
|
||||
|
Reference in New Issue
Block a user