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