aboutsummaryrefslogtreecommitdiff
path: root/include/background-image.h
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-11-23 08:01:48 -0500
committerFurkan Sahin <furkan-dev@proton.me>2023-11-23 08:01:48 -0500
commitce4bc635138526366fd744159de44372c364fcfe (patch)
treed2ced5b318d5f643181fcfd1017314c6dc64a40f /include/background-image.h
parent01e374aad3650882ab84c8fc1f16528f5a8afb65 (diff)
common: rename load_background_image to load_image
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 @@
#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