diff gui/app/cfg.h @ 36429:28ea255e40ce

Add support for TV/DVB to the GUI. Support is limited to a single (resp. the first) card. At the same time, add the new GUI option 'gui_tv_digital', the new GUI message 'evPlayTV' and the new GUI font symbol 'b'. Additionally, update the documentation.
author ib
date Fri, 29 Nov 2013 12:41:32 +0000
parents e27855a45128
children
line wrap: on
line diff
--- a/gui/app/cfg.h	Fri Nov 29 12:34:21 2013 +0000
+++ b/gui/app/cfg.h	Fri Nov 29 12:41:32 2013 +0000
@@ -22,6 +22,13 @@
 #include "m_config.h"
 #include "m_option.h"
 
+typedef struct {
+    int StreamType;
+    char *SchemeName;
+} guiTV_t;
+
+extern guiTV_t guiTV[2];
+
 extern m_config_t *gui_conf;
 
 extern int gtkCacheOn;
@@ -82,6 +89,7 @@
 extern int gui_main_pos_y;
 extern int gui_video_pos_x;
 extern int gui_video_pos_y;
+extern int gui_tv_digital;
 
 extern int guiWinID;