/platform/unix/platform/vars/pen.d

http://github.com/wilkie/djehuty · D · 18 lines · 6 code · 3 blank · 9 comment · 0 complexity · 1128be529b0366a73ecda41b7ce57cd8 MD5 · raw file

  1. /*
  2. * pen.d
  3. *
  4. * This module implements the platform specifics for the Pen class.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 25th, 2009
  8. *
  9. */
  10. module platform.vars.pen;
  11. import Cairo = binding.cairo.cairo;
  12. struct PenPlatformVars {
  13. Cairo.cairo_pattern_t* handle;
  14. double width;
  15. }