X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_items.h;h=36a5a9e36fb1f796bea9710995f035c7f22056d9;hb=2db69318cef5bc7b49a3c6e00b3ca3f0f2023374;hp=aa68f37720769af3ff4a09361271c956d353ab4d;hpb=b01bdb7e70f021da764e81a4b55722e746e4885d;p=ardour.git diff --git a/gtk2_ardour/editor_items.h b/gtk2_ardour/editor_items.h index aa68f37720..36a5a9e36f 100644 --- a/gtk2_ardour/editor_items.h +++ b/gtk2_ardour/editor_items.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ enum ItemType { MarkerItem, MarkerBarItem, RangeMarkerBarItem, + CdMarkerBarItem, TransportMarkerBarItem, SelectionItem, ControlPointItem, @@ -45,7 +46,11 @@ enum ItemType { FadeInHandleItem, FadeOutItem, FadeOutHandleItem, - + NoteItem, + FeatureLineItem, + LeftFrameHandle, + RightFrameHandle, + #ifdef WITH_CMT MarkerViewItem, MarkerTimeAxisItem, @@ -58,9 +63,9 @@ enum ItemType { #endif CrossfadeViewItem, - + /* don't remove this */ - + NoItem };