Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindowgui.h
index 4ac94fed5262e6bd7bd253d2c68fb32b6eff8e70..74f353eaab785f131d75d6370196e5783cf002bf 100644 (file)
@@ -56,6 +56,7 @@
 #include "trackscroll.inc"
 #include "transitionpopup.inc"
 #include "wintv.inc"
+#include "x10tv.inc"
 #include "zoombar.inc"
 
 
@@ -160,6 +161,8 @@ public:
        void set_meter_format(int mode, int min, int max);
        void update_mixers(Track *track, int v);
        void stop_transport(const char *lock_msg);
+       void close_keyvalue_popup();
+       void open_keyvalue_popup(BC_SubWindow *popup);
 
        int translation_event();
        int resize_event(int w, int h);          // handle a resize event
@@ -167,6 +170,7 @@ public:
        int keyboard_listener(BC_WindowBase *wp);
        int key_listener(int key);
        void use_android_remote(int on);
+       int keyev_grab_remote();
        int close_event();
        int quit();
        void stop_drawing();
@@ -271,6 +275,7 @@ public:
        AndroidControl *android_control;
        RemoteControl *remote_control;
        WinTV *wintv;
+       X10TV *x10tv;
        RemoteHandler *cwindow_remote_handler;
        RemoteHandler *record_remote_handler;
 };