Diff of /trunk/src/josm_elemstyles.h

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

revision 45 by harbaum, Tue Dec 16 17:00:20 2008 UTC revision 46 by achadwick, Mon Feb 2 20:59:14 2009 UTC
# Line 33  typedef enum { Line 33  typedef enum {
33    ES_TYPE_LINE_MOD    ES_TYPE_LINE_MOD
34  } elemstyle_type_t;  } elemstyle_type_t;
35    
36    #define DEFAULT_DASH_LENGTH 0
37    
38  typedef gulong elemstyle_color_t;  typedef gulong elemstyle_color_t;
39    
40  /* from elemstyles.xml:  /* from elemstyles.xml:
# Line 46  typedef struct { Line 48  typedef struct {
48    gint width;    gint width;
49    elemstyle_color_t color;    elemstyle_color_t color;
50    gboolean dashed;    gboolean dashed;
51      gint dash_length;  // <= 0 means dash length is based on the width
52    
53    struct {    struct {
54      gboolean valid;      gboolean valid;

Legend:
Removed from v.45  
changed lines
  Added in v.46