aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2023-11-23 08:01:48 -0500
committerSimon Ser <contact@emersion.fr>2023-11-23 20:42:04 +0100
commit439122e887d8d90991a06cf4877d5dd19bb21692 (patch)
treed2ced5b318d5f643181fcfd1017314c6dc64a40f /include
parent39b9c0d6baeda0609dfe248fc5b86fb65ff69c2c (diff)
common: rename load_background_image to load_image
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