bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cpanel.h
index cbca255ac15298ffe001befd1881726bffdbcaa5..a3e19430ed078db0527386404cd8c3b555a27fb0 100644 (file)
@@ -35,7 +35,7 @@ public:
        ~CPanel();
 
        void create_objects();
-       void reposition_buttons(int x, int y);
+       void reposition_buttons(int x, int y, int h);
        void set_operation(int value);
 
        MWindow *mwindow;
@@ -176,6 +176,10 @@ public:
        char *get_caption();
        int handle_event();
        int set_shown(int shown);
+       int show_window(int flush=1) { return 0; }
+       int hide_window(int flush=1) { return 0; }
+       int show(int flush=1) { return BC_SubWindow::show_window(flush); }
+       int hide(int flush=1) { return BC_SubWindow::hide_window(flush); }
        void update(float zoom);
        MWindow *mwindow;
        CPanel *gui;