|
|
1.1 ! root 1: /* ! 2: * $Header: Quarks.h,v 1.2 87/09/11 21:24:21 haynes Rel $ ! 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: #ifndef _XrmQuarks_h_ ! 28: #define _XrmQuarks_h_ ! 29: ! 30: ! 31: /* Representation types */ ! 32: ! 33: extern XrmQuark XrmQBoolean; ! 34: extern XrmQuark XrmQColor; ! 35: extern XrmQuark XrmQCursor; ! 36: extern XrmQuark XrmQDims; ! 37: extern XrmQuark XrmQDisplay; ! 38: extern XrmQuark XrmQFile; ! 39: extern XrmQuark XrmQFloat; ! 40: extern XrmQuark XrmQFont; ! 41: extern XrmQuark XrmQFontStruct; ! 42: extern XrmQuark XrmQGeometry; ! 43: extern XrmQuark XrmQInt; ! 44: extern XrmQuark XrmQPixel; ! 45: extern XrmQuark XrmQPixmap; ! 46: extern XrmQuark XrmQPointer; ! 47: extern XrmQuark XrmQString; ! 48: extern XrmQuark XrmQWindow; ! 49: ! 50: /* Boolean enumeration constants */ ! 51: ! 52: extern XrmQuark XrmQEoff; ! 53: extern XrmQuark XrmQEfalse; ! 54: extern XrmQuark XrmQEno; ! 55: extern XrmQuark XrmQEon; ! 56: extern XrmQuark XrmQEtrue; ! 57: extern XrmQuark XrmQEyes; ! 58: ! 59: #endif _XrmQuarks_h_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.