|
|
1.1 ! root 1: /* $Header: Quarks.h,v 1.2 87/09/01 13:25:39 toddb Exp $ */ ! 2: /* ! 3: * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. ! 4: * ! 5: * All Rights Reserved ! 6: * ! 7: * Permission to use, copy, modify, and distribute this software and its ! 8: * documentation for any purpose and without fee is hereby granted, ! 9: * provided that the above copyright notice appear in all copies and that ! 10: * both that copyright notice and this permission notice appear in ! 11: * supporting documentation, and that the name of Digital Equipment ! 12: * Corporation not be used in advertising or publicity pertaining to ! 13: * distribution of the software without specific, written prior permission. ! 14: * ! 15: * ! 16: * DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ! 17: * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ! 18: * DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ! 19: * ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ! 20: * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ! 21: * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ! 22: * SOFTWARE. ! 23: */ ! 24: ! 25: #ifndef _XrmQuarks_h_ ! 26: #define _XrmQuarks_h_ ! 27: ! 28: ! 29: /* Representation types */ ! 30: ! 31: extern XrmQuark XrmQBoolean; ! 32: extern XrmQuark XrmQColor; ! 33: extern XrmQuark XrmQCursor; ! 34: extern XrmQuark XrmQDims; ! 35: extern XrmQuark XrmQDisplay; ! 36: extern XrmQuark XrmQFile; ! 37: extern XrmQuark XrmQFloat; ! 38: extern XrmQuark XrmQFont; ! 39: extern XrmQuark XrmQFontStruct; ! 40: extern XrmQuark XrmQGeometry; ! 41: extern XrmQuark XrmQInt; ! 42: extern XrmQuark XrmQPixel; ! 43: extern XrmQuark XrmQPixmap; ! 44: extern XrmQuark XrmQPointer; ! 45: extern XrmQuark XrmQString; ! 46: extern XrmQuark XrmQWindow; ! 47: ! 48: /* Boolean enumeration constants */ ! 49: ! 50: extern XrmQuark XrmQEoff; ! 51: extern XrmQuark XrmQEfalse; ! 52: extern XrmQuark XrmQEno; ! 53: extern XrmQuark XrmQEon; ! 54: extern XrmQuark XrmQEtrue; ! 55: extern XrmQuark XrmQEyes; ! 56: ! 57: #endif _XrmQuarks_h_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.