summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-12-05 22:55:57 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-12-05 22:55:57 +0000
commite649a1d9cd29f39b2d1cf343cec97ccebce9cf08 (patch)
treeecd97a46bd8a11da9941374d93eb1c32240394a6 /src/sp-namedview.h
parentupdate to trunk (diff)
downloadinkscape-e649a1d9cd29f39b2d1cf343cec97ccebce9cf08.tar.gz
inkscape-e649a1d9cd29f39b2d1cf343cec97ccebce9cf08.zip
Changed from Desktop to namedview to handle multiples documents
(bzr r14500.1.8)
Diffstat (limited to 'src/sp-namedview.h')
-rw-r--r--src/sp-namedview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-namedview.h b/src/sp-namedview.h
index f1ecc12d3..a586ea71c 100644
--- a/src/sp-namedview.h
+++ b/src/sp-namedview.h
@@ -44,6 +44,7 @@ public:
unsigned int editable : 1;
unsigned int showguides : 1;
+ unsigned int lockguides : 1;
unsigned int showborder : 1;
unsigned int showpageshadow : 1;
unsigned int borderlayer : 2;
@@ -122,6 +123,7 @@ void sp_namedview_document_from_window(SPDesktop *desktop);
void sp_namedview_update_layers_from_document (SPDesktop *desktop);
void sp_namedview_toggle_guides(SPDocument *doc, Inkscape::XML::Node *repr);
+void sp_namedview_toggle_guides_lock(SPDocument *doc, Inkscape::XML::Node *repr);
void sp_namedview_show_grids(SPNamedView *namedview, bool show, bool dirty_document);
Inkscape::CanvasGrid * sp_namedview_get_first_enabled_grid(SPNamedView *namedview);