aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 @@
#define _SWAY_BACKGROUND_IMAGE_H
#include <cairo.h>
-cairo_surface_t *load_background_image(const char *path);
+cairo_surface_t *load_image(const char *path);
#endif