From eee55fa06347c197db15979d0bcff40322d9ee4e Mon Sep 17 00:00:00 2001 From: "donal.k.fellows@manchester.ac.uk" Date: Tue, 15 Jun 2004 15:09:25 +0000 Subject: Add declarations of result... D'oh! --- generic/tkCanvas.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/generic/tkCanvas.c b/generic/tkCanvas.c index 88fe989..a36e81a 100644 --- a/generic/tkCanvas.c +++ b/generic/tkCanvas.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvas.c,v 1.27 2004/06/15 15:02:53 dkf Exp $ + * RCS: @(#) $Id: tkCanvas.c,v 1.28 2004/06/15 15:09:25 dkf Exp $ */ /* #define USE_OLD_TAG_SEARCH 1 */ @@ -3847,7 +3847,7 @@ FindItems(interp, canvasPtr, argc, argv, newTag, first, searchPtrPtr) #endif /* USE_OLD_TAG_SEARCH */ Tk_Item *itemPtr; Tk_Uid uid; - int index; + int index, result; static CONST char *optionStrings[] = { "above", "all", "below", "closest", "enclosed", "overlapping", "withtag", NULL @@ -4178,6 +4178,7 @@ RelinkItems(canvasPtr, tag, prevPtr, searchPtrPtr) TagSearch search; #endif /* USE_OLD_TAG_SEARCH */ Tk_Item *firstMovePtr, *lastMovePtr; + int result; /* * Find all of the items to be moved and remove them from -- cgit v0.12