diff options
Diffstat (limited to 'include/cd_private.h')
-rw-r--r-- | include/cd_private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/cd_private.h b/include/cd_private.h index a70469c..742750e 100644 --- a/include/cd_private.h +++ b/include/cd_private.h @@ -215,6 +215,11 @@ struct _cdCanvas cdfPoint* fpoly; /* used during an real poligon creation, only if ->fPoly exists */ int use_fpoly; + /* last path */ + int path_n, /* current number of actions */ + path_size; /* allocated number of actions, only increases */ + int* path; /* used during path creation */ + /* simulation flags */ int sim_mode; int sim_poly; |