summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.h
diff options
context:
space:
mode:
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 3ebf4f238..9f080648a 100644
--- a/src/desktop-style.h
+++ b/src/desktop-style.h
@@ -53,6 +53,7 @@ void sp_desktop_set_color(SPDesktop *desktop, ColorRGBA const &color, bool is_re
void sp_desktop_set_style(SPDesktop *desktop, SPCSSAttr *css, bool change = true, bool write_current = true);
SPCSSAttr *sp_desktop_get_style(SPDesktop *desktop, bool with_text);
guint32 sp_desktop_get_color (SPDesktop *desktop, bool is_fill);
+guint32 sp_desktop_get_color_tool(SPDesktop *desktop, char const *tool, bool is_fill);
double sp_desktop_get_font_size_tool (SPDesktop *desktop);
void sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, char const *tool, bool with_text);