diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2005-10-12 09:29:21 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2005-10-12 09:29:21 (GMT) |
commit | 92bbf2d6822dbf5925cdef0bacfb3abab498e76f (patch) | |
tree | 707e730ffb01d5f4315270f9550f0e3f18379104 /generic/tkMenu.h | |
parent | 1330e0bbfffcd10a3d09e1d1e01eb86df6e016c3 (diff) | |
download | tk-92bbf2d6822dbf5925cdef0bacfb3abab498e76f.zip tk-92bbf2d6822dbf5925cdef0bacfb3abab498e76f.tar.gz tk-92bbf2d6822dbf5925cdef0bacfb3abab498e76f.tar.bz2 |
Arrange the test suite so that it only accesses images in the same directory.
This enables packaging of the test suite as a starkit.
Diffstat (limited to 'generic/tkMenu.h')
-rw-r--r-- | generic/tkMenu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkMenu.h b/generic/tkMenu.h index 42a6719..6bbf819 100644 --- a/generic/tkMenu.h +++ b/generic/tkMenu.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMenu.h,v 1.7 2003/05/30 11:03:00 vincentdarley Exp $ + * RCS: @(#) $Id: tkMenu.h,v 1.8 2005/10/12 09:29:21 dkf Exp $ */ #ifndef _TKMENU @@ -386,6 +386,7 @@ typedef struct TkMenu { /* We actually have to allocate these because * multiple menus get changed during one * ConfigureMenu call. */ + int refCount; } TkMenu; /* |