mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-09 05:28:01 +02:00
NUKE
This commit is contained in:
parent
fc4d5c00a4
commit
680b19b833
1 changed files with 1 additions and 3 deletions
|
|
@ -169,10 +169,8 @@ void CHyprpicker::recheckACK() {
|
|||
|
||||
void CHyprpicker::markDirty() {
|
||||
for (auto& ls : m_vLayerSurfaces) {
|
||||
if (ls->frameCallback) {
|
||||
ls->forceRerender = true;
|
||||
if (ls->frameCallback)
|
||||
continue;
|
||||
}
|
||||
|
||||
ls->markDirty();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue