Code

more unreffing temporary styles properly
[inkscape.git] / src / style.h
index 4538626beb22f62da20be513c8d007c5cd630847..544bde55778251ae3c9bf978c7cbd67ae3b5757a 100644 (file)
@@ -336,6 +336,8 @@ struct SPStyle {
     /** Filter effect */
     SPIFilter filter;
 
+    SPIEnum filter_blend_mode;
+
    /** normally not used, but duplicates the Gaussian blur deviation (if any) from the attached
         filter when the style is used for querying */
     SPILength filter_gaussianBlur_deviation;