summaryrefslogtreecommitdiff
path: root/include/background-image.h
diff options
context:
space:
mode:
authorIssam E. Maghni <issam.e.maghni@mailbox.org>2021-05-07 17:36:07 -0400
committerSimon Ser <contact@emersion.fr>2021-05-10 10:29:07 +0200
commit3cb81c3573036a3606a4c7a1cedbe3e814a22773 (patch)
treefc089a0565d049f5f425e5095ee2fcaa2f6c0e70 /include/background-image.h
parent808a226ec63c00e20c402bee332e4aa81f86e7ea (diff)
downloadswaybg-3cb81c3573036a3606a4c7a1cedbe3e814a22773.tar.gz
swaybg-3cb81c3573036a3606a4c7a1cedbe3e814a22773.tar.bz2
cairo: Replace <cairo/cairo.h> by <cairo.h>
Same as https://github.com/swaywm/sway/pull/6262
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 15935ff..a97ef37 100644
--- a/include/background-image.h
+++ b/include/background-image.h
@@ -1,6 +1,6 @@
#ifndef _SWAY_BACKGROUND_IMAGE_H
#define _SWAY_BACKGROUND_IMAGE_H
-#include "cairo.h"
+#include "cairo_util.h"
enum background_mode {
BACKGROUND_MODE_STRETCH,