mirror of
https://github.com/NickHu/sway
synced 2025-02-05 20:46:18 +01:00
9 lines
175 B
C
9 lines
175 B
C
![]() |
#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
|