diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-09 09:42:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-10-09 09:42:50 (GMT) |
commit | dbc889981b7f5414f827865b148399d7f0f92185 (patch) | |
tree | 1de8659adb06e169ae09910a09e21edc8f81696e /generic/tk3d.h | |
parent | 61a9c44c70087f9eb7e1d3f0284c4cea2a21840d (diff) | |
download | tk-dbc889981b7f5414f827865b148399d7f0f92185.zip tk-dbc889981b7f5414f827865b148399d7f0f92185.tar.gz tk-dbc889981b7f5414f827865b148399d7f0f92185.tar.bz2 |
comment formatting
Diffstat (limited to 'generic/tk3d.h')
-rw-r--r-- | generic/tk3d.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tk3d.h b/generic/tk3d.h index c3fac00..eabab7a 100644 --- a/generic/tk3d.h +++ b/generic/tk3d.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: tk3d.h,v 1.7 2005/11/27 02:36:13 das Exp $ + * RCS: @(#) $Id: tk3d.h,v 1.8 2008/10/09 09:42:50 dkf Exp $ */ #ifndef _TK3D @@ -42,9 +42,8 @@ typedef struct TkBorder { * no longer valid and it isn't present in * borderTable: it is being kept around only * because there are objects referring to it. - * The structure is freed when - * resourceRefCount and objRefCount are both - * 0. */ + * The structure is freed when objRefCount and + * resourceRefCount are both 0. */ int objRefCount; /* The number of Tcl objects that reference * this structure. */ XColor *bgColorPtr; /* Background color (intensity between |