aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Bezier.c2
-rw-r--r--generic/Arc.c2
-rw-r--r--generic/Curve.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/Bezier.c b/Bezier.c
index aa2719a..2789366 100644
--- a/Bezier.c
+++ b/Bezier.c
@@ -73,7 +73,7 @@ typedef struct _BezierItemStruct {
LineStyle line_style; /* This is considered only if relief is flat */
int cap_style;
ReliefStyle relief;
- int line_width; /* If 0 the path is not drawn, if <2 relief is flat */
+ ZnDim line_width; /* If 0 the path is not drawn, if <2 relief is flat */
Pixmap fill_pattern;
ZnGradient *fill_color;
Pixmap line_pattern;
diff --git a/generic/Arc.c b/generic/Arc.c
index 203978f..f370057 100644
--- a/generic/Arc.c
+++ b/generic/Arc.c
@@ -75,7 +75,7 @@ typedef struct _ArcItemStruct {
Pixmap fill_pattern;
ZnGradient *fill_color;
ZnColor line_color;
- int line_width;
+ ZnDim line_width;
LineStyle line_style;
ZnLineEnd first_end;
ZnLineEnd last_end;
diff --git a/generic/Curve.c b/generic/Curve.c
index 1363231..4183d27 100644
--- a/generic/Curve.c
+++ b/generic/Curve.c
@@ -81,7 +81,7 @@ typedef struct _CurveItemStruct {
int cap_style;
int join_style;
ReliefStyle relief;
- int line_width; /* If 0 the path is not drawn, if <2 relief is flat */
+ ZnDim line_width; /* If 0 the path is not drawn, if <2 relief is flat */
Pixmap fill_pattern;
ZnGradient *fill_color;
Pixmap line_pattern;