OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [insight/] [tix/] [unix/] [tixUnixPort.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
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
 
18
struct _TixpSubRegion {
19
    XRectangle rect;
20
    int rectUsed;
21
};
22
 
23
#ifdef UCHAR_SUPPORTED
24
typedef unsigned char UNSIGNED_CHAR;
25
#else
26
typedef char UNSIGNED_CHAR;
27
#endif
28
 
29
#endif /* _TIX_UNIXPORT_H_ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.