repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edl.inc
index 83d7b13d8399461f3e046c810eb104e15882a035..a01691b2c339be714addff85466e57dad10747cd 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
@@ -62,14 +62,17 @@ class EDL;
 #define AW_LABEL_FOLDER       4
 #define AW_CLIP_FOLDER        5
 #define AW_MEDIA_FOLDER       6
-#define AW_USER_FOLDER        7
+#define AW_PROXY_FOLDER       7
 #define AWINDOW_FOLDERS       8
+#define AWINDOW_USER_FOLDERS  8
 
 
 #define AWINDOW_MODES 2
 // Modes for AWindow views
 #define ASSETS_TEXT 0
 #define ASSETS_ICONS 1
+#define ASSETS_ICONS_PACKED 2
+#define ASSETS_ICON_LIST 3
 #define FOLDERS_TEXT 0
 #define FOLDERS_ICONS 1