X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fexportedl.h;h=79e34be7c72bb97b915b35265afb9154560b889d;hb=38781123230e8017af7b11621a78f63fa33a764e;hp=fdd183bb8d2d3c5e13449718c33728c0c12c0914;hpb=4b6c39e6cf4a3fd9c1b347db6de686ab55d6cac8;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/exportedl.h b/cinelerra-5.1/cinelerra/exportedl.h index fdd183bb..79e34be7 100644 --- a/cinelerra-5.1/cinelerra/exportedl.h +++ b/cinelerra-5.1/cinelerra/exportedl.h @@ -122,8 +122,9 @@ public: ExportEDLPathText *path_textbox; BC_RecentList *path_recent; ExportEDLWindowTrackList *track_list; - ArrayList items_tracks[2]; + const char *list_titles[2]; + int list_widths[2]; MWindow *mwindow; }; @@ -146,11 +147,7 @@ class ExportEDLWindowTrackList : public BC_ListBox { public: ExportEDLWindowTrackList(ExportEDLWindow *window, - int x, - int y, - int w, - int h, - ArrayList *track_list); + int x, int y, int w, int h); int handle_event(); ExportEDLWindow *window;