diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-07-14 02:32:10 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-07-14 02:32:10 +0000 |
| commit | bb8404b19557519bd828113fa93604b10e9e7fe3 (patch) | |
| tree | 01fd9c531829445801184b172fd7636cde1ab86e /src/filter-chemistry.h | |
| parent | Gaussian blur (diff) | |
| download | inkscape-bb8404b19557519bd828113fa93604b10e9e7fe3.tar.gz inkscape-bb8404b19557519bd828113fa93604b10e9e7fe3.zip | |
Merge redundant *-fns.h into respective filter headers.
Move gaussian blur to filters directory.
Blend filter effect.
(bzr r9508.1.16)
Diffstat (limited to 'src/filter-chemistry.h')
| -rw-r--r-- | src/filter-chemistry.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/filter-chemistry.h b/src/filter-chemistry.h index 1b18ec11a..67531d630 100644 --- a/src/filter-chemistry.h +++ b/src/filter-chemistry.h @@ -1,6 +1,3 @@ -#ifndef __SP_FILTER_CHEMISTRY_H__ -#define __SP_FILTER_CHEMISTRY_H__ - /* * Various utility methods for filters * @@ -14,8 +11,14 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifndef SEEN_SP_FILTER_CHEMISTRY_H +#define SEEN_SP_FILTER_CHEMISTRY_H + #include "forward.h" -#include "sp-filter.h" +#include "display/nr-filter-types.h" + +class SPFilter; +class SPFilterPrimitive; SPFilterPrimitive *filter_add_primitive(SPFilter *filter, Inkscape::Filters::FilterPrimitiveType); SPFilter *new_filter (SPDocument *document); |
