mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -07:00
internal: Window storage rework - part 1 (#5762)
* Window storage rework - part 1 * format * remove useless include * fix pch * format * fix crash in dwindle * fix vram leak * prefer .expired() for bool checks
This commit is contained in:
@@ -118,7 +118,7 @@ class CMonitor {
|
||||
std::vector<CMonitor*> mirrors;
|
||||
|
||||
// for tearing
|
||||
CWindow* solitaryClient = nullptr;
|
||||
PHLWINDOWREF solitaryClient;
|
||||
|
||||
struct {
|
||||
bool canTear = false;
|
||||
|
Reference in New Issue
Block a user