summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkCanvas.h')
-rw-r--r--generic/tkCanvas.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkCanvas.h b/generic/tkCanvas.h
index a96fa6b..9dbcd0f 100644
--- a/generic/tkCanvas.h
+++ b/generic/tkCanvas.h
@@ -6,11 +6,12 @@
*
* Copyright (c) 1991-1994 The Regents of the University of California.
* Copyright (c) 1994-1995 Sun Microsystems, Inc.
+ * Copyright (c) 1998 by Scriptics Corporation.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkCanvas.h,v 1.2 1998/09/14 18:23:07 stanton Exp $
+ * RCS: @(#) $Id: tkCanvas.h,v 1.3 1998/10/13 18:13:06 rjohnson Exp $
*/
#ifndef _TKCANVAS
@@ -208,6 +209,7 @@ typedef struct TkCanvas {
* Postscript for the canvas. NULL means
* no Postscript is currently being
* generated. */
+ Tcl_HashTable idTable; /* Table of integer indices. */
} TkCanvas;
/*