diff options
| author | Josh Andler <scislac@gmail.com> | 2010-02-04 19:50:48 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2010-02-04 19:50:48 +0000 |
| commit | 779b0933f576cf50448395aa32c1cb65edf590ff (patch) | |
| tree | 3eebeb213e5ff508e8e96cc6df6dd69c1450658a /src/selection-chemistry.h | |
| parent | Tutorials. Fix for a bug in the tracing tutorials. (diff) | |
| download | inkscape-779b0933f576cf50448395aa32c1cb65edf590ff.tar.gz inkscape-779b0933f576cf50448395aa32c1cb65edf590ff.zip | |
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask
(bzr r9050)
Diffstat (limited to 'src/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 60d64ced9..e06c32e72 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -63,6 +63,7 @@ void sp_selection_to_guides(SPDesktop *desktop); void sp_selection_tile(SPDesktop *desktop, bool apply = true); void sp_selection_untile(SPDesktop *desktop); +//void sp_selection_group_impl(GSList const *reprs_to_group, Inkscape::XML::Node *group, Inkscape::XML::Document *xml_doc, SPDocument *doc); void sp_selection_group(SPDesktop *desktop); void sp_selection_ungroup(SPDesktop *desktop); |
