diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-08-25 21:15:55 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-08-25 21:15:55 +0000 |
| commit | f6d13664a7bf4f4613ffe9f41d6d7ece7cd5126f (patch) | |
| tree | 0ca94f71a54845f185c3fc6650a57ecac84e63c3 /src/live_effects/effect.h | |
| parent | remove obsolete set (diff) | |
| download | inkscape-f6d13664a7bf4f4613ffe9f41d6d7ece7cd5126f.tar.gz inkscape-f6d13664a7bf4f4613ffe9f41d6d7ece7cd5126f.zip | |
Add #define to disable "test" LPE's
(bzr r3583)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 6af44b7e1..37e87a7a6 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -19,6 +19,8 @@ #define LPE_CONVERSION_TOLERANCE 0.01 // FIXME: find good solution for this.
+//#define LPE_ENABLE_TEST_EFFECTS
+
struct SPShape;
struct SPDocument;
class NArtBpath;
@@ -40,8 +42,10 @@ namespace LivePathEffect { enum EffectType {
SKELETAL_STROKES = 0,
+#ifdef LPE_ENABLE_TEST_EFFECTS
SLANT,
DOEFFECTSTACK_TEST,
+#endif
GEARS,
INVALID_LPE // This must be last
};
|
