diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-04-12 22:37:18 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-04-12 22:37:18 +0000 |
| commit | fbb85064cfaaf03cc09bacedb16a8561f61f2b3d (patch) | |
| tree | e2a26a8e4fbbcfd1180522452d7b4db23408d39d /src/pencil-context.cpp | |
| parent | various little changes (diff) | |
| download | inkscape-fbb85064cfaaf03cc09bacedb16a8561f61f2b3d.tar.gz inkscape-fbb85064cfaaf03cc09bacedb16a8561f61f2b3d.zip | |
Added prefPaths to contexts; modified SPFactory
(bzr r11608.1.94)
Diffstat (limited to 'src/pencil-context.cpp')
| -rw-r--r-- | src/pencil-context.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index 47580b4d2..0b3955a0c 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -68,6 +68,8 @@ static bool pencil_within_tolerance = false; static bool in_svg_plane(Geom::Point const &p) { return Geom::LInfty(p) < 1e18; } +const std::string SPPencilContext::prefsPath = "/tools/freehand/pencil"; + G_DEFINE_TYPE(SPPencilContext, sp_pencil_context, SP_TYPE_DRAW_CONTEXT); /** |
