X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fwintv.h;h=eea97c4560c4f745c1e12bedbb6cf8c6b3eba394;hb=03bf11ec3f2c7a2077c8f521722d97b9e2eeb383;hp=cefb6440f52ff160e5ba91d5fd1a6275d8c0d257;hpb=4c207ab325a8e8e6b79a9a18d4647273b5f59f93;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/wintv.h b/cinelerra-5.1/cinelerra/wintv.h index cefb6440..eea97c45 100644 --- a/cinelerra-5.1/cinelerra/wintv.h +++ b/cinelerra-5.1/cinelerra/wintv.h @@ -1,3 +1,23 @@ +/* + * CINELERRA + * Copyright (C) 2016-2020 William Morrow + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ + #ifndef __WINTV_H__ #define __WINTV_H__ // as of 2020/01/06 using kernel version 5.3.16 @@ -75,6 +95,7 @@ public: WinTVCWindowHandler(WinTV *wintv, RemoteControl *remote_control); int wintv_process_code(int code); int process_key(int key); + int is_wintv() { return 1; } WinTV *wintv; }; @@ -85,6 +106,7 @@ public: WinTVRecordHandler(WinTV *wintv, RemoteControl *remote_control); int wintv_process_code(int code); int process_key(int key); + int is_wintv() { return 1; } WinTV *wintv; };