Diff of /trunk/src/appdata.h

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

src/appdata.h revision 1 by harbaum, Tue Dec 9 20:06:06 2008 UTC trunk/src/appdata.h revision 64 by harbaum, Mon Feb 9 13:23:17 2009 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 92  typedef struct appdata_s { Line 90  typedef struct appdata_s {
90    
91  #ifdef USE_HILDON  #ifdef USE_HILDON
92    dbus_mm_pos_t mmpos;    dbus_mm_pos_t mmpos;
93      GtkWidget *banner;
94  #endif  #endif
95      gboolean banner_is_grabby;
96    
97    /* flags used to prevent re-appearence of dialogs */    /* flags used to prevent re-appearence of dialogs */
98    struct {    struct {
# Line 113  typedef struct appdata_s { Line 113  typedef struct appdata_s {
113    } track;    } track;
114    
115    GtkWidget *menu_item_project_close;    GtkWidget *menu_item_project_close;
116      GtkWidget *menu_item_view_fullscreen;
117    
118    GtkWidget *menu_view;    GtkWidget *menu_view;
119    
120    GtkWidget *menu_osm;    GtkWidget *menu_osm;
121      GtkWidget *menu_item_osm_upload;
122      GtkWidget *menu_item_osm_undo;
123      GtkWidget *menu_item_osm_save_changes;
124      GtkWidget *menu_item_osm_undo_changes;
125    
126    GtkWidget *menu_wms;    GtkWidget *menu_wms;
127    GtkWidget *menu_item_wms_clear;    GtkWidget *menu_item_wms_clear;
# Line 125  typedef struct appdata_s { Line 130  typedef struct appdata_s {
130    GtkWidget *menu_map;    GtkWidget *menu_map;
131    GtkWidget *menu_item_map_hide_sel;    GtkWidget *menu_item_map_hide_sel;
132    GtkWidget *menu_item_map_show_all;    GtkWidget *menu_item_map_show_all;
133      GtkWidget *menu_item_map_no_icons;
134      GtkWidget *menu_item_map_no_antialias;
135    
136      struct undo_state_s *undo_state;
137    
138  } appdata_t;  } appdata_t;
139    
# Line 148  typedef struct appdata_s { Line 157  typedef struct appdata_s {
157  #include "map_edit.h"  #include "map_edit.h"
158  #include "josm_elemstyles.h"  #include "josm_elemstyles.h"
159  #include "style.h"  #include "style.h"
160    #include "net_io.h"
161    #include "qnd_xml.h"
162    #include "undo.h"
163    #include "banner.h"
164    
165  #endif // APPDATA_H  #endif // APPDATA_H

Legend:
Removed from v.1  
changed lines
  Added in v.64