From cabb72a8c874cf939150e02af804a1c781cd0b17 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 30 Oct 2007 19:28:31 +0000 Subject: r16677@shi: ted | 2007-10-17 19:31:04 -0700 Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977) --- src/extension/execution-env.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/execution-env.cpp') diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 12cccbf90..b7746289e 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -250,7 +250,7 @@ ExecutionEnv::run (void) { _mainloop->run(); } else { _prefsChanged = false; - _effect->get_imp()->effect(_effect, _doc); + _effect->get_imp()->effect(_effect, _doc, NULL); processingComplete(); } if (_canceled) { -- cgit v1.2.3