vtl: send A/V offset to video-monitor when launched
[ardour.git] / gtk2_ardour / enums.h
index 62fe7eeacec211d8e4336372f9fcd0bf5a8b82fc..680421e271f593b15ebb21545fd5dad80f3e88da 100644 (file)
@@ -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__ */