/platform/win/platform/vars/pen.d

http://github.com/wilkie/djehuty · D · 19 lines · 6 code · 4 blank · 9 comment · 0 complexity · 0bcb1380a7f2e4e61d1ad38e2f96a84a MD5 · raw file

  1. /*
  2. * pen.d
  3. *
  4. * This module has the structure that is kept with a Pen class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.pen;
  11. import binding.win32.gdiplusgpstubs;
  12. struct PenPlatformVars {
  13. int clr;
  14. GpPen* handle;
  15. }