diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-12-02 13:36:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-12-02 13:36:45 (GMT) |
commit | 2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3 (patch) | |
tree | 663e293e1f00b24e754c5126459e1baa76686a3b /generic/tkInt.decls | |
parent | 7777b15dbacc0d62ad348efc954c053031f72e0c (diff) | |
download | tk-2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3.zip tk-2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3.tar.gz tk-2cf343c2d3e62d0a052e9d8e7251b1c53d5b6ad3.tar.bz2 |
fix/regen
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 580b056..4758f37 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -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: tkInt.decls,v 1.66 2010/12/02 11:38:29 dkf Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.67 2010/12/02 13:36:45 dkf Exp $ library tk @@ -618,21 +618,21 @@ declare 180 { declare 181 { void TkDrawAngledTextLayout(Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, double angle, int firstChar, - int lastChar); + int lastChar) } declare 182 { void TkUnderlineAngledTextLayout(Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, double angle, - int underline); + int underline) } declare 183 { int TkIntersectAngledTextLayout(Tk_TextLayout layout, int x, int y, - int width, int height, double angle); + int width, int height, double angle) } declare 184 { void TkDrawAngledChars(Display *display,Drawable drawable, GC gc, Tk_Font tkfont, const char *source, int numBytes, double x, - double y, double angle); + double y, double angle) } ############################################################################## |