|
|
1.1 root 1: /*
2: * sccsid: @(#)Conversion.h 1.6 2/25/87
3: */
4:
5: /*
6: * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
7: *
8: * All Rights Reserved
9: *
10: * Permission to use, copy, modify, and distribute this software and its
11: * documentation for any purpose and without fee is hereby granted,
12: * provided that the above copyright notice appear in all copies and that
13: * both that copyright notice and this permission notice appear in
14: * supporting documentation, and that the name of Digital Equipment
15: * Corporation not be used in advertising or publicity pertaining to
16: * distribution of the software without specific, written prior permission.
17: *
18: *
19: * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
20: * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
21: * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
22: * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
23: * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
24: * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
25: * SOFTWARE.
26: */
27:
28:
29: /* $Header: Conversion.h,v 1.109 87/09/11 08:16:06 toddb Exp $ */
30:
31: /*
32: * Conversion.h - interface to resource type conversion procs
33: *
34: * Author: haynes
35: * Digital Equipment Corporation
36: * Western Research Laboratory
37: * Date: Mon Jan 5 1987
38: */
39:
40:
41: #ifndef _Conversion_h_
42: #define _Conversion_h_
43:
44: typedef struct {unsigned int width, height; } Dims;
45: typedef struct {int xpos, ypos; } Pos;
46: typedef struct {Dims dims; Pos pos; } Geometry;
47:
48: extern void LowerCase(); /* source, dest */
49: /* char *source; */
50: /* char *dest; /* RETURN */
51:
52: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.