summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-10-20 12:22:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-10-20 12:22:50 (GMT)
commita21c33c0f20c4fa209681d67d86cbef627349998 (patch)
treeaf660c03137c11d3f62c7e4b58843eeb77603ee2
parent81d5aea3fe64e099608fc2b0cdaecffcf1a5e7be (diff)
downloadtk-a21c33c0f20c4fa209681d67d86cbef627349998.zip
tk-a21c33c0f20c4fa209681d67d86cbef627349998.tar.gz
tk-a21c33c0f20c4fa209681d67d86cbef627349998.tar.bz2
Reduce number of casts
-rw-r--r--generic/tkInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 44a4e94..7a378aa 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: $Id: tkInt.h,v 1.87 2008/10/20 10:50:20 dkf Exp $
+ * RCS: $Id: tkInt.h,v 1.88 2008/10/20 12:22:50 dkf Exp $
*/
#ifndef _TKINT
@@ -102,7 +102,7 @@ typedef struct TkpCursor_ *TkpCursor;
typedef struct TkRegion_ *TkRegion;
typedef struct TkStressedCmap TkStressedCmap;
typedef struct TkBindInfo_ *TkBindInfo;
-typedef struct TkBusy_ *TkBusy;
+typedef struct Busy *TkBusy;
/*
* Function types.