From: buliabyak Date: Mon, 22 Oct 2007 20:39:51 +0000 (+0000) Subject: ensure copy/paste of style between gradient stops works X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be0eb74646e9ef87c0bd21fd8fc16e3d2f8ffbd0;p=inkscape.git ensure copy/paste of style between gradient stops works --- 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);