/binding/cairo/features.d

http://github.com/wilkie/djehuty · D · 32 lines · 11 code · 12 blank · 9 comment · 0 complexity · f740a5139ad145159ff9cdbcf70dccbd MD5 · raw file

  1. /*
  2. * features.d
  3. *
  4. * This file holds bindings to cairo's cairo-features.h.
  5. *
  6. * Author: Dave Wilkinson
  7. *
  8. */
  9. /* Converted to D from cairo-features.h by htod */
  10. module binding.cairo.features;
  11. const auto CAIRO_VERSION_MAJOR = 1;
  12. const auto CAIRO_VERSION_MINOR = 4;
  13. const auto CAIRO_VERSION_MICRO = 2;
  14. const auto CAIRO_HAS_SVG_SURFACE = 1;
  15. const auto CAIRO_HAS_PDF_SURFACE = 1;
  16. const auto CAIRO_HAS_PS_SURFACE = 1;
  17. const auto CAIRO_HAS_FT_FONT = 1;
  18. const auto CAIRO_HAS_PNG_FUNCTIONS = 1;
  19. const auto CAIRO_HAS_XLIB_XRENDER_SURFACE = 1;
  20. const auto CAIRO_HAS_XLIB_SURFACE = 1;