summaryrefslogtreecommitdiffstats
path: root/generic/tkTreeStyle.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkTreeStyle.c')
-rw-r--r--generic/tkTreeStyle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTreeStyle.c b/generic/tkTreeStyle.c
index 6195a6a..5b2a686 100644
--- a/generic/tkTreeStyle.c
+++ b/generic/tkTreeStyle.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 2002-2008 Tim Baker
*
- * RCS: @(#) $Id: tkTreeStyle.c,v 1.77 2008/01/22 01:03:02 treectrl Exp $
+ * RCS: @(#) $Id: tkTreeStyle.c,v 1.78 2008/02/29 20:49:22 treectrl Exp $
*/
#include "tkTreeCtrl.h"
@@ -6499,7 +6499,7 @@ TreeStyle_GetElemRects(
StyleDrawArgs *drawArgs, /* Various args. */
int objc, /* Number of element names. */
Tcl_Obj *CONST objv[], /* Array of element names. */
- XRectangle rects[] /* Returned rectangles. */
+ TreeRectangle rects[] /* Returned rectangles. */
)
{