mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
- 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:
|
||
|---|---|---|
| .. | ||
| menu.c | ||
| meson.build | ||