mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
a906fa8b6d
commit
b44ab2139a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue