Avoid connected monitor reusing unavailable ID (#2731)
This commit is contained in:
parent
4537860079
commit
d2eb4fee76
2 changed files with 5 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue