Code

small cleanup in src/trace (warnings and trailing spaces)
[inkscape.git] / src / desktop.h
index ce82f4ea6aee265ea7f6eac2bf1c348e1e7d782b..50041543c2a2e7e98663faeb83fff56ba91e7f77 100644 (file)
@@ -289,7 +289,7 @@ struct SPDesktop : public Inkscape::UI::View::View
     void toggleColorProfAdjust();
 
     void toggleGrids();
-    void toggleSnapping();
+    void toggleSnapGlobal();
     bool gridsEnabled() { return grids_visible; }
     void showGrids(bool show, bool dirty_document = true);
 
@@ -310,6 +310,7 @@ struct SPDesktop : public Inkscape::UI::View::View
     Geom::Point w2d(Geom::Point const &p) const;
     Geom::Point d2w(Geom::Point const &p) const;
     Geom::Matrix doc2dt() const;
+    Geom::Matrix dt2doc() const;
     Geom::Point doc2dt(Geom::Point const &p) const;
     Geom::Point dt2doc(Geom::Point const &p) const;