From cc43759557da35ce47cb2a09e98f59e3ef7c43be Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 24 Mar 2005 15:25:52 +0000 Subject: Syntax/Style Guide fixes --- generic/tkEntry.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/generic/tkEntry.c b/generic/tkEntry.c index e347cff..f1c2885 100644 --- a/generic/tkEntry.c +++ b/generic/tkEntry.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkEntry.c,v 1.36 2005/03/24 07:16:13 wolfsuit Exp $ + * RCS: @(#) $Id: tkEntry.c,v 1.37 2005/03/24 15:25:52 dgp Exp $ */ #include "tkInt.h" @@ -1539,7 +1539,10 @@ EntryWorldChanged(instanceData) */ int -TkpDrawEntryBorderAndFocus(Entry *entryPtr, Drawable pixmap, int isSpinbox) +TkpDrawEntryBorderAndFocus(entryPtr, pixmap, isSpinbox) + Entry *entryPtr; + Drawable pixmap; + int isSpinbox; { return 0; } @@ -1567,7 +1570,9 @@ TkpDrawEntryBorderAndFocus(Entry *entryPtr, Drawable pixmap, int isSpinbox) */ int -TkpDrawSpinboxButtons(Spinbox *sbPtr, pixmap) +TkpDrawSpinboxButtons(sbPtr, pixmap) + Spinbox *sbPtr; + Pixmap pixmap; { return 0; } -- cgit v0.12