aboutsummaryrefslogtreecommitdiffstats
path: root/include/client/cairo.h
blob: ad8390c47032cfaeb3e502d810280de1175e6076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _SWAY_CAIRO_H
#define _SWAY_CAIRO_H

#ifdef WITH_GDK_PIXBUF
#include <gdk-pixbuf/gdk-pixbuf.h>

cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(const GdkPixbuf *gdkbuf);
#endif //WITH_GDK_PIXBUF

#endif