X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindow.h;h=643c34bc00ccc4c10ab387babbb85b5255f93ae6;hp=2eaad4b3a0d2b59cceb3cfe5af42160584b74d0a;hb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93;hpb=3878a693e0ea8626268a95333a11954cf9c10930 diff --git a/cinelerra-5.1/cinelerra/cwindow.h b/cinelerra-5.1/cinelerra/cwindow.h index 2eaad4b3..643c34bc 100644 --- a/cinelerra-5.1/cinelerra/cwindow.h +++ b/cinelerra-5.1/cinelerra/cwindow.h @@ -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