Code

Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs ...
[inkscape.git] / src / sp-root.h
index 8a6a4ed571bbf954f3e1f1d4059b83756e4fc930..28ed43154e10501fe9525695760600328bd68e46 100644 (file)
@@ -20,7 +20,6 @@
 #define SP_IS_ROOT(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), SP_TYPE_ROOT))
 #define SP_IS_ROOT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE((k), SP_TYPE_ROOT))
 
-#include <libnr/nr-matrix.h>
 #include "version.h"
 #include "svg/svg-length.h"
 #include "enums.h"
@@ -30,7 +29,6 @@
 struct SPRoot : public SPGroup {
     struct {
         Inkscape::Version svg;
-        Inkscape::Version sodipodi;
         Inkscape::Version inkscape;
     } version, original;
 
@@ -49,7 +47,9 @@ struct SPRoot : public SPGroup {
     unsigned int aspect_clip : 1;
 
     /** Child to parent additional transform. */
-    NR::Matrix c2p;
+    Geom::Matrix c2p;
+
+    gchar *onload;
 
     /**
      * Primary \<defs\> element where we put new defs (patterns, gradients etc.).
@@ -78,4 +78,4 @@ GType sp_root_get_type();
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :