prevent popup deactivation while button_down
[goodguy/history.git] / cinelerra-5.0 / cinelerra / mwindowgui.h
index a850f242370b3d1b1df0aa0fb044b71bfcb324d4..4d742667f042fac6ec01ed677d3513c15353f83a 100644 (file)
@@ -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];