/binding/cairo/features.d
http://github.com/wilkie/djehuty · D · 32 lines · 11 code · 12 blank · 9 comment · 0 complexity · f740a5139ad145159ff9cdbcf70dccbd MD5 · raw file
- /*
- * features.d
- *
- * This file holds bindings to cairo's cairo-features.h.
- *
- * Author: Dave Wilkinson
- *
- */
- /* Converted to D from cairo-features.h by htod */
- module binding.cairo.features;
- const auto CAIRO_VERSION_MAJOR = 1;
- const auto CAIRO_VERSION_MINOR = 4;
- const auto CAIRO_VERSION_MICRO = 2;
- const auto CAIRO_HAS_SVG_SURFACE = 1;
- const auto CAIRO_HAS_PDF_SURFACE = 1;
- const auto CAIRO_HAS_PS_SURFACE = 1;
- const auto CAIRO_HAS_FT_FONT = 1;
- const auto CAIRO_HAS_PNG_FUNCTIONS = 1;
- const auto CAIRO_HAS_XLIB_XRENDER_SURFACE = 1;
- const auto CAIRO_HAS_XLIB_SURFACE = 1;