diff -r 7174e23f7617 -r 5c9b6b51eb56 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 Mar 19 20:08:55 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;