You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
175 B
9 lines
175 B
9 years ago
|
#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
|