add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / channelinfo.h
index 4cafbceea93c76f497a6b9ccf01f93301f555d98..d436ebb8c8f0761a862c3776b13167423239df99 100644 (file)
@@ -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