aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-08 07:10:17 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-08 07:10:17 -0500
commit155f5d2d3e054233875123efcdfb288c3bda3ff1 (patch)
tree0a925ec696678e937e012d18b30581b19f8bcb81 /swaybg
parentMerge pull request #296 from progandy/pixbuf (diff)
downloadsway-155f5d2d3e054233875123efcdfb288c3bda3ff1.tar.gz
sway-155f5d2d3e054233875123efcdfb288c3bda3ff1.tar.zst
sway-155f5d2d3e054233875123efcdfb288c3bda3ff1.zip
Style enforcement
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybg/main.c b/swaybg/main.c
index 4a03f4a4..f21d9e05 100644
--- a/swaybg/main.c
+++ b/swaybg/main.c
@@ -167,7 +167,7 @@ int main(int argc, const char **argv) {
167 if (!pixbuf) { 167 if (!pixbuf) {
168 sway_abort("Failed to load background image."); 168 sway_abort("Failed to load background image.");
169 } 169 }
170 cairo_surface_t *image=__gdk_cairo_image_surface_create_from_pixbuf(pixbuf); 170 cairo_surface_t *image = __gdk_cairo_image_surface_create_from_pixbuf(pixbuf);
171 g_object_unref(pixbuf); 171 g_object_unref(pixbuf);
172 if (!image) { 172 if (!image) {
173 sway_abort("Failed to read background image."); 173 sway_abort("Failed to read background image.");