aboutsummaryrefslogtreecommitdiff
path: root/Bezier.c
diff options
context:
space:
mode:
Diffstat (limited to 'Bezier.c')
-rw-r--r--Bezier.c2
1 files changed, 1 insertions, 1 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;