diff options
| author | MenTaLguY <mental@rydia.net> | 2007-07-04 19:07:46 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-07-04 19:07:46 +0000 |
| commit | 18f0f297f9af9ffd89e26de7391ab3ee246e72a8 (patch) | |
| tree | 01afa6eb5e5991684c2b9760cd6eddba53c9d568 /src/display | |
| parent | Two variants of resizing 3D boxes (using three/four handles, respectively, de... (diff) | |
| download | inkscape-18f0f297f9af9ffd89e26de7391ab3ee246e72a8.tar.gz inkscape-18f0f297f9af9ffd89e26de7391ab3ee246e72a8.zip | |
First stab at a connection UI from Nick
(bzr r3185)
Diffstat (limited to 'src/display')
| -rw-r--r-- | src/display/nr-filter-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/nr-filter-types.h b/src/display/nr-filter-types.h index 6f28c6257..0997d36f4 100644 --- a/src/display/nr-filter-types.h +++ b/src/display/nr-filter-types.h @@ -24,7 +24,7 @@ enum FilterPrimitiveType { }; //const int Filter::_filter_primitive_type_count = 16; -enum { +enum FilterSlotType { NR_FILTER_SLOT_NOT_SET = -1, NR_FILTER_SOURCEGRAPHIC = -2, NR_FILTER_SOURCEALPHA = -3, |
