From 395b185e7d03c18efd681420914e6992a82a2508 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 11 Apr 2006 05:42:01 +0000 Subject: typos, whitespace --- macosx/tkMacOSXFont.c | 6 +++--- macosx/tkMacOSXMouseEvent.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c index 1d80d18..1f01c3d 100644 --- a/macosx/tkMacOSXFont.c +++ b/macosx/tkMacOSXFont.c @@ -35,7 +35,7 @@ * that such fonts can not be used for controls, because controls * definitely require a family id (this assertion needs testing). * - * RCS: @(#) $Id: tkMacOSXFont.c,v 1.15 2006/04/10 20:52:37 cc_benny Exp $ + * RCS: @(#) $Id: tkMacOSXFont.c,v 1.16 2006/04/11 05:42:02 das Exp $ */ #include "tkMacOSXInt.h" @@ -43,7 +43,7 @@ /* #ifdef TK_MAC_DEBUG -#define TK_MAC_DEBUG_FONTS 1 +#define TK_MAC_DEBUG_FONTS #endif */ @@ -2237,7 +2237,7 @@ InitFontFamilies(void) */ if (familyListNextFree > 0) { - return; + return; } err = ATSFontFamilyApplyFunction(FontFamilyEnumCallback,NULL); diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index d06e56b..51b33dc 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -54,7 +54,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.20 2006/04/07 06:15:42 das Exp $ + * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.21 2006/04/11 05:42:01 das Exp $ */ #include "tkMacOSXInt.h" @@ -415,7 +415,7 @@ HandleWindowTitlebarMouseDown(MouseEventData * medPtr, Tk_Window tkwin) case inCollapseBox: if (TrackBox(medPtr->whichWin, medPtr->global, medPtr->windowPart)) { if (tkwin) { - TkpWmSetState((TkWindow *)tkwin, IconicState);; + TkpWmSetState((TkWindow *)tkwin, IconicState); result = 1; } } -- cgit v0.12