summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-27 18:58:20 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-27 18:58:20 +0000
commit124983da75225fe39a40c8a265acd3daeefa3e1f (patch)
treea3cbf4f05c59ccf3921aa6dafd4255d76f1b5cc5 /src/live_effects/effect.h
parentfix release mouse crash, add missed disconnects, remove unused callback (diff)
downloadinkscape-124983da75225fe39a40c8a265acd3daeefa3e1f.tar.gz
inkscape-124983da75225fe39a40c8a265acd3daeefa3e1f.zip
add LPE Interpolate
(bzr r6431)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index c72f659f7..4b6099656 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -78,6 +78,7 @@ enum EffectType {
OFFSET,
RULER,
BOOLOPS,
+ INTERPOLATE,
INVALID_LPE // This must be last
};