move monitor damage to separate funcs
This commit is contained in:
parent
48c9e9d83d
commit
a9e34cba93
3 changed files with 14 additions and 4 deletions
|
|
@ -55,6 +55,8 @@ public:
|
|||
// methods
|
||||
void onConnect(bool noRule);
|
||||
void onDisconnect();
|
||||
void addDamage(pixman_region32_t* rg);
|
||||
void addDamage(wlr_box* box);
|
||||
|
||||
std::shared_ptr<CMonitor>* m_pThisWrap = nullptr;
|
||||
bool m_bEnabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue