X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-feblend.h;h=f6f71b892df50f3a9779ea5c2f36729bba9a75f9;hb=0f51f94e09af3ab07d55c057a09b44f0790599b9;hp=dea1100a3b86d54c04acff9640a4c61505ef80b2;hpb=8c833a9abfd335f0305466ad7451c03c2f6b50dd;p=inkscape.git diff --git a/src/sp-feblend.h b/src/sp-feblend.h index dea1100a3..f6f71b892 100644 --- a/src/sp-feblend.h +++ b/src/sp-feblend.h @@ -7,8 +7,9 @@ /* * Authors: * Hugo Rodrigues + * Niko Kiirala * - * Copyright (C) 2006 Hugo Rodrigues + * Copyright (C) 2006,2007 authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -16,12 +17,15 @@ #include "sp-filter.h" #include "sp-feblend-fns.h" +#include "display/nr-filter-blend.h" + /* FeBlend base class */ class SPFeBlendClass; struct SPFeBlend : public SPFilterPrimitive { /** BLEND ATTRIBUTES HERE */ - + NR::FilterBlendMode blend_mode; + int in2; }; struct SPFeBlendClass {