diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixFont.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index f392c9b..000f050 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixFont.c,v 1.24 2005/11/14 11:54:21 dkf Exp $ + * RCS: @(#) $Id: tkUnixFont.c,v 1.25 2005/11/14 14:30:56 dgp Exp $ */ #include "tkUnixInt.h" @@ -466,8 +466,8 @@ static int Ucs2beToUtfProc( ClientData clientData, /* Not used. */ CONST char *src, /* Source string in Unicode. */ - int srcLen /* Source string length in bytes. */ - int flags /* Conversion control flags. */ + int srcLen, /* Source string length in bytes. */ + int flags, /* Conversion control flags. */ Tcl_EncodingState *statePtr,/* Place for conversion routine to store state * information used during a piecewise * conversion. Contents of statePtr are @@ -1661,7 +1661,7 @@ ReleaseSubFont( static FontFamily * AllocFontFamily( Display *display, /* Display in which font will be used. */ - XFontStruct *fontStructPtr /* Screen font whose FontFamily is to be + XFontStruct *fontStructPtr, /* Screen font whose FontFamily is to be * returned. */ int base) /* Non-zero if this font family is to be used * in the base font of a font object. */ |