summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_items.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-08 17:13:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-08 17:13:59 +0000
commit7bc425fd0d201626d3591ad88b891b0b67c69814 (patch)
treeb1b88d363e6f6538d04bfe131db377d48297f644 /gtk2_ardour/editor_items.h
parent365658e734a9b8670708b7c36a4b6a0a4acdc3ee (diff)
framework for handling events on the xfade rects
git-svn-id: svn://localhost/ardour2/branches/3.0@12213 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_items.h')
-rw-r--r--gtk2_ardour/editor_items.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_items.h b/gtk2_ardour/editor_items.h
index 36a5a9e36f..51db6dbc87 100644
--- a/gtk2_ardour/editor_items.h
+++ b/gtk2_ardour/editor_items.h
@@ -50,6 +50,8 @@ enum ItemType {
FeatureLineItem,
LeftFrameHandle,
RightFrameHandle,
+ StartCrossFadeItem,
+ EndCrossFadeItem,
#ifdef WITH_CMT
MarkerViewItem,