summaryrefslogtreecommitdiffstats
path: root/include/client/cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client/cairo.h')
-rw-r--r--include/client/cairo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/client/cairo.h b/include/client/cairo.h
index 98ced907..ad8390c4 100644
--- a/include/client/cairo.h
+++ b/include/client/cairo.h
@@ -1,8 +1,10 @@
1#ifndef _SWAY_CAIRO_H 1#ifndef _SWAY_CAIRO_H
2#define _SWAY_CAIRO_H 2#define _SWAY_CAIRO_H
3 3
4#ifdef WITH_GDK_PIXBUF
4#include <gdk-pixbuf/gdk-pixbuf.h> 5#include <gdk-pixbuf/gdk-pixbuf.h>
5 6
6cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(const GdkPixbuf *gdkbuf); 7cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(const GdkPixbuf *gdkbuf);
8#endif //WITH_GDK_PIXBUF
7 9
8#endif 10#endif