diff options
Diffstat (limited to 'src/dyna-draw-context.h')
| -rw-r--r-- | src/dyna-draw-context.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dyna-draw-context.h b/src/dyna-draw-context.h index 72940ac44..71fc40f8c 100644 --- a/src/dyna-draw-context.h +++ b/src/dyna-draw-context.h @@ -106,6 +106,21 @@ struct SPDynaDrawContext /** newly created object remain selected */ bool keep_selected; + + double hatch_spacing; + SPItem *hatch_item; + Path *hatch_livarot_path; + std::list<double> hatch_nearest_past; + std::list<double> hatch_pointer_past; + NR::Point hatch_last_nearest, hatch_last_pointer; + NR::Point hatch_vector_accumulated; + bool hatch_escaped; + SPCanvasItem *hatch_area; + + bool trace_bg; + + bool is_dilating; + SPCanvasItem *dilate_area; }; struct SPDynaDrawContextClass |
