Diff of /trunk/src/style.h

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

revision 21 by achadwick, Wed Dec 10 00:00:05 2008 UTC revision 22 by harbaum, Wed Dec 17 16:43:46 2008 UTC
# Line 46  typedef struct style_s { Line 46  typedef struct style_s {
46      gboolean has_border_color;      gboolean has_border_color;
47      elemstyle_color_t border_color;      elemstyle_color_t border_color;
48      float border_width;      float border_width;
49      gint opaque;      elemstyle_color_t color;
50      float zoom_max;      float zoom_max;
51    } area;    } area;
52    
53    struct {    struct {
54      float mult;      float mult;
55      gint opaque;      elemstyle_color_t color;
56    
57      struct {      struct {
58        gboolean present;        gboolean present;
# Line 62  typedef struct style_s { Line 62  typedef struct style_s {
62    } frisket;    } frisket;
63    
64    struct {    struct {
     gboolean has_fill_color;   // not filled if no color is set  
65      float radius, border_radius;      float radius, border_radius;
66      elemstyle_color_t fill_color, color;      elemstyle_color_t fill_color, color;
67      gboolean show_untagged;      gboolean show_untagged;

Legend:
Removed from v.21  
changed lines
  Added in v.22