/platform/win/platform/vars/brush.d

http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · 3618b0a2d534be3162ce57519388dd43 MD5 · raw file

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