/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
- /*
- * pen.d
- *
- * This module implements the platform specifics for the Pen class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.pen;
- import Cairo = binding.cairo.cairo;
- struct PenPlatformVars {
- Cairo.cairo_pattern_t* handle;
- double width;
- }