aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/helpers/Monitor.hpp
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-10-26 02:06:13 +0100
committerVaxry <[email protected]>2024-10-26 02:06:13 +0100
commitd5689bb53935ff1adbbfc9fdf5b1f542ce39efb2 (patch)
tree9df10d93160b5f6dc8c087d56b6face18809b56a /src/helpers/Monitor.hpp
parente5384774a8258e44cc7f7b690ce4f6ad1f92b562 (diff)
downloadHyprland-d5689bb53935ff1adbbfc9fdf5b1f542ce39efb2.tar.gz
Hyprland-d5689bb53935ff1adbbfc9fdf5b1f542ce39efb2.zip
internal: cleanup CMonitor usage and fix a few ref hogs
ref #8221
Diffstat (limited to 'src/helpers/Monitor.hpp')
-rw-r--r--src/helpers/Monitor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/Monitor.hpp b/src/helpers/Monitor.hpp
index f3d6d647..dce44b4a 100644
--- a/src/helpers/Monitor.hpp
+++ b/src/helpers/Monitor.hpp
@@ -125,7 +125,7 @@ class CMonitor {
SP<CSyncTimeline> outTimeline;
uint64_t commitSeq = 0;
- WP<CMonitor> self;
+ PHLMONITORREF self;
// mirroring
PHLMONITORREF pMirrorOf;