Diff of /trunk/src/osm.h

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

revision 2 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 13 by achadwick, Mon Dec 15 14:17:29 2008 UTC
# Line 95  typedef struct way_s { Line 95  typedef struct way_s {
95      gulong color;      gulong color;
96      gint width;      gint width;
97      float zoom_max;      float zoom_max;
98        gboolean dashed;
99    
100      union {      union {
101        struct {        struct {
# Line 241  void osm_way_rotate(way_t *way, gint off Line 242  void osm_way_rotate(way_t *way, gint off
242  tag_t *osm_tags_copy(tag_t *tag, gboolean update_creator);  tag_t *osm_tags_copy(tag_t *tag, gboolean update_creator);
243    
244  #endif /* OSM_H */  #endif /* OSM_H */
245    
246    // vim:et:ts=8:sw=2:sts=2:ai

Legend:
Removed from v.2  
changed lines
  Added in v.13