mirror of
https://github.com/vale981/Hyprland
synced 2025-03-11 21:26:40 -04:00
14 lines
216 B
C++
14 lines
216 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include "../defines.hpp"
|
||
|
|
||
|
class CHyprRenderer {
|
||
|
public:
|
||
|
|
||
|
void renderAllClientsForMonitor(const int&, timespec*);
|
||
|
|
||
|
private:
|
||
|
};
|
||
|
|
||
|
inline std::unique_ptr<CHyprRenderer> g_pHyprRenderer;
|