Code

fix shift+middle button zoom area when there are other modifiers in the mask; safe...
[inkscape.git] / src / live_effects / effect-enum.h
index 6409fecd251679ad83fe47b5d6309b16efd00064..1911c6e20c034423062bdfe897a40a11425a084e 100644 (file)
@@ -11,8 +11,6 @@
 
 #include "util/enums.h"
 
-//#define LPE_ENABLE_TEST_EFFECTS
-
 namespace Inkscape {
 namespace LivePathEffect {
 
@@ -46,10 +44,10 @@ enum EffectType {
     TEXT_LABEL,
     PATH_LENGTH,
     LINE_SEGMENT,
-#ifdef LPE_ENABLE_TEST_EFFECTS
     DOEFFECTSTACK_TEST,
-#endif
-    INVALID_LPE // This must be last
+    DYNASTROKE,
+    RECURSIVE_SKELETON,
+    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)
 };
 
 extern const Util::EnumData<EffectType> LPETypeData[];  /// defined in effect.cpp