intrinsics.xml revision 9e7bcd65
1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" 3[ <!ENTITY % defs SYSTEM "defs.ent"> %defs; 4]> 5 6<book id="intrinsics" lang="en"> 7 8<bookinfo> 9 <title>X Toolkit Intrinsics - C Language Interface</title> 10 <subtitle>X Window System</subtitle> 11 <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> 12 <printhistory><para>First Revision - April, 1994</para></printhistory> 13 <authorgroup> 14 <author> 15 <firstname>Joel</firstname><surname>McCormack</surname> 16 <affiliation> 17 <orgname>Digital Equipment Corporation</orgname> 18 <orgdiv>Western Software Laboratory</orgdiv> 19 </affiliation> 20 </author> 21 <author> 22 <firstname>Paul</firstname><surname>Asente</surname> 23 <affiliation> 24 <orgname>Digital Equipment Corporation</orgname> 25 <orgdiv>Western Software Laboratory</orgdiv> 26 </affiliation> 27 </author> 28 <author> 29 <firstname>Ralph</firstname><othername>R.</othername> 30 <surname>Swick</surname> 31 <affiliation> 32 <orgname>Digital Equipment Corporation</orgname> 33 <orgdiv>External Research Group</orgdiv> 34 </affiliation> 35 </author> 36 </authorgroup> 37 <printhistory><para>version 6 edited by Donna Converse X Consortium, Inc.</para></printhistory> 38 39<legalnotice> 40<para>XWindow System is a trademark of X Consortium, Inc.</para> 41 42<para role="multiLicensing"> 43Copyright © 1985, 1986, 1987, 1988, 1991, 1994 X Consortium 44</para> 45 46<para> 47Permission is hereby granted, free of charge, to any person obtaining 48a copy of this software and associated documentation files (the 49"Software"), to deal in the Software without restriction, including 50without limitation the rights to use, copy, modify, merge, publish, 51distribute, sublicense, and/or sell copies of the Software, and to 52permit persons to whom the Software is furnished to do so, subject to 53the following conditions: 54</para> 55 56<para> 57The above copyright notice and this permission notice shall be included 58in all copies or substantial portions of the Software. 59</para> 60 61<para> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 62OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 63MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 64IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR 65OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 66ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 67OTHER DEALINGS IN THE SOFTWARE. 68</para> 69 70<para> 71Except as contained in this notice, the name of the X Consortium shall 72not be used in advertising or otherwise to promote the sale, use or 73other dealings in this Software without prior written authorization 74from the X Consortium. 75</para> 76</legalnotice> 77 78<legalnotice> 79<para role="multiLicensing"> 80Copyright © 1985, 1986, 1987, 1988, 1991, 1994 81Digital Equipment Corporation, Maynard, Massachusetts. 82</para> 83 84<para> 85Permission to use, copy, modify and distribute this documentation for any 86purpose and without fee is hereby granted, provided that the above copyright 87notice appears in all copies and that both that copyright notice and this 88permission notice appear in supporting documentation, and that the name of 89Digital not be used in in advertising or publicity pertaining 90to distribution of the software without specific, written prior permission. 91Digital makes no representations about the suitability of the 92software described herein for any purpose. 93It is provided "as is" without express or implied warranty. 94</para> 95 96</legalnotice> 97</bookinfo> 98 99 100 101<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acknowledgement.xml"/> 102 103 104<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="preface.xml"/> 105<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH01.xml"/> 106 107<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH02.xml"/> 108<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH03.xml"/> 109<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH04.xml"/> 110<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH05.xml"/> 111<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH06.xml"/> 112<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH07.xml"/> 113<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH08.xml"/> 114<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH09.xml"/> 115<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH10.xml"/> 116<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH11.xml"/> 117<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH12.xml"/> 118<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CH13.xml"/> 119 120<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appA.xml"/> 121<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appB.xml"/> 122<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appC.xml"/> 123<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appD.xml"/> 124<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appE.xml"/> 125<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appF.xml"/> 126 127</book> 128 129