make editor_drag.h fully self-contained as a header file (it was missing more than...
[ardour.git] / gtk2_ardour / editing_syms.h
index 2854ba827c8dc0d98d51288812db4e3ac6f82404..a958776305938ac602050f491085310b84e269ae 100644 (file)
@@ -24,6 +24,8 @@ SNAPTYPE(SnapToTimecodeSeconds)
 SNAPTYPE(SnapToTimecodeMinutes)
 SNAPTYPE(SnapToSeconds)
 SNAPTYPE(SnapToMinutes)
+SNAPTYPE(SnapToBeatDiv128)
+SNAPTYPE(SnapToBeatDiv64)
 SNAPTYPE(SnapToBeatDiv32)
 SNAPTYPE(SnapToBeatDiv28)
 SNAPTYPE(SnapToBeatDiv24)
@@ -63,12 +65,14 @@ REGIONLISTSORTTYPE(BySourceFileName)
 REGIONLISTSORTTYPE(ByStartInFile)
 REGIONLISTSORTTYPE(ByTimestamp)
 
-MOUSEMODE(MouseGain)
+/* Changing this order will break step_mouse_mode */
 MOUSEMODE(MouseObject)
 MOUSEMODE(MouseRange)
+MOUSEMODE(MouseCut)
 MOUSEMODE(MouseTimeFX)
-MOUSEMODE(MouseZoom)
 MOUSEMODE(MouseAudition)
+MOUSEMODE(MouseDraw)
+MOUSEMODE(MouseContent)
 
 /* Changing this order will break the menu */
 ZOOMFOCUS(ZoomFocusLeft)