aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.hpp
diff options
context:
space:
mode:
authorTuur Vanhoutte <[email protected]>2023-07-18 12:12:05 +0200
committerGitHub <[email protected]>2023-07-18 12:12:05 +0200
commitd2eb4fee76f8e8158f34c38647ced42fbe25ef0d (patch)
treec3b7065c0da4b492f79cac96d6b07dbd046ace85 /src/Compositor.hpp
parent45378600793c61356b557d5aa4bbb8ce351f9d41 (diff)
downloadHyprland-d2eb4fee76f8e8158f34c38647ced42fbe25ef0d.tar.gz
Hyprland-d2eb4fee76f8e8158f34c38647ced42fbe25ef0d.zip
Avoid connected monitor reusing unavailable ID (#2731)
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r--src/Compositor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp
index 3f7cfac8..cfd1e3d4 100644
--- a/src/Compositor.hpp
+++ b/src/Compositor.hpp
@@ -102,7 +102,7 @@ class CCompositor {
std::vector<CWindow*> m_vWindowsFadingOut;
std::vector<SLayerSurface*> m_vSurfacesFadingOut;
- std::unordered_map<std::string, int64_t> m_mMonitorIDMap;
+ std::unordered_map<std::string, uint64_t> m_mMonitorIDMap;
void initServer();
void startCompositor();