summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-18 02:13:55 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-18 02:13:55 +0000
commitd92779f71e03f35d7cb2a29c0cb8c8065eff8fe6 (patch)
tree805184533d9db13929c7d645b2b2dbdc308793a9 /src/live_effects/effect.h
parentupdate 2geom (diff)
downloadinkscape-d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6.tar.gz
inkscape-d92779f71e03f35d7cb2a29c0cb8c8065eff8fe6.zip
New LPE: Copy rotate
(bzr r5978)
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 09a07039a..672b90b87 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -76,6 +76,7 @@ enum EffectType {
CIRCLE_3PTS,
ANGLE_BISECTOR,
PARALLEL,
+ COPY_ROTATE,
INVALID_LPE // This must be last
};