add VFrameJpeg for shapewipe shapes, switch to jpeg for shapes, cam/prjr x,y,z range...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / zwindow.h
index fcd05699c1f7c45084474a75f378844f6860a00f..ea76bdf45aaea24ffa0524f033be6981a6156752 100644 (file)
@@ -81,9 +81,10 @@ public:
        ZWindowGUI *zgui;
        EDL* edl;
 
-       int idx, destroy;
-       int highlighted;
+       int idx;
+       int highlighted, playable;
        char title[BCTEXTLEN];
+       float zoom;
 };
 
 #endif