aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2023-11-23 08:40:41 -0500
committerFurkan Sahin <furkan-dev@proton.me>2023-11-23 08:40:41 -0500
commite05fe219cdefcf8d883f6153ba6cc3cd57d93b87 (patch)
tree383c7ca2d555353875787b8825c64ef5eb581b9f /include
parentce4bc635138526366fd744159de44372c364fcfe (diff)
common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
Diffstat (limited to 'include')
-rw-r--r--include/swaybar/image.h (renamed from include/background-image.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/background-image.h b/include/swaybar/image.h
index 67c27c84..53a210dd 100644
--- a/include/background-image.h
+++ b/include/swaybar/image.h
@@ -1,5 +1,5 @@
-#ifndef _SWAY_BACKGROUND_IMAGE_H
-#define _SWAY_BACKGROUND_IMAGE_H
+#ifndef _SWAYBAR_IMAGE_H
+#define _SWAYBAR_IMAGE_H
#include <cairo.h>
cairo_surface_t *load_image(const char *path);