new button colors from oofus
[ardour.git] / gtk2_ardour / editor_items.h
index 042fd20852fcd287c1659d79b5e6a299412e275a..36a5a9e36fb1f796bea9710995f035c7f22056d9 100644 (file)
@@ -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
@@ -46,7 +46,11 @@ enum ItemType {
        FadeInHandleItem,
        FadeOutItem,
        FadeOutHandleItem,
-       
+       NoteItem,
+       FeatureLineItem,
+        LeftFrameHandle,
+        RightFrameHandle,
+
 #ifdef WITH_CMT
        MarkerViewItem,
        MarkerTimeAxisItem,
@@ -59,9 +63,9 @@ enum ItemType {
 #endif
 
        CrossfadeViewItem,
-       
+
        /* don't remove this */
-       
+
        NoItem
 };