/platform/win/platform/vars/region.d

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

  1. /*
  2. * region.d
  3. *
  4. * This module has the structure that is kept with a Region class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.region;
  11. import platform.win.common;
  12. struct RegionPlatformVars {
  13. HRGN regionHandle;
  14. }