summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 365f223)
raw | patch | inline | side by side (parent: 365f223)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 4 Oct 2006 21:34:58 +0000 (21:34 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 4 Oct 2006 21:34:58 +0000 (21:34 +0000) |
src/style.h | patch | blob | history |
diff --git a/src/style.h b/src/style.h
index a200a970f2e076ccb38e0f2073d18d6b25116886..a7572317e3b897209b4395e43abfefd92323cb42 100644 (file)
--- a/src/style.h
+++ b/src/style.h
/** 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;