diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-10-22 20:39:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-10-22 20:39:51 +0000 |
| commit | cbef335ed0cbdb3ab56e223efe03ff5bd0dc2c33 (patch) | |
| tree | 4a6bb66cbfe5cb3bc858c41e97d61b716f3ebf84 /src/selection-chemistry.h | |
| parent | ensure copy/paste of style between gradient stops works (diff) | |
| download | inkscape-cbef335ed0cbdb3ab56e223efe03ff5bd0dc2c33.tar.gz inkscape-cbef335ed0cbdb3ab56e223efe03ff5bd0dc2c33.zip | |
ensure copy/paste of style between gradient stops works
(bzr r3944)
Diffstat (limited to 'src/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 9313711cf..66aab7d77 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -56,6 +56,8 @@ void sp_selection_paste(bool in_place); void sp_selection_paste_style(); void sp_selection_paste_livepatheffect(); +void sp_set_style_clipboard (SPCSSAttr *css); + void sp_selection_paste_size(bool apply_x, bool apply_y); void sp_selection_paste_size_separately(bool apply_x, bool apply_y); |
