summaryrefslogtreecommitdiff
path: root/libs/cairo/src/cairo-supported-features.h
blob: 61134281ef8f9b69444a17f89ce278e5db39e6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Generated by configure.  Do not edit. */
#ifndef CAIRO_SUPPORTED_FEATURES_H
#define CAIRO_SUPPORTED_FEATURES_H

/* This is a dummy header, to trick gtk-doc only */

#define CAIRO_HAS_XLIB_SURFACE 1
#define CAIRO_HAS_XLIB_XRENDER_SURFACE 1
#define CAIRO_HAS_WIN32_SURFACE 1
#define CAIRO_HAS_WIN32_FONT 1
#define CAIRO_HAS_PNG_FUNCTIONS 1
#define CAIRO_HAS_EGL_FUNCTIONS 1
#define CAIRO_HAS_GLX_FUNCTIONS 1
#define CAIRO_HAS_FT_FONT 1
#define CAIRO_HAS_FC_FONT 1
#define CAIRO_HAS_PS_SURFACE 1
#define CAIRO_HAS_PDF_SURFACE 1
#define CAIRO_HAS_SVG_SURFACE 1
#define CAIRO_HAS_IMAGE_SURFACE 1
#define CAIRO_HAS_META_SURFACE 1
#define CAIRO_HAS_USER_FONT 1

#endif