Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / pTk / tixUnixPort.h
CommitLineData
86530b38
AT
1/*
2 * tixUnixPort.h --
3 *
4 * This header file handles porting issues that occur because of
5 * differences between systems. It reads in platform specific
6 * portability files.
7 *
8 * Copyright (c) 1996, Expert Interface Technologies
9 *
10 * See the file "license.terms" for information on usage and redistribution
11 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12 *
13 */
14
15#ifndef _TIX_UNIXPORT_H_
16#define _TIX_UNIXPORT_H_
17
18struct _TixpSubRegion {
19 XRectangle rect;
20 int rectUsed;
21};
22
23#ifdef UCHAR_SUPPORTED
24typedef unsigned char UNSIGNED_CHAR;
25#else
26typedef char UNSIGNED_CHAR;
27#endif
28
29#endif /* _TIX_UNIXPORT_H_ */