summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect-enum.h
diff options
context:
space:
mode:
authorMichael Soegtrop <MSoegtrop@yahoo.de>2016-04-27 17:47:22 +0000
committerMichael Soegtrop <MSoegtrop@yahoo.de>2016-04-27 17:47:22 +0000
commit5c08bd913a218fc342938252150fedd6f2b837f1 (patch)
treef4e039a89df47a2bbbc752689a368f57c752f8b3 /src/live_effects/effect-enum.h
parentCorrect enumeration names. (diff)
downloadinkscape-5c08bd913a218fc342938252150fedd6f2b837f1.tar.gz
inkscape-5c08bd913a218fc342938252150fedd6f2b837f1.zip
Added emboidery and bool LPEs
(bzr r14862.2.1)
Diffstat (limited to 'src/live_effects/effect-enum.h')
-rw-r--r--src/live_effects/effect-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h
index eea26184c..8680b4f2a 100644
--- a/src/live_effects/effect-enum.h
+++ b/src/live_effects/effect-enum.h
@@ -66,6 +66,8 @@ enum EffectType {
TAPER_STROKE,
PERSPECTIVE_ENVELOPE,
FILLET_CHAMFER,
+ EMBRODERY_STITCH,
+ BOOL_OP,
INVALID_LPE // This must be last (I made it such that it is not needed anymore I think..., Don't trust on it being last. - johan)
};