Code

added fix from Dale Harvey to expand incomplete JIDs specified in user
[inkscape.git] / src / selection-chemistry.h
index df8b699317726bb29dbaf709ef42cfd7f0451696..1e2e4cf077be0f10ac93ab19ef0f9e96752c596b 100644 (file)
@@ -53,6 +53,9 @@ void sp_selection_copy();
 void sp_selection_paste(bool in_place);
 void sp_selection_paste_style();
 
+void sp_selection_paste_size(bool apply_x, bool apply_y);
+void sp_selection_paste_size_separately(bool apply_x, bool apply_y);
+
 void sp_selection_to_next_layer ();
 void sp_selection_to_prev_layer ();