maemo-ui/src/mmyth_ui.h
branchtrunk
changeset 216 001205bb0f40
parent 20 7174e23f7617
child 754 cb885ee44618
     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	Tue Dec 12 18:19:35 2006 +0000
     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;