diff options
Diffstat (limited to 'src/ui/tools/spray-tool.h')
| -rw-r--r-- | src/ui/tools/spray-tool.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h index 8df730201..ca0c20375 100644 --- a/src/ui/tools/spray-tool.h +++ b/src/ui/tools/spray-tool.h @@ -12,6 +12,7 @@ * BenoƮt LAVORATA * Vincent MONTAGNE * Pierre BARBRY-BLOT + * Jabiertxo ARRAIZA * * Copyright (C) 2009 authors * @@ -62,7 +63,9 @@ public: /* attributes */ bool dragging; /* mouse state: mouse is dragging */ - bool usepressure; + bool usepressurewidth; + bool usepressurepopulation; + bool usepressurescale; bool usetilt; bool usetext; @@ -86,7 +89,13 @@ public: bool has_dilated; Geom::Point last_push; SPCanvasItem *dilate_area; - + bool nooverlap; + bool picker; + bool pickinversevalue; + bool pickfill; + bool pickstroke; + bool visible; + double offset; sigc::connection style_set_connection; static const std::string prefsPath; |
