diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-06-14 18:51:11 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-06-14 18:51:11 +0000 |
| commit | eb4d7e1225a2e1e5a5d1da8d0ab784632bc77291 (patch) | |
| tree | fc11d1a0d8e6e59982a0b49ccce5b1e074fde169 /src/selection-chemistry.h | |
| parent | Update to experimental r13402 (diff) | |
| download | inkscape-eb4d7e1225a2e1e5a5d1da8d0ab784632bc77291.tar.gz inkscape-eb4d7e1225a2e1e5a5d1da8d0ab784632bc77291.zip | |
Add clip group option from Ponyscape
(bzr r13090.1.83)
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 d76a67a9d..baa530806 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -156,6 +156,7 @@ void sp_document_get_export_hints (SPDocument * doc, Glib::ustring &filename, fl void sp_selection_create_bitmap_copy (SPDesktop *desktop); +void sp_selection_set_clipgroup(SPDesktop *desktop); void sp_selection_set_mask(SPDesktop *desktop, bool apply_clip_path, bool apply_to_layer); void sp_selection_unset_mask(SPDesktop *desktop, bool apply_clip_path); |
