summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEmbed.c
diff options
context:
space:
mode:
authordas <das>2007-04-25 00:02:04 (GMT)
committerdas <das>2007-04-25 00:02:04 (GMT)
commite3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6 (patch)
treeda0748503c3d44bd7e5db1d897d7a413f1851756 /macosx/tkMacOSXEmbed.c
parent89789cc23e0bfa7a525df63af50433b3c7bbc9e5 (diff)
downloadtk-e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6.zip
tk-e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6.tar.gz
tk-e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6.tar.bz2
typo
Diffstat (limited to 'macosx/tkMacOSXEmbed.c')
-rw-r--r--macosx/tkMacOSXEmbed.c4
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;