some events
This commit is contained in:
parent
a4ef84d987
commit
6e1819b3dc
5 changed files with 138 additions and 18 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "../defines.hpp"
|
||||
#include <deque>
|
||||
#include "WLClasses.hpp"
|
||||
|
||||
struct SMonitor {
|
||||
Vector2D vecPosition = Vector2D(0,0);
|
||||
|
|
@ -14,4 +16,12 @@ struct SMonitor {
|
|||
|
||||
Vector2D vecReservedTopLeft = Vector2D(0,0);
|
||||
Vector2D vecReservedBottomRight = Vector2D(0,0);
|
||||
|
||||
// WLR stuff
|
||||
wlr_output* output = nullptr;
|
||||
|
||||
std::deque<SLayerSurface> m_dLayerSurfaces;
|
||||
|
||||
DYNLISTENER(monitorFrame);
|
||||
DYNLISTENER(monitorDestroy);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue