wintv remote control + kernel patch, add codec fileref, amp up OpenEDL, add loadmode...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / remotecontrol.h
index d2b96ed696b07fe13bf5fa4cf349f5f3a2a73b6b..1a50d999d5108864ce53b85ed96d981514dd060b 100644 (file)
@@ -45,7 +45,7 @@ public:
        int color;
 
        void activate() { gui->set_active(this); }
-       virtual int remote_process_key(RemoteControl *remote_control, int key) { return -1; }
+       virtual int process_key(int key) { return -1; }
 
        RemoteHandler(RemoteGUI *gui, int color);
        virtual ~RemoteHandler();