summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-07-15 12:41:03 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-07-15 12:41:03 +0000
commite364accb2f7883333fde52fb70041f251556fcd0 (patch)
tree5a4480081410be8a648bf28e3a1a93cee2b3a8a6 /src/live_effects/effect.h
parentSupport for copy/paste with Windows clipboard. (LP 217609) (diff)
downloadinkscape-e364accb2f7883333fde52fb70041f251556fcd0.tar.gz
inkscape-e364accb2f7883333fde52fb70041f251556fcd0.zip
New LPE: Ruler
(bzr r6319)
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 dc5d6ec4a..eced0a194 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -75,6 +75,7 @@ enum EffectType {
PARALLEL,
COPY_ROTATE,
OFFSET,
+ RULER,
INVALID_LPE // This must be last
};