diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-05-17 06:57:31 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-05-17 06:57:31 +0000 |
| commit | 89ebf1ef9be50eea5e790298bca211fffbad12a8 (patch) | |
| tree | 03f50f02f8b98dfdb04d296dcac310fa79f2d649 /src/desktop-style.h | |
| parent | Flipped top/bottom in layers UI to reflect visible stacking. (diff) | |
| download | inkscape-89ebf1ef9be50eea5e790298bca211fffbad12a8.tar.gz inkscape-89ebf1ef9be50eea5e790298bca211fffbad12a8.zip | |
do calligraphic draw opacity correctly
(bzr r863)
Diffstat (limited to 'src/desktop-style.h')
| -rw-r--r-- | src/desktop-style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-style.h b/src/desktop-style.h index cec36aca5..5171ae627 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -54,7 +54,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); -double sp_desktop_get_opacity_tool(SPDesktop *desktop, char const *tool, bool op); +double sp_desktop_get_opacity_tool(SPDesktop *desktop, char const *tool); 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); |
