fix possible segfault by realloc
This commit is contained in:
parent
3970b43ea2
commit
91d68513de
4 changed files with 27 additions and 8 deletions
|
|
@ -28,7 +28,7 @@ public:
|
|||
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);
|
||||
bool applyMonitorRule(SMonitor*, SMonitorRule*, bool force = false);
|
||||
bool shouldRenderWindow(CWindow*, SMonitor*);
|
||||
bool shouldRenderWindow(CWindow*);
|
||||
void ensureCursorRenderingMode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue