wintv remote control + kernel patch, add codec fileref, amp up OpenEDL, add loadmode...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindow.h
index 2eaad4b3a0d2b59cceb3cfe5af42160584b74d0a..643c34bc00ccc4c10ab387babbb85b5255f93ae6 100644 (file)
@@ -82,12 +82,15 @@ public:
 
 class CWindowRemoteHandler : public RemoteHandler
 {
-       int last_key;
 public:
-       int remote_process_key(RemoteControl *remote_control, int key);
-
        CWindowRemoteHandler(RemoteControl *remote_control);
        ~CWindowRemoteHandler();
+       int process_key(int key);
+       int remote_process_key(RemoteControl *remote_control, int key);
+
+       int key, last_key;
+       RemoteControl *remote_control;
+       MWindow *mwindow;
 };
 
 #endif