Code

add a member for gaussian blur deviation (perhaps will need to duplicate other filter...
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 4 Oct 2006 21:34:58 +0000 (21:34 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 4 Oct 2006 21:34:58 +0000 (21:34 +0000)
src/style.h

index a200a970f2e076ccb38e0f2073d18d6b25116886..a7572317e3b897209b4395e43abfefd92323cb42 100644 (file)
@@ -336,6 +336,10 @@ struct SPStyle {
     /** Filter effect */
     SPIFilter filter;
 
+   /** 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;
+
     /** enable-background, used for defining where filter effects get
      * their background image */
     SPIEnum enable_background;