Remove special handling of session range in export. Fixes things when the session...
[ardour.git] / gtk2_ardour / enums.h
index 00b7a6e56c28dd383f973c3a8354a194a20e4a22..680421e271f593b15ebb21545fd5dad80f3e88da 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
@@ -35,7 +35,8 @@ namespace Gnome {
 
 enum LayerDisplay {
        Overlaid,
-       Stacked
+       Stacked,
+       Expanded
 };
 
 struct SelectionRect {
@@ -45,6 +46,14 @@ struct SelectionRect {
     uint32_t id;
 };
 
+enum Height {
+       HeightLargest,
+       HeightLarger,
+       HeightLarge,
+       HeightNormal,
+       HeightSmall
+};
+
 extern void setup_gtk_ardour_enums ();
 
 #endif /* __ardour_gtk_enums_h__ */