more verbose debug output for slave debugging
[ardour.git] / gtk2_ardour / editing.h
index 8dd6f2ed6c3587266fa694dca9ff6bd29d1d507d..5558f1946040ec9dfd5877ec2e90a9064b029e1f 100644 (file)
@@ -215,6 +215,19 @@ enum EditIgnoreOption {
        EDIT_IGNORE_MARKER
 };
 
+enum ZoomAxis {
+       Vertical,
+       Horizontal,
+       Both
+};
+
+enum RegionActionTarget {
+       SelectedRegions = 0x1,
+       EnteredRegions = 0x2,
+       EditPointRegions = 0x4,
+       ListSelection = 0x8
+};
+
 } // namespace Editing
 
 #endif // __gtk_ardour_editing_h__