aboutsummaryrefslogtreecommitdiffstats
path: root/include/background-image.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/background-image.h')
-rw-r--r--include/background-image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/background-image.h b/include/background-image.h
index 5ecd4c53..67c27c84 100644
--- a/include/background-image.h
+++ b/include/background-image.h
@@ -2,6 +2,6 @@
2#define _SWAY_BACKGROUND_IMAGE_H 2#define _SWAY_BACKGROUND_IMAGE_H
3#include <cairo.h> 3#include <cairo.h>
4 4
5cairo_surface_t *load_background_image(const char *path); 5cairo_surface_t *load_image(const char *path);
6 6
7#endif 7#endif