X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=337d4bd4c5a2c7cd95d9ce19192aca743da04f17;hb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;hp=83d7b13d8399461f3e046c810eb104e15882a035;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 83d7b13d..337d4bd4 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -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,7 +62,7 @@ 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