fix new blur optimizations with non-full damage

This commit is contained in:
vaxerski 2022-08-01 20:18:26 +02:00
parent e794de1f4d
commit 024752bbe3
3 changed files with 22 additions and 0 deletions

View file

@ -153,6 +153,8 @@ void Events::listener_monitorFrame(void* owner, void* data) {
return;
}
g_pHyprOpenGL->preRender(PMONITOR);
if (!wlr_output_damage_attach_render(PMONITOR->damage, &hasChanged, &damage)){
Debug::log(ERR, "Couldn't attach render to display %s ???", PMONITOR->szName.c_str());
return;