Added ivars for dashes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9966 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-05-18 20:57:45 +00:00
parent a906fa8b6d
commit b44ab2139a

View file

@ -66,6 +66,9 @@ typedef enum {
float _lineWidth;
float _flatness;
float _miterLimit;
int _dash_count;
float _dash_phase;
float *_dash_pattern;
BOOL _shouldRecalculateBounds;
NSRect _bounds;
NSRect _controlPointBounds;