1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 17:21:21 +02:00
sway/include/client/cairo.h
2015-12-20 17:37:52 +01:00

11 lines
223 B
C

#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