Code

Fixing scrollbar size for embeded color swatches.
[inkscape.git] / src / style.h
index 1233b795866c8d8c462a3ae768485fb4914aac5a..333344ad9b2fd280b21d645cc1b8805d56022a38 100644 (file)
@@ -321,6 +321,10 @@ struct SPStyle {
 
     /// style belongs to a cloned object, must not href anything
     bool cloned; 
+    /// style has hreffed its paintservers, needs to release
+    bool hreffed; 
+    /// style is listening to changes in paintservers, need to disconnect
+    bool listening; 
 };
 
 SPStyle *sp_style_new();