diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-07 11:45:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-07 11:45:52 (GMT) |
commit | f339d11a14d762ffea8d324dc90f4fd57206adbe (patch) | |
tree | 82c124968bd2f583702bb2c3589a5deadb28b408 /generic | |
parent | c7b7fdf7d1eb26ee3ab249d6c1b5f43c37109d7c (diff) | |
parent | 75e7ae483a869550bca05be6d240c753acd49392 (diff) | |
download | tk-f339d11a14d762ffea8d324dc90f4fd57206adbe.zip tk-f339d11a14d762ffea8d324dc90f4fd57206adbe.tar.gz tk-f339d11a14d762ffea8d324dc90f4fd57206adbe.tar.bz2 |
Now that fossil stores the right characters, we might as well use them in more places
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkInt.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 822d008..2ee9d1c 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -614,7 +614,7 @@ declare 180 { char *widgRec, int offset, Tcl_FreeProc **freeProcPtr) } -# Angled text API, exposed for Emiliano Gavilan's RBC work. +# Angled text API, exposed for Emiliano Gavilán's RBC work. declare 181 { void TkDrawAngledTextLayout(Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, double angle, int firstChar, |