renderer: don't set enabled in applyMonitorRule

This commit is contained in:
vaxerski 2023-09-03 12:43:53 +02:00
parent 00bee91bbc
commit 423b129b24

View File

@ -1886,8 +1886,6 @@ bool CHyprRenderer::applyMonitorRule(CMonitor* pMonitor, SMonitorRule* pMonitorR
pMonitor->vecPixelSize = Vector2D(transformedBox.width, transformedBox.height);
}
wlr_output_enable(pMonitor->output, 1);
// update renderer (here because it will call rollback, so we cannot do this before committing)
g_pHyprOpenGL->destroyMonitorResources(pMonitor);