mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
currently, the output background command handler prematurely returns with an error if the background file cannot be accessed. It should only error if user did not provide fallback color. closes #8556 Changes - Introduce variables to avoid uneccessary writing on output members - Log a debug message when fallback is being used over inaccessible file - Always parse the background color and swaynag warn if it is incorrect - when updating output member variables, free previous values - add cleanup label and goto it if `strdup` fails - Move output->member initializations to before parsing fallback, Also free and init output->background as well |
||
|---|---|---|
| .. | ||
| adaptive_sync.c | ||
| allow_tearing.c | ||
| background.c | ||
| color_profile.c | ||
| disable.c | ||
| dpms.c | ||
| enable.c | ||
| max_render_time.c | ||
| mode.c | ||
| position.c | ||
| power.c | ||
| render_bit_depth.c | ||
| scale.c | ||
| scale_filter.c | ||
| subpixel.c | ||
| toggle.c | ||
| transform.c | ||
| unplug.c | ||