1.1 --- a/maemo-ui/src/mmyth_ui.h Thu Sep 28 16:02:14 2006 +0100
1.2 +++ b/maemo-ui/src/mmyth_ui.h Fri May 18 21:28:42 2007 +0100
1.3 @@ -16,6 +16,9 @@
1.4 #include "mmyth_schedulerui.h"
1.5 #include "mmyth_tvplayer.h"
1.6
1.7 +/* GMyth specific includes */
1.8 +#include <gmyth/gmyth_backendinfo.h>
1.9 +
1.10 typedef struct _MMythUi
1.11 {
1.12
1.13 @@ -34,6 +37,8 @@
1.14 MMythUiCommon *epg_grid_uicommon;
1.15 MMythUiCommon *record_uicommon;
1.16 MMythUiCommon *schedule_uicommon;
1.17 +
1.18 + GMythBackendInfo *backend_info;
1.19
1.20 GtkWidget *videow;
1.21 int idle_id;