optimization: dont damage entire window on border anim
This commit is contained in:
parent
8369f2980a
commit
77d37cd72a
6 changed files with 56 additions and 13 deletions
|
|
@ -26,6 +26,7 @@ public:
|
|||
void damageSurface(wlr_surface*, double, double);
|
||||
void damageWindow(CWindow*);
|
||||
void damageBox(wlr_box*);
|
||||
void damageBox(const int& x, const int& y, const int& w, const int& h);
|
||||
void damageMonitor(SMonitor*);
|
||||
void applyMonitorRule(SMonitor*, SMonitorRule*, bool force = false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue