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

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

cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(const GdkPixbuf *gdkbuf);

#endif