From 439122e887d8d90991a06cf4877d5dd19bb21692 Mon Sep 17 00:00:00 2001 From: Manuel Stoeckl Date: Thu, 23 Nov 2023 08:01:48 -0500 Subject: common: rename load_background_image to load_image --- include/background-image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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_surface_t *load_background_image(const char *path); +cairo_surface_t *load_image(const char *path); #endif -- cgit v1.2.3