diff options
author | nijtmans <nijtmans> | 2008-11-09 21:53:39 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-11-09 21:53:39 (GMT) |
commit | dd6a96ceda09d92cf81990911e682d0ccc248adb (patch) | |
tree | a254fbcdb8ffa92e12bd6444d93f61ff50941950 /generic/tkCanvLine.c | |
parent | e2a656affce975f610d3296f1d22485219790066 (diff) | |
download | tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.zip tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.tar.gz tk-dd6a96ceda09d92cf81990911e682d0ccc248adb.tar.bz2 |
One more (hopefully the last) signature change
in Tk_CreateSmoothMethod.
Diffstat (limited to 'generic/tkCanvLine.c')
-rw-r--r-- | generic/tkCanvLine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvLine.c b/generic/tkCanvLine.c index e04a72a..209076d 100644 --- a/generic/tkCanvLine.c +++ b/generic/tkCanvLine.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvLine.c,v 1.25 2008/11/01 16:14:30 dkf Exp $ + * RCS: @(#) $Id: tkCanvLine.c,v 1.26 2008/11/09 21:53:39 nijtmans Exp $ */ #include <stdio.h> @@ -61,7 +61,7 @@ typedef struct LineItem { * point in line (PTS_IN_ARROW points, first * of which is tip). Malloc'ed. NULL means no * arrowhead at last point. */ - Tk_SmoothMethod *smooth; /* Non-zero means draw line smoothed (i.e. + const Tk_SmoothMethod *smooth; /* Non-zero means draw line smoothed (i.e. * with Bezier splines). */ int splineSteps; /* Number of steps in each spline segment. */ } LineItem; |