diff options
author | das <das@noemail.net> | 2007-04-25 00:02:04 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2007-04-25 00:02:04 (GMT) |
commit | e56ee77950929ee03d904ae1ab685491ec27b0e7 (patch) | |
tree | da0748503c3d44bd7e5db1d897d7a413f1851756 /macosx/tkMacOSXEmbed.c | |
parent | 6011b43e24ecdf7dd5b040162bda0d8fc7a37821 (diff) | |
download | tk-e56ee77950929ee03d904ae1ab685491ec27b0e7.zip tk-e56ee77950929ee03d904ae1ab685491ec27b0e7.tar.gz tk-e56ee77950929ee03d904ae1ab685491ec27b0e7.tar.bz2 |
typo
FossilOrigin-Name: d363c99d4c4bb41846db6011ebaef500708b43d0
Diffstat (limited to 'macosx/tkMacOSXEmbed.c')
-rw-r--r-- | macosx/tkMacOSXEmbed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXEmbed.c b/macosx/tkMacOSXEmbed.c index 9b01740..f8ca9a7 100644 --- a/macosx/tkMacOSXEmbed.c +++ b/macosx/tkMacOSXEmbed.c @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXEmbed.c,v 1.10 2007/04/23 23:10:10 das Exp $ + * RCS: @(#) $Id: tkMacOSXEmbed.c,v 1.11 2007/04/25 00:02:04 das Exp $ */ #include "tkMacOSXInt.h" @@ -1062,7 +1062,7 @@ EmbedFocusProc( static void EmbedGeometryRequest( Container *containerPtr, /* Information about the embedding. */ - int width, height) /* Size that the child has requested. */ + int width, int height) /* Size that the child has requested. */ { TkWindow *winPtr = containerPtr->parentPtr; |