1 /*
2  * bltTkInt.h --
3  *
4  *	Contains copies of internal Tk structures.
5  *
6  * Copyright 1993-1998 Lucent Technologies, Inc.
7  *
8  * Permission to use, copy, modify, and distribute this software and
9  * its documentation for any purpose and without fee is hereby
10  * granted, provided that the above copyright notice appear in all
11  * copies and that both that the copyright notice and warranty
12  * disclaimer appear in supporting documentation, and that the names
13  * of Lucent Technologies any of their entities not be used in
14  * advertising or publicity pertaining to distribution of the software
15  * without specific, written prior permission.
16  *
17  * Lucent Technologies disclaims all warranties with regard to this
18  * software, including all implied warranties of merchantability and
19  * fitness.  In no event shall Lucent Technologies be liable for any
20  * special, indirect or consequential damages or any damages
21  * whatsoever resulting from loss of use, data or profits, whether in
22  * an action of contract, negligence or other tortuous action, arising
23  * out of or in connection with the use or performance of this
24  * software.
25  */
26 
27 #ifndef _BLT_TKINT_H
28 #define _BLT_TKINT_H
29 
30 #include <tkInt.h>
31 #include <tk3d.h>
32 #include <tkFont.h>
33 
34 #endif /* BLT_TKINT_H */
35