X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmwindowgui.h;h=4d742667f042fac6ec01ed677d3513c15353f83a;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;hp=a850f242370b3d1b1df0aa0fb044b71bfcb324d4;hpb=8596efc40093b9581099e7c72d8be3857e390242;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/mwindowgui.h b/cinelerra-5.0/cinelerra/mwindowgui.h index a850f242..4d742667 100644 --- a/cinelerra-5.0/cinelerra/mwindowgui.h +++ b/cinelerra-5.0/cinelerra/mwindowgui.h @@ -66,6 +66,17 @@ public: MWindow *mwindow; }; +class FFMpegToggle : public BC_Toggle +{ +public: + FFMpegToggle(MWindow *mwindow, MButtons *mbuttons, int x, int y); + ~FFMpegToggle(); + int handle_event(); + + MWindow *mwindow; + MButtons *mbuttons; +}; + class MWindowGUI : public BC_Window { @@ -127,6 +138,7 @@ public: int quit(); void stop_drawing(); int save_defaults(BC_Hash *defaults); + int menu_w(); int menu_h(); // Draw on the status bar only. int show_message(char *message, int color = -1); @@ -183,6 +195,7 @@ public: MainClock *mainclock; MButtons *mbuttons; + FFMpegToggle *ffmpeg_toggle; PaneDivider *x_divider; PaneDivider *y_divider; TimelinePane *pane[TOTAL_PANES];