monitor desc support (#2670)

* monitor desc

* monitor desc
This commit is contained in:
MightyPlaza
2023-07-09 21:10:35 +00:00
committed by GitHub
parent b99ac063ea
commit d9f7f039e1
3 changed files with 17 additions and 3 deletions

View File

@@ -28,8 +28,7 @@
#include "hyprerror/HyprError.hpp"
#include "plugins/PluginSystem.hpp"
enum eManagersInitStage
{
enum eManagersInitStage {
STAGE_PRIORITY = 0,
STAGE_LATE
};
@@ -125,6 +124,7 @@ class CCompositor {
CMonitor* getMonitorFromID(const int&);
CMonitor* getMonitorFromName(const std::string&);
CMonitor* getMonitorFromDesc(const std::string&);
CMonitor* getMonitorFromCursor();
CMonitor* getMonitorFromVector(const Vector2D&);
void removeWindowFromVectorSafe(CWindow*);