events: guard output in change

This commit is contained in:
vaxerski 2023-03-15 17:01:20 +00:00
parent 25d3d73dbf
commit f5669a7d6b
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ void Events::listener_change(wl_listener* listener, void* data) {
const auto CONFIG = wlr_output_configuration_v1_create();
for (auto& m : g_pCompositor->m_vMonitors) {
if (!m->output)
continue;
const auto CONFIGHEAD = wlr_output_configuration_head_v1_create(CONFIG, m->output);
// TODO: clients off of disabled