summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorJosh Andler <scislac@gmail.com>2010-01-08 05:43:33 +0000
committerJosh Andler <scislac@gmail.com>2010-01-08 05:43:33 +0000
commit59ac8467a1a2655b42c04e92d10d3283bab17205 (patch)
tree67be128130985bf6f2006eaa35a3f35b6e313047 /src/selection-chemistry.h
parentAdded UXManager. Cleaning up toolbox creation. (diff)
downloadinkscape-59ac8467a1a2655b42c04e92d10d3283bab17205.tar.gz
inkscape-59ac8467a1a2655b42c04e92d10d3283bab17205.zip
Patch by Alex Leone to add margins to resize page options in Document Properties
(bzr r8952)
Diffstat (limited to 'src/selection-chemistry.h')
-rw-r--r--src/selection-chemistry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h
index 67e772a00..7cc5f8d9f 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -115,9 +115,9 @@ void sp_selection_create_bitmap_copy (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);
-bool fit_canvas_to_selection(SPDesktop *);
+bool fit_canvas_to_selection(SPDesktop *, bool with_margins = false);
void verb_fit_canvas_to_selection(SPDesktop *);
-bool fit_canvas_to_drawing(SPDocument *);
+bool fit_canvas_to_drawing(SPDocument *, bool with_margins = false);
void verb_fit_canvas_to_drawing(SPDesktop *);
void fit_canvas_to_selection_or_drawing(SPDesktop *);