Code

Fixed directory for inkscape executable.
[inkscape.git] / src / sp-namedview.h
index cfc57d1c4cab6688481796e6f86932f6312622b3..048096d8c0096e569761f332afb9f0d51be03425 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "helper/helper-forward.h"
 #include "sp-object-group.h"
-#include "libnr/nr-point.h"
 #include "sp-metric.h"
 #include "snap.h"
 
@@ -48,23 +47,14 @@ struct SPNamedView : public SPObjectGroup {
     gint window_height;
     gint window_x;
     gint window_y;
+    gint window_maximized;
 
     SnapManager snap_manager;
     GSList * grids;
     bool grids_visible;
-    bool snapindicator;
 
     SPUnit const *doc_units;
 
-    SPUnit const *gridtoleranceunit;
-    gdouble gridtolerance;
-
-    SPUnit const *guidetoleranceunit;
-    gdouble guidetolerance;
-
-    SPUnit const *objecttoleranceunit;
-    gdouble objecttolerance;
-
     GQuark default_layer_id;
 
     double connector_spacing;
@@ -88,7 +78,7 @@ struct SPNamedView : public SPObjectGroup {
     GSList const *getViewList() const;
     SPMetric getDefaultMetric() const;
 
-    void translateGuides(NR::translate const &translation);
+    void translateGuides(Geom::Translate const &translation);
     void scrollAllDesktops(double dx, double dy, bool is_scrolling);
 };