added borders
This commit is contained in:
parent
61e10e2048
commit
9e735ad2f5
5 changed files with 46 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "../defines.hpp"
|
||||
#include <list>
|
||||
#include "../helpers/Monitor.hpp"
|
||||
#include "../Window.hpp"
|
||||
|
||||
class CHyprRenderer {
|
||||
public:
|
||||
|
|
@ -13,6 +14,7 @@ public:
|
|||
|
||||
private:
|
||||
void arrangeLayerArray(SMonitor*, const std::list<SLayerSurface*>&);
|
||||
void drawBorderForWindow(CWindow*, SMonitor*);
|
||||
};
|
||||
|
||||
inline std::unique_ptr<CHyprRenderer> g_pHyprRenderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue