Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 1174) +++ global_typedefs.h (revision 1175) @@ -33,12 +33,20 @@ typedef struct AttributeListType AttributeListType, *AttributeListTypePtr; typedef struct rats_patch_line_s rats_patch_line_t; -typedef struct line_st LineType, *LineTypePtr; - typedef struct unit Unit; typedef struct increments Increments; typedef COORD_TYPE Coord; /* pcb base unit */ typedef double Angle; /* degrees */ + +#ifndef XtSpecificationRelease +typedef unsigned int Cardinal; +/*typedef unsigned int Pixel;*/ +typedef char *String; +typedef short Position; +typedef short Dimension; #endif +typedef unsigned char BYTE; +#endif +