X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=a01691b2c339be714addff85466e57dad10747cd;hb=219e9cae947fc9454f65c210d600800158d798fb;hp=0b6f218a4961d3e0b15c2cbbebd2f0173847f358;hpb=5c3e5d5e76c29b49708b4e42d194402150b508ab;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 0b6f218a..a01691b2 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 @@ -64,12 +64,15 @@ class EDL; #define AW_MEDIA_FOLDER 6 #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