1ea1d6981Smrg<?xml version="1.0" encoding="UTF-8" ?> 2ea1d6981Smrg<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3ea1d6981Smrg "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" 4ea1d6981Smrg[ 5ea1d6981Smrg<!ENTITY % defs SYSTEM "defs.ent"> %defs; 6ea1d6981Smrg]> 7ea1d6981Smrg 8ea1d6981Smrg 9ea1d6981Smrg<book id="x11protocol"> 10ea1d6981Smrg 11ea1d6981Smrg<bookinfo> 12ea1d6981Smrg <title>X Window System Protocol</title> 13ea1d6981Smrg <subtitle>X Consortium Standard</subtitle> 14ea1d6981Smrg <author> 15ea1d6981Smrg <firstname>Robert</firstname> 16ea1d6981Smrg <othername>W.</othername> 17ea1d6981Smrg <surname>Scheifler</surname> 18ea1d6981Smrg <affiliation><orgname>X Consortium, Inc.</orgname></affiliation> 19ea1d6981Smrg </author> 20ea1d6981Smrg <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> 21ea1d6981Smrg <releaseinfo>Version 1.0</releaseinfo> 22ea1d6981Smrg <copyright><year>1986</year><year>1987</year><year>1988</year><year>1994</year><year>2004</year> 23ea1d6981Smrg <holder>The Open Group</holder> 24ea1d6981Smrg </copyright> 25ea1d6981Smrg 26ea1d6981Smrg<legalnotice> 27ea1d6981Smrg 28ea1d6981Smrg<para> 29ea1d6981SmrgPermission is hereby granted, free of charge, to any person obtaining a copy 30ea1d6981Smrgof this software and associated documentation files (the "Software"), to deal 31ea1d6981Smrgin the Software without restriction, including without limitation the rights 32ea1d6981Smrgto use, copy, modify, merge, publish, distribute, sublicense, and/or sell 33ea1d6981Smrgcopies of the Software, and to permit persons to whom the Software is 34ea1d6981Smrgfurnished to do so, subject to the following conditions: 35ea1d6981Smrg</para> 36ea1d6981Smrg<para> 37ea1d6981SmrgThe above copyright notice and this permission notice shall be included in 38ea1d6981Smrgall copies or substantial portions of the Software. 39ea1d6981Smrg</para> 40ea1d6981Smrg<para> 41ea1d6981SmrgTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 42ea1d6981SmrgIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 43ea1d6981SmrgFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 44ea1d6981SmrgOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 45ea1d6981SmrgAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 46ea1d6981SmrgCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 47ea1d6981Smrg</para> 48ea1d6981Smrg<para> 49ea1d6981SmrgExcept as contained in this notice, the name of the Open Group shall not be 50ea1d6981Smrgused in advertising or otherwise to promote the sale, use or other dealings 51ea1d6981Smrgin this Software without prior written authorization from the Open Group. 52ea1d6981Smrg</para> 53ea1d6981Smrg<para>X Window System is a trademark of The Open Group.</para> 54ea1d6981Smrg</legalnotice> 55ea1d6981Smrg</bookinfo> 56ea1d6981Smrg 57ea1d6981Smrg<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sect1-9.xml" 58ea1d6981Smrg xpointer="xpointer(/part/*)"/> 59ea1d6981Smrg<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keysyms.xml"/> 60ea1d6981Smrg<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="encoding.xml"/> 61ea1d6981Smrg<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml"/> 62ea1d6981Smrg<index id="index" /> 63ea1d6981Smrg</book> 64ea1d6981Smrg 65