X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fzwindow.h;h=ea76bdf45aaea24ffa0524f033be6981a6156752;hb=4e08719d4410d49f07ed681bdaf4a52b9a49ea41;hp=fcd05699c1f7c45084474a75f378844f6860a00f;hpb=83c58d6d78f6bf0d1d1fd4cfba8654906fe6ec29;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/zwindow.h b/cinelerra-5.1/cinelerra/zwindow.h index fcd05699..ea76bdf4 100644 --- a/cinelerra-5.1/cinelerra/zwindow.h +++ b/cinelerra-5.1/cinelerra/zwindow.h @@ -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