summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect-enum.h
diff options
context:
space:
mode:
authorMichael Soegtrop <MSoegtrop@yahoo.de>2016-05-08 09:33:56 +0000
committerMichael Soegtrop <MSoegtrop@yahoo.de>2016-05-08 09:33:56 +0000
commit112dffbbbcc46e2f3fb1feffdf503170404273c3 (patch)
tree63ffe76d26adfec5333d47d6cb6950488672c70a /src/live_effects/effect-enum.h
parentStart of GTK3 external style sheet support. (diff)
downloadinkscape-112dffbbbcc46e2f3fb1feffdf503170404273c3.tar.gz
inkscape-112dffbbbcc46e2f3fb1feffdf503170404273c3.zip
Added bool LPE
(bzr r14876.2.1)
Diffstat (limited to '')
-rw-r--r--src/live_effects/effect-enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h
index eea26184c..0f770b0ad 100644
--- a/src/live_effects/effect-enum.h
+++ b/src/live_effects/effect-enum.h
@@ -66,6 +66,7 @@ enum EffectType {
TAPER_STROKE,
PERSPECTIVE_ENVELOPE,
FILLET_CHAMFER,
+ 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)
};