summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2017-10-06 11:13:53 +0000
committerShlomi Fish <shlomif@shlomifish.org>2017-10-06 11:13:53 +0000
commit7aa553434d750e5862c368a23b6e544cd7257a14 (patch)
treebed666dfd4e623cb22b87e79e2a8f42c47b9404b /src/display
parentupdate a comment and remove trail space (diff)
downloadinkscape-7aa553434d750e5862c368a23b6e544cd7257a14.tar.gz
inkscape-7aa553434d750e5862c368a23b6e544cd7257a14.zip
update a comment and remove trail space
Diffstat (limited to 'src/display')
-rw-r--r--src/display/nr-filter-primitive.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/display/nr-filter-primitive.h b/src/display/nr-filter-primitive.h
index 4b7577159..a1339cc6c 100644
--- a/src/display/nr-filter-primitive.h
+++ b/src/display/nr-filter-primitive.h
@@ -69,7 +69,7 @@ public:
// returns cache score factor, reflecting the cost of rendering this filter
// this should return how many times slower this primitive is that normal rendering
virtual double complexity(Geom::Affine const &/*ctm*/) { return 1.0; }
-
+
virtual bool uses_background() {
if (_input == NR_FILTER_BACKGROUNDIMAGE || _input == NR_FILTER_BACKGROUNDALPHA) {
return true;
@@ -138,10 +138,7 @@ protected:
} /* namespace Filters */
} /* namespace Inkscape */
-
-
-
-#endif /* __NR_FILTER_PRIMITIVE_H__ */
+#endif /* SEEN_NR_FILTER_PRIMITIVE_H */
/*
Local Variables:
mode:c++