/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
- /*
- * pen.d
- *
- * This module has the structure that is kept with a Pen class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.pen;
- import binding.win32.gdiplusgpstubs;
- struct PenPlatformVars {
- int clr;
-
- GpPen* handle;
- }