summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-10-14 14:25:28 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-10-14 14:25:28 +0000
commitd58f1115618f0458496b0e0a081238d5fda64ef5 (patch)
tree0d87bf8067744160cf824defc783f5ff73935399 /src/desktop-style.h
parentPrevent returning references to local variable (diff)
downloadinkscape-d58f1115618f0458496b0e0a081238d5fda64ef5.tar.gz
inkscape-d58f1115618f0458496b0e0a081238d5fda64ef5.zip
Re-Add blending modes UI using CSS instead filters
Diffstat (limited to 'src/desktop-style.h')
-rw-r--r--src/desktop-style.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop-style.h b/src/desktop-style.h
index 033c87cd9..b2e076400 100644
--- a/src/desktop-style.h
+++ b/src/desktop-style.h
@@ -89,6 +89,7 @@ int objects_query_strokecap (const std::vector<SPItem*> &objects, SPStyle *style
int objects_query_strokejoin (const std::vector<SPItem*> &objects, SPStyle *style_res);
int objects_query_blur (const std::vector<SPItem*> &objects, SPStyle *style_res);
+int objects_query_blend (const std::vector<SPItem*> &objects, SPStyle *style_res);
int sp_desktop_query_style_from_list (const std::vector<SPItem*> &list, SPStyle *style, int property);
int sp_desktop_query_style(SPDesktop *desktop, SPStyle *style, int property);