fix audiospect ratio in scale per andrew, upgrade dav1d to 0.6.0, fix shapewipe black...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / zwindow.h
index fcd05699c1f7c45084474a75f378844f6860a00f..5af5ccd86d90a356eddbc7900cd23652e7aeae47 100644 (file)
@@ -81,9 +81,10 @@ public:
        ZWindowGUI *zgui;
        EDL* edl;
 
-       int idx, destroy;
+       int idx;
        int highlighted;
        char title[BCTEXTLEN];
+       float zoom;
 };
 
 #endif