summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-05-30 20:36:13 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-05-30 20:36:13 +0000
commit8e8734dc15e614586f9b4963b69671ce16d5c137 (patch)
tree036c4af16f6f673757e6e2c580a8ec5c4f3518de /src/live_effects/effect.h
parentremove warnings (diff)
downloadinkscape-8e8734dc15e614586f9b4963b69671ce16d5c137.tar.gz
inkscape-8e8734dc15e614586f9b4963b69671ce16d5c137.zip
LPE STACKING!
(many thanks to the french students who made this.) (bzr r5766)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 1255595d0..d5a49d71e 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -66,8 +66,9 @@ enum EffectType {
CIRCLE_WITH_RADIUS,
PERSPECTIVE_PATH,
SPIRO,
- CONSTRUCT_GRID,
+ LATTICE,
ENVELOPE,
+ CONSTRUCT_GRID,
PERP_BISECTOR,
TANGENT_TO_CURVE,
INVALID_LPE // This must be last