diff options
author | Drew DeVault <[email protected]> | 2018-03-27 15:37:24 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-28 14:25:19 -0400 |
commit | e9922ec52496068e0976d77ba52e5b9c0d074ce1 (patch) | |
tree | f8aac2ec0e51266923cb1938018580ce851cebf2 /include/client/cairo.h | |
parent | 53e3763b58575cda89562d0fa1a4f9270a9c74f6 (diff) |
Remove obsolete client code
Diffstat (limited to 'include/client/cairo.h')
-rw-r--r-- | include/client/cairo.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/client/cairo.h b/include/client/cairo.h deleted file mode 100644 index e7ef7c7e..00000000 --- a/include/client/cairo.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _SWAY_CAIRO_H -#define _SWAY_CAIRO_H - -#include <stdint.h> -#include <cairo/cairo.h> - -void cairo_set_source_u32(cairo_t *cairo, uint32_t color); - -cairo_surface_t *cairo_image_surface_scale(cairo_surface_t *image, int width, int height); - -#ifdef WITH_GDK_PIXBUF -#include <gdk-pixbuf/gdk-pixbuf.h> - -cairo_surface_t* gdk_cairo_image_surface_create_from_pixbuf(const GdkPixbuf *gdkbuf); -#endif //WITH_GDK_PIXBUF - -#endif |