lv2 rework, sams ffmpeg icons, elision patch
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edl.inc
index a6ecb427af06bad76d02278b8fa1accdf75df978..337d4bd4c5a2c7cd95d9ce19192aca743da04f17 100644 (file)
@@ -48,9 +48,9 @@ class EDL;
 #define EDIT_HANDLE_MODES 3
 
 // Behavior for the edit handles based on mouse button
-#define MOVE_ALL_EDITS 0
-#define MOVE_ONE_EDIT 1
-#define MOVE_NO_EDITS 2
+#define MOVE_ALL_EDITS 0 // default for left button
+#define MOVE_ONE_EDIT 1 // default for middle button
+#define MOVE_NO_EDITS 2 // default for right button
 #define MOVE_EDITS_DISABLED 3
 
 // AWindow folders
@@ -63,8 +63,7 @@ class EDL;
 #define AW_CLIP_FOLDER        5
 #define AW_MEDIA_FOLDER       6
 #define AW_PROXY_FOLDER       7
-#define AW_USER_FOLDER        8
-#define AWINDOW_FOLDERS       9
+#define AWINDOW_FOLDERS       8
 
 
 #define AWINDOW_MODES 2