diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-23 06:35:55 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-23 06:35:55 +0000 |
| commit | 20bfd4dac4ab262db7bbcb497f5bf11608c1a908 (patch) | |
| tree | d2a6157bb9c3e42aa1258d09de916644d54db7da /src/widgets/paint-selector.h | |
| parent | Adding some const correctness and overloads. (diff) | |
| download | inkscape-20bfd4dac4ab262db7bbcb497f5bf11608c1a908.tar.gz inkscape-20bfd4dac4ab262db7bbcb497f5bf11608c1a908.zip | |
Update to reflect "swatch" gradients as being assumed to be shared.
(bzr r9224)
Diffstat (limited to 'src/widgets/paint-selector.h')
| -rw-r--r-- | src/widgets/paint-selector.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h index 63b8f733e..a3c4cb973 100644 --- a/src/widgets/paint-selector.h +++ b/src/widgets/paint-selector.h @@ -75,6 +75,7 @@ struct SPPaintSelector { SPColor color; float alpha; + static Mode getModeForStyle(SPStyle const & style, bool isfill); void setMode( Mode mode ); void setFillrule( FillRule fillrule ); @@ -117,8 +118,6 @@ GtkWidget *sp_paint_selector_new (bool is_fill); -SPPaintSelector::Mode sp_style_determine_paint_selector_mode(SPStyle *style, bool isfill); - #endif // SEEN_SP_PAINT_SELECTOR_H /* |
