mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-04 06:01:56 -07:00
prevent assert killing Hyprland after reenabling monitor
This commit is contained in:
@@ -65,6 +65,8 @@ void CMonitor::onConnect(bool noRule) {
|
||||
}
|
||||
|
||||
if (!m_bRenderingInitPassed) {
|
||||
output->allocator = NULL;
|
||||
output->renderer = NULL;
|
||||
wlr_output_init_render(output, g_pCompositor->m_sWLRAllocator, g_pCompositor->m_sWLRRenderer);
|
||||
m_bRenderingInitPassed = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user