mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-05 09:36:28 +00:00
start handling monitors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <deque>
|
||||
|
||||
#include "defines.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
@@ -8,6 +9,7 @@
|
||||
#include "config/ConfigManager.hpp"
|
||||
#include "ManagerThread.hpp"
|
||||
#include "input/InputManager.hpp"
|
||||
#include "helpers/Monitor.hpp"
|
||||
|
||||
class CCompositor {
|
||||
public:
|
||||
@@ -36,7 +38,9 @@ public:
|
||||
|
||||
const char* m_szWLDisplaySocket;
|
||||
|
||||
void startCompositor();
|
||||
std::deque<SMonitor> m_vMonitors;
|
||||
|
||||
void startCompositor();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user