mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Refactor gdk pixbuf code into shared client lib
This commit is contained in:
parent
f80481a37d
commit
080a263785
6 changed files with 123 additions and 109 deletions
8
include/client/cairo.h
Normal file
8
include/client/cairo.h
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue