apply sge motion plugin mods
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / recordmonitor.h
index 956cd2143f5ea4f4b74553aba917698baef4e3b4..a186c16e3d47bcec99cd25702ae42ff2d3f11826 100644 (file)
@@ -107,7 +107,7 @@ public:
        void enable_signal_status(int enable);
 
        MeterPanel *meters;
-       Canvas *canvas;
+       RecordMonitorCanvas *canvas;
 //     RecordTransport *record_transport;
 #ifdef HAVE_FIREWIRE
        AVC1394Transport *avc1394_transport;
@@ -221,6 +221,7 @@ public:
                Record *record, int x, int y, int w, int h);
        ~RecordMonitorCanvas();
 
+       void create_objects(EDL *edl);
        void zoom_resize_window(float percentage);
        int button_press_event();
        int button_release_event();
@@ -228,6 +229,7 @@ public:
        int cursor_enter_event();
        void reset_translation();
        int keypress_event();
+       int keypress_event(RecordMonitorGUI *window);
        int get_output_w();
        int get_output_h();