build system tweaks for coreaudio/waves-coreaudio
[ardour.git] / gtk2_ardour / editing_syms.h
index ed335259dfdce10b3e1dbd05c33f33e06d555159..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,13 +65,14 @@ REGIONLISTSORTTYPE(BySourceFileName)
 REGIONLISTSORTTYPE(ByStartInFile)
 REGIONLISTSORTTYPE(ByTimestamp)
 
-MOUSEMODE(MouseGain)
+/* Changing this order will break step_mouse_mode */
 MOUSEMODE(MouseObject)
 MOUSEMODE(MouseRange)
-MOUSEMODE(MouseDraw)
+MOUSEMODE(MouseCut)
 MOUSEMODE(MouseTimeFX)
-MOUSEMODE(MouseZoom)
 MOUSEMODE(MouseAudition)
+MOUSEMODE(MouseDraw)
+MOUSEMODE(MouseContent)
 
 /* Changing this order will break the menu */
 ZOOMFOCUS(ZoomFocusLeft)