diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-13 17:18:22 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-13 17:18:22 +0000 |
| commit | 5c7360bc41952997eda3781681ad3cfaa8b81460 (patch) | |
| tree | 38310198603fc5d9272cdd222d30ee3228919a89 /src/Makefile_insert | |
| parent | eo: translation completed (diff) | |
| download | inkscape-5c7360bc41952997eda3781681ad3cfaa8b81460.tar.gz inkscape-5c7360bc41952997eda3781681ad3cfaa8b81460.zip | |
isolate the nodepath-or-knotholder unit into the new ShapeEditor class which handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously
(bzr r2374)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 3af6748c3..acccdc327 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -128,6 +128,7 @@ libinkpre_a_SOURCES = \ selection.cpp selection.h \ seltrans-handles.cpp seltrans-handles.h \ seltrans.cpp seltrans.h \ + shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ slideshow.cpp slideshow.h \ snap.cpp snap.h \ |
