parent
ce3ba798df
commit
f044e4c951
66 changed files with 424 additions and 446 deletions
|
|
@ -11,14 +11,14 @@ class CMonitor;
|
|||
|
||||
class COutputPower {
|
||||
public:
|
||||
COutputPower(SP<CZwlrOutputPowerV1> resource_, CMonitor* pMonitor);
|
||||
COutputPower(SP<CZwlrOutputPowerV1> resource_, PHLMONITOR pMonitor);
|
||||
|
||||
bool good();
|
||||
|
||||
private:
|
||||
SP<CZwlrOutputPowerV1> resource;
|
||||
|
||||
CMonitor* pMonitor = nullptr;
|
||||
PHLMONITORREF pMonitor;
|
||||
|
||||
struct {
|
||||
CHyprSignalListener monitorDestroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue