summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_items.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-06-17 12:45:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-06-17 12:45:51 +0000
commit7e3ebe1267405510a528a0721cc61a6686d4efec (patch)
treefcb7f2b27238e6cdcbbaf0f12cc8467c79057898 /gtk2_ardour/editor_items.h
parent6abb75797f3842c5e4919e1b5d08bee2bc9ec784 (diff)
add left/right side trim cursors and use them for region trimming, as appropriate
git-svn-id: svn://localhost/ardour2/branches/3.0@7268 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 44765ffe91..08013e30ab 100644
--- a/gtk2_ardour/editor_items.h
+++ b/gtk2_ardour/editor_items.h
@@ -47,6 +47,8 @@ enum ItemType {
FadeOutItem,
FadeOutHandleItem,
NoteItem,
+ LeftFrameHandle,
+ RightFrameHandle,
#ifdef WITH_CMT
MarkerViewItem,