summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient-spread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-gradient-spread.h')
-rw-r--r--src/sp-gradient-spread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-gradient-spread.h b/src/sp-gradient-spread.h
index cc74ef614..60e33b7c0 100644
--- a/src/sp-gradient-spread.h
+++ b/src/sp-gradient-spread.h
@@ -4,7 +4,8 @@
enum SPGradientSpread {
SP_GRADIENT_SPREAD_PAD,
SP_GRADIENT_SPREAD_REFLECT,
- SP_GRADIENT_SPREAD_REPEAT
+ SP_GRADIENT_SPREAD_REPEAT,
+ SP_GRADIENT_SPREAD_UNDEFINED = INT_MAX
};