1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-30 18:16:20 +00:00
sway/include/client/cairo.h

9 lines
175 B
C
Raw Normal View History

#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