mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 13:41:59 -07:00
fix preWindowPass with floating as first
This commit is contained in:
@@ -711,9 +711,6 @@ void CHyprRenderer::damageMonitor(CMonitor* pMonitor) {
|
||||
wlr_box damageBox = {0, 0, pMonitor->vecPixelSize.x, pMonitor->vecPixelSize.y};
|
||||
wlr_output_damage_add_box(pMonitor->damage, &damageBox);
|
||||
|
||||
// TODO: this should NOT be required here.
|
||||
g_pHyprOpenGL->markBlurDirtyForMonitor(pMonitor);
|
||||
|
||||
static auto *const PLOGDAMAGE = &g_pConfigManager->getConfigValuePtr("debug:log_damage")->intValue;
|
||||
|
||||
if (*PLOGDAMAGE)
|
||||
|
Reference in New Issue
Block a user