diff options
| author | Ted Gould <ted@gould.cx> | 2006-01-30 05:11:13 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-01-30 05:11:13 +0000 |
| commit | d140055a912157b74a46581a85a45de71a4a76b5 (patch) | |
| tree | 1ea7a7812e55c2385136b9db5c28d07a72d1c480 /src/extension/effect.h | |
| parent | r10814@tres: ted | 2006-01-29 14:02:54 -0800 (diff) | |
| download | inkscape-d140055a912157b74a46581a85a45de71a4a76b5.tar.gz inkscape-d140055a912157b74a46581a85a45de71a4a76b5.zip | |
r10815@tres: ted | 2006-01-29 14:46:19 -0800
Basically the menu stuff is working. Still needs features before it can
be checked in. But the basics are all there right now.
(bzr r50)
Diffstat (limited to 'src/extension/effect.h')
| -rw-r--r-- | src/extension/effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h index 35d0d0a00..fee2e5f8e 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -34,6 +34,7 @@ class Effect : public Extension { static Effect * _last_effect; static Inkscape::XML::Node * _effects_list; bool find_effects_list (Inkscape::XML::Node * menustruct); + void merge_menu (Inkscape::XML::Node * base, Inkscape::XML::Node * patern, Inkscape::XML::Node * mergee); class EffectVerb : public Inkscape::Verb { private: |
