1*84e872a0SLloyd Pique<?xml version='1.0' encoding='utf-8' ?> 2*84e872a0SLloyd Pique<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ 3*84e872a0SLloyd Pique<!ENTITY % BOOK_ENTITIES SYSTEM "Wayland.ent"> 4*84e872a0SLloyd Pique%BOOK_ENTITIES; 5*84e872a0SLloyd Pique]> 6*84e872a0SLloyd Pique<bookinfo id="book-Wayland-Wayland"> 7*84e872a0SLloyd Pique <title>Wayland</title> 8*84e872a0SLloyd Pique <subtitle>The Wayland Protocol</subtitle> 9*84e872a0SLloyd Pique <productname>Documentation</productname> 10*84e872a0SLloyd Pique <productnumber>0.1</productnumber> 11*84e872a0SLloyd Pique <edition>1</edition> 12*84e872a0SLloyd Pique <pubsnumber>0</pubsnumber> 13*84e872a0SLloyd Pique <abstract> 14*84e872a0SLloyd Pique <para> 15*84e872a0SLloyd Pique Wayland is a protocol for a compositor to talk to 16*84e872a0SLloyd Pique its clients as well as a C library implementation of 17*84e872a0SLloyd Pique that protocol. The compositor can be a standalone 18*84e872a0SLloyd Pique display server running on Linux kernel modesetting 19*84e872a0SLloyd Pique and evdev input devices, an X application, or a 20*84e872a0SLloyd Pique Wayland client itself. The clients can be 21*84e872a0SLloyd Pique traditional applications, X servers (rootless or 22*84e872a0SLloyd Pique fullscreen) or other display servers. 23*84e872a0SLloyd Pique </para> 24*84e872a0SLloyd Pique </abstract> 25*84e872a0SLloyd Pique <corpauthor> 26*84e872a0SLloyd Pique <inlinemediaobject> 27*84e872a0SLloyd Pique <imageobject> 28*84e872a0SLloyd Pique <imagedata fileref="images/wayland.png" format="PNG" /> 29*84e872a0SLloyd Pique </imageobject> 30*84e872a0SLloyd Pique <textobject> 31*84e872a0SLloyd Pique <phrase> 32*84e872a0SLloyd Pique Wayland logo 33*84e872a0SLloyd Pique </phrase> 34*84e872a0SLloyd Pique </textobject> 35*84e872a0SLloyd Pique </inlinemediaobject> 36*84e872a0SLloyd Pique </corpauthor> 37*84e872a0SLloyd Pique 38*84e872a0SLloyd Pique <legalnotice lang="en-US"> 39*84e872a0SLloyd Pique <para> 40*84e872a0SLloyd Pique Copyright <trademark class="copyright"></trademark> &YEAR; &HOLDER; 41*84e872a0SLloyd Pique </para> 42*84e872a0SLloyd Pique 43*84e872a0SLloyd Pique <para> 44*84e872a0SLloyd Pique Permission is hereby granted, free of charge, to any person obtaining a 45*84e872a0SLloyd Pique copy of this software and associated documentation files (the "Software"), 46*84e872a0SLloyd Pique to deal in the Software without restriction, including without limitation 47*84e872a0SLloyd Pique the rights to use, copy, modify, merge, publish, distribute, sublicense, 48*84e872a0SLloyd Pique and/or sell copies of the Software, and to permit persons to whom the 49*84e872a0SLloyd Pique Software is furnished to do so, subject to the following conditions: 50*84e872a0SLloyd Pique </para> 51*84e872a0SLloyd Pique 52*84e872a0SLloyd Pique <para> 53*84e872a0SLloyd Pique The above copyright notice and this permission notice (including the next 54*84e872a0SLloyd Pique paragraph) shall be included in all copies or substantial portions of the 55*84e872a0SLloyd Pique Software. 56*84e872a0SLloyd Pique </para> 57*84e872a0SLloyd Pique 58*84e872a0SLloyd Pique <para> 59*84e872a0SLloyd Pique THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 60*84e872a0SLloyd Pique IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 61*84e872a0SLloyd Pique FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 62*84e872a0SLloyd Pique THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 63*84e872a0SLloyd Pique LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 64*84e872a0SLloyd Pique FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 65*84e872a0SLloyd Pique DEALINGS IN THE SOFTWARE. 66*84e872a0SLloyd Pique </para> 67*84e872a0SLloyd Pique </legalnotice> 68*84e872a0SLloyd Pique 69*84e872a0SLloyd Pique 70*84e872a0SLloyd Pique <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 71*84e872a0SLloyd Pique</bookinfo> 72