mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-19 13:41:42 +03:00
fix missing region32 copy in renderer
This commit is contained in:
parent
d09034ee2a
commit
9597ffdd32
@ -199,8 +199,9 @@ void Events::listener_monitorFrame(void* owner, void* data) {
|
||||
|
||||
// now, prep the damage, get the extended damage region
|
||||
wlr_region_expand(&damage, &damage, BLURRADIUS); // expand for proper blurring
|
||||
} else {
|
||||
pixman_region32_copy(&g_pHyprOpenGL->m_rOriginalDamageRegion, &damage);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// TODO: this is getting called with extents being 0,0,0,0 should it be?
|
||||
|
Loading…
Reference in New Issue
Block a user