diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-02-09 17:20:32 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-02-09 17:20:32 +0000 |
| commit | b71b2b5ce57617c404bbbaa9b0226bffd080df5d (patch) | |
| tree | efc941a6e3a8e9d12c8b0c22ce31ea3db31b4505 /src/extension | |
| parent | gcc warning cleanup (diff) | |
| download | inkscape-b71b2b5ce57617c404bbbaa9b0226bffd080df5d.tar.gz inkscape-b71b2b5ce57617c404bbbaa9b0226bffd080df5d.zip | |
adding comments/TODOs and/or reverting some of the things done in r20655
due to JonCruz considerations about the proper way of doing it.
(bzr r7254)
Diffstat (limited to 'src/extension')
| -rw-r--r-- | src/extension/internal/filter/filter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/filter/filter.cpp b/src/extension/internal/filter/filter.cpp index 3dd6d31bd..048207332 100644 --- a/src/extension/internal/filter/filter.cpp +++ b/src/extension/internal/filter/filter.cpp @@ -111,8 +111,8 @@ Filter::merge_filters (Inkscape::XML::Node * to, Inkscape::XML::Node * from, Ink } } -#define FILTER_SRC_GRAPHIC (gchar*) "fbSourceGraphic" -#define FILTER_SRC_GRAPHIC_ALPHA (gchar*) "fbSourceGraphicAlpha" +#define FILTER_SRC_GRAPHIC "fbSourceGraphic" +#define FILTER_SRC_GRAPHIC_ALPHA "fbSourceGraphicAlpha" void Filter::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::View *document, Inkscape::Extension::Implementation::ImplementationDocumentCache * docCache) |
