mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-21 18:25:58 +01:00
parent
c347d8ad9b
commit
44859f8777
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ void COverview::redrawID(int id, bool forcelowres) {
|
||||||
if (image.fb.m_vSize != monbox.size()) {
|
if (image.fb.m_vSize != monbox.size()) {
|
||||||
image.fb.release();
|
image.fb.release();
|
||||||
image.fb.alloc(monbox.w, monbox.h, pMonitor->output->state->state().drmFormat);
|
image.fb.alloc(monbox.w, monbox.h, pMonitor->output->state->state().drmFormat);
|
||||||
image.fb.addStencil(nullptr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
CRegion fakeDamage{0, 0, INT16_MAX, INT16_MAX};
|
CRegion fakeDamage{0, 0, INT16_MAX, INT16_MAX};
|
||||||
|
|
Loading…
Reference in a new issue