mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -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:
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| resize-indicator.c | ||
| ssd-border.c | ||
| ssd-button.c | ||
| ssd-extents.c | ||
| ssd-shadow.c | ||
| ssd-titlebar.c | ||
| ssd.c | ||