diff options
author | das <das> | 2007-04-25 00:02:04 (GMT) |
---|---|---|
committer | das <das> | 2007-04-25 00:02:04 (GMT) |
commit | e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6 (patch) | |
tree | da0748503c3d44bd7e5db1d897d7a413f1851756 /macosx | |
parent | 89789cc23e0bfa7a525df63af50433b3c7bbc9e5 (diff) | |
download | tk-e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6.zip tk-e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6.tar.gz tk-e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6.tar.bz2 |
typo
Diffstat (limited to 'macosx')
-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; |