summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-18 02:13:25 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-18 02:13:25 +0000
commit1c46ad2d6ea563c69cf73e3341f57f0d16c88d7e (patch)
tree610b72c3f9b9c848905002e41ae467c614f11cd6 /src/live_effects/effect.h
parentRemove superfluous #include from lpe-skeleton.h (diff)
downloadinkscape-1c46ad2d6ea563c69cf73e3341f57f0d16c88d7e.tar.gz
inkscape-1c46ad2d6ea563c69cf73e3341f57f0d16c88d7e.zip
New LPE: Parallel
(bzr r5975)
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 54dcf0c8c..09a07039a 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -75,6 +75,7 @@ enum EffectType {
MIRROR_REFLECT,
CIRCLE_3PTS,
ANGLE_BISECTOR,
+ PARALLEL,
INVALID_LPE // This must be last
};