olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / cinelerra / exportedl.h
index fdd183bb8d2d3c5e13449718c33728c0c12c0914..79e34be7c72bb97b915b35265afb9154560b889d 100644 (file)
@@ -122,8 +122,9 @@ public:
        ExportEDLPathText *path_textbox;
        BC_RecentList *path_recent;
        ExportEDLWindowTrackList *track_list;
-
        ArrayList<BC_ListBoxItem*> 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<BC_ListBoxItem*> *track_list);
+               int x, int y, int w, int h);
 
        int handle_event();
        ExportEDLWindow *window;