From b86e852feaa35aa6a7281aab289cacd2135f99ec Mon Sep 17 00:00:00 2001 From: bulia byak Date: Wed, 4 Oct 2006 21:34:58 +0000 Subject: add a member for gaussian blur deviation (perhaps will need to duplicate other filter params into SPStyle as well) so that style querying for blur radius can be done without creating a dummy filter object (bzr r1765) --- src/style.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; -- cgit v1.2.3