aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Manuel Stoeckl <code@mstoeckl.com>2023-11-23 08:01:48 -0500
committerLibravatar Simon Ser <contact@emersion.fr>2023-11-23 20:42:04 +0100
commit439122e887d8d90991a06cf4877d5dd19bb21692 (patch)
treed2ced5b318d5f643181fcfd1017314c6dc64a40f /include
parentcommon: Drop unused render_background_image (diff)
downloadsway-439122e887d8d90991a06cf4877d5dd19bb21692.tar.gz
sway-439122e887d8d90991a06cf4877d5dd19bb21692.tar.zst
sway-439122e887d8d90991a06cf4877d5dd19bb21692.zip
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 @@
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