desktop-shell: Only use default background if no background color is set
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 22 Apr 2014 05:54:37 +0000 (22:54 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 22 Apr 2014 05:54:37 +0000 (22:54 -0700)
commit4c3661fd7bd6a9970a9cc6b7f9573b8617401bd8
tree3784f28199040dfbbc636729ff65682a4c8dab5e
parent1679f232e541489eedd94774bcfaec9752fdea64
desktop-shell: Only use default background if no background color is set

Previously we would only use the set background color if the
background-image value was explicitly set to empty or a non-existing
image.  With this change, we only load the default background image
if there's no configure background image or background color.  In case
of both an image and a color, the image takes precedence as before.
clients/desktop-shell.c