Diff of /trunk/src/josm_elemstyles.h

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

revision 12 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 13 by achadwick, Mon Dec 15 14:17:29 2008 UTC
# Line 44  typedef gulong elemstyle_color_t; Line 44  typedef gulong elemstyle_color_t;
44  typedef struct {  typedef struct {
45    gint width;    gint width;
46    elemstyle_color_t color;    elemstyle_color_t color;
47      gboolean dashed;
48    
49    struct {    struct {
50      gboolean valid;      gboolean valid;
# Line 97  void josm_elemstyles_colorize_way(struct Line 98  void josm_elemstyles_colorize_way(struct
98  void josm_elemstyles_colorize_world(struct style_s *style, osm_t *osm);  void josm_elemstyles_colorize_world(struct style_s *style, osm_t *osm);
99    
100  #endif // JOSM_ELEMSTYLES_H  #endif // JOSM_ELEMSTYLES_H
101    
102    // vim:et:ts=8:sw=2:sts=2:ai

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