summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.h
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-10-13 18:13:05 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-10-13 18:13:05 (GMT)
commitd746f90e766000b0e368ca94bf5d83764b3256fb (patch)
tree8f7938e353656771307dd68a16d97c8b59b4e566 /generic/tkCanvas.h
parent5b1c3804285a3e0374833c472e26ba0cf808b705 (diff)
downloadtk-d746f90e766000b0e368ca94bf5d83764b3256fb.zip
tk-d746f90e766000b0e368ca94bf5d83764b3256fb.tar.gz
tk-d746f90e766000b0e368ca94bf5d83764b3256fb.tar.bz2
Added performance improvement to canvas tag manipulation. This was
a submitted patch. FossilOrigin-Name: 4efcb01017b965536e264e34e2260fda141b2f17
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;
/*