Use default black background if no wallpaper is specified

Fixes: https://github.com/SirCmpwn/sway/issues/865
This commit is contained in:
James Murphy 2016-08-20 16:01:48 +00:00
parent f99992a8ae
commit 4c32212ada
2 changed files with 30 additions and 21 deletions

View file

@ -247,6 +247,9 @@ struct sway_config {
int32_t floating_maximum_height;
int32_t floating_minimum_width;
int32_t floating_minimum_height;
char *default_background;
char *default_background_option;
};
/**