Diff of /trunk/src/cache.h

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

revision 227 by harbaum, Mon Nov 30 21:28:04 2009 UTC revision 228 by harbaum, Thu Dec 3 20:07:13 2009 UTC
# Line 50  typedef struct { Line 50  typedef struct {
50    
51  } goto_context_t;  } goto_context_t;
52    
53  typedef struct {  typedef struct cache_context_s {
54    appdata_t *appdata;    appdata_t *appdata;
55    cache_t *cache;    cache_t *cache;
56    notes_context_t notes;    notes_context_t notes;
57    goto_context_t gotoc;    goto_context_t gotoc;
58    
59    #ifdef USE_STACKABLE_WINDOW
60      /* save if the notes are being changed so the cachelist can be redrawn */
61      /* if we return to it */
62      gboolean notes_have_been_changed;
63    #endif
64    
65    /* widgets in the overview that change when the pos is overwritten */    /* widgets in the overview that change when the pos is overwritten */
66    GtkWidget *pos_lat_label, *pos_lon_label;    GtkWidget *pos_lat_label, *pos_lon_label;
67    GtkWidget *bearing_hbox;    GtkWidget *bearing_hbox;

Legend:
Removed from v.227  
changed lines
  Added in v.228