mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-01-15 16:19:47 +01:00
expo: chase hyprland
I've opted to remove the optional parameters, since they match the defaults, so unless there is a specific reason for explicitly setting them this is easier
This commit is contained in:
parent
920af33577
commit
b6b31113ce
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ void COverview::fullRender() {
|
||||||
texbox.scale(pMonitor->scale).translate(pos.value());
|
texbox.scale(pMonitor->scale).translate(pos.value());
|
||||||
texbox.round();
|
texbox.round();
|
||||||
CRegion damage{0, 0, INT16_MAX, INT16_MAX};
|
CRegion damage{0, 0, INT16_MAX, INT16_MAX};
|
||||||
g_pHyprOpenGL->renderTextureInternalWithDamage(images[x + y * SIDE_LENGTH].fb.getTexture(), &texbox, 1.0, damage, 0, false, false, false, false, nullptr, 0);
|
g_pHyprOpenGL->renderTextureInternalWithDamage(images[x + y * SIDE_LENGTH].fb.getTexture(), &texbox, 1.0, damage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue