2015-12-10 23:57:46 +11:00
|
|
|
#ifndef _SWAY_CAIRO_H
|
|
|
|
#define _SWAY_CAIRO_H
|
|
|
|
|
2015-12-21 03:37:52 +11:00
|
|
|
#ifdef WITH_GDK_PIXBUF
|
2015-12-10 23:57:46 +11:00
|
|
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
|
|
|
|
|
|
|
cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(const GdkPixbuf *gdkbuf);
|
2015-12-21 03:37:52 +11:00
|
|
|
#endif //WITH_GDK_PIXBUF
|
2015-12-10 23:57:46 +11:00
|
|
|
|
|
|
|
#endif
|