X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchannelinfo.h;h=d436ebb8c8f0761a862c3776b13167423239df99;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=4cafbceea93c76f497a6b9ccf01f93301f555d98;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/channelinfo.h b/cinelerra-5.1/cinelerra/channelinfo.h index 4cafbcee..d436ebb8 100644 --- a/cinelerra-5.1/cinelerra/channelinfo.h +++ b/cinelerra-5.1/cinelerra/channelinfo.h @@ -1,6 +1,8 @@ #ifndef CHANNELINFO_H #define CHANNELINFO_H +#ifdef HAVE_DVB + #include "channel.inc" #include "channeldb.h" #include "channelinfo.inc" @@ -265,10 +267,7 @@ public: ChannelPanel *panel; int x0, y0; const char *tip_info; - int in_window, tooltip_done; - int cursor_enter_event(); - int cursor_leave_event(); int repeat_event(int64_t duration); void set_tooltip(const char *tip); @@ -646,5 +645,5 @@ public: }; - +#endif #endif