Diff of /trunk/src/appdata.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by harbaum, Tue Dec 16 17:00:20 2008 UTC revision 22 by harbaum, Wed Dec 17 16:43:46 2008 UTC
# Line 69  typedef struct appdata_s { Line 69  typedef struct appdata_s {
69    HildonWindow *window;    HildonWindow *window;
70    osso_context_t *osso_context;    osso_context_t *osso_context;
71    
   /* and the ability to zoom */  
   GtkWidget *fullscreen_menu_item;  
72  #else  #else
73    GtkWidget *window;    GtkWidget *window;
74  #endif  #endif
# Line 113  typedef struct appdata_s { Line 111  typedef struct appdata_s {
111    } track;    } track;
112    
113    GtkWidget *menu_item_project_close;    GtkWidget *menu_item_project_close;
114      GtkWidget *menu_item_view_fullscreen;
115    
116    GtkWidget *menu_view;    GtkWidget *menu_view;
117    

Legend:
Removed from v.21  
changed lines
  Added in v.22