summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/style.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.h b/src/style.h
index a200a970f..a7572317e 100644
--- a/src/style.h
+++ b/src/style.h
@@ -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;