Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / document-private.h
index c89948290974a14c155a182e8ec401faf1471c9f..fa4754248f082b84ff2eea883dd0bec593da7977 100644 (file)
@@ -43,6 +43,8 @@ struct SPDocumentPrivate {
        GHashTable *iddef;      /**< Dictionary of id -> SPObject mappings */
        GHashTable *reprdef;   /**< Dictionary of Inkscape::XML::Node -> SPObject mappings */
 
+       unsigned long serial;
+
        /** Dictionary of signals for id changes */
        IDChangedSignalMap id_changed_signals;
 
@@ -70,6 +72,8 @@ struct SPDocumentPrivate {
 
        // XXX only for testing!
        Inkscape::ConsoleOutputUndoObserver console_output_undo_observer;
+
+       bool seeking;
 };
 
 #endif