diff -r 7174e23f7617 -r 657379d8f3b6 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 Mon Dec 18 22:18:57 2006 +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;