mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -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 | ||