add new boxblur plugin, mods to videoscope, fix segv for menu btns kfrm-tweak/kfrm...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / zwindow.h
index 1c6f4ce077b65be5a4720ba96ab78288986028ba..ea76bdf45aaea24ffa0524f033be6981a6156752 100644 (file)
@@ -82,8 +82,9 @@ public:
        EDL* edl;
 
        int idx;
-       int highlighted;
+       int highlighted, playable;
        char title[BCTEXTLEN];
+       float zoom;
 };
 
 #endif