fix drag handle segv, new app icons
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainsession.h
index ab53708d3048615fe11590a6c81cc71a7dc6ed9e..a62063959c060751713a25a2708941734a7b3684 100644 (file)
@@ -53,10 +53,7 @@ public:
        int set_default_x11_host(int win_config=-1);
        void default_window_positions(int window_config=0);
        void boundaries();
-
-
-
-
+       Track *drag_handle_track();
 
 // For drag and drop events
 // The entire track where the dropped asset is going to go
@@ -139,6 +136,8 @@ public:
        int cswindow_x, cswindow_y, cswindow_w, cswindow_h;
 // subtitle
        int swindow_x, swindow_y, swindow_w, swindow_h;
+// binfolder filter window
+       int bwindow_w, bwindow_h;
 // error window
        int ewindow_w, ewindow_h;
 // Channel edit window
@@ -158,7 +157,6 @@ public:
        int use_hist_parade;
        int use_wave_parade;
 
-
        int afolders_w;
        int show_vwindow, show_awindow, show_cwindow, show_gwindow, show_lwindow;
        int plugindialog_w, plugindialog_h;