diff -r 7174e23f7617 -r 01d60f80fa52 maemo-ui/src/mmyth_ui.h --- a/maemo-ui/src/mmyth_ui.h Thu Sep 28 16:02:14 2006 +0100 +++ b/maemo-ui/src/mmyth_ui.h Wed Jan 24 21:52:23 2007 +0000 @@ -16,6 +16,9 @@ #include "mmyth_schedulerui.h" #include "mmyth_tvplayer.h" +/* GMyth specific includes */ +#include + typedef struct _MMythUi { @@ -34,6 +37,8 @@ MMythUiCommon *epg_grid_uicommon; MMythUiCommon *record_uicommon; MMythUiCommon *schedule_uicommon; + + GMythBackendInfo *backend_info; GtkWidget *videow; int idle_id;