From e3b5585e53a032c2a2e9567c9c95dfc2acc7d9c6 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 25 Apr 2007 00:02:04 +0000 Subject: typo --- macosx/tkMacOSXEmbed.c | 4 ++-- 1 file 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; -- cgit v0.12