labwc/src/menu
John Lindgren 4f8b80700e tree-wide: do not try to use outputs with no scene_output
- check for valid scene_output in output_is_usable()
- change many "output != NULL" checks to use output_is_usable()
- remove one now-redundant separate check for valid scene_output

Fixes a crash at startup (with autoEnableOutputs=no) due to
dereferencing null scene_output in create_output_config() since:

7d7ece21d9
("output: suppress error when output position is unavailable")

Fixes: #3357
2026-02-04 21:05:16 +00:00
..
menu.c tree-wide: do not try to use outputs with no scene_output 2026-02-04 21:05:16 +00:00
meson.build Support a very simple root-menu 2020-10-19 22:14:17 +01:00