Movatterモバイル変換


[0]ホーム

URL:


X Window System Protocol

X Consortium Standard

RobertW.Scheifler

X Consortium, Inc.

X Version 11, Release 7.7

Version 1.0

Copyright © 1986, 1987, 1988, 1994, 2004 The Open Group

Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEOPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER INAN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the Open Group shall not beused in advertising or otherwise to promote the sale, use or other dealingsin this Software without prior written authorization from the Open Group.

X Window System is a trademark of The Open Group.


Table of Contents

Acknowledgements
1. Protocol Formats
Request Format
Reply Format
Error Format
Event Format
2. Syntactic Conventions
3. Common Types
4. Errors
5. Keyboards
6. Pointers
7. Predefined Atoms
8. Connection Setup
Connection Initiation
Server Response
Server Information
Screen Information
Visual Information
9. Requests
CreateWindow
ChangeWindowAttributes
GetWindowAttributes
DestroyWindow
DestroySubwindows
ChangeSaveSet
ReparentWindow
MapWindow
MapSubwindows
UnmapWindow
UnmapSubwindows
ConfigureWindow
CirculateWindow
GetGeometry
QueryTree
InternAtom
GetAtomName
ChangeProperty
DeleteProperty
GetProperty
RotateProperties
ListProperties
SetSelectionOwner
GetSelectionOwner
ConvertSelection
SendEvent
GrabPointer
UngrabPointer
GrabButton
UngrabButton
ChangeActivePointerGrab
GrabKeyboard
UngrabKeyboard
GrabKey
UngrabKey
AllowEvents
GrabServer
UngrabServer
QueryPointer
GetMotionEvents
TranslateCoordinates
WarpPointer
SetInputFocus
GetInputFocus
QueryKeymap
OpenFont
CloseFont
QueryFont
QueryTextExtents
ListFonts
ListFontsWithInfo
SetFontPath
GetFontPath
CreatePixmap
FreePixmap
CreateGC
ChangeGC
CopyGC
SetDashes
SetClipRectangles
FreeGC
ClearArea
CopyArea
CopyPlane
PolyPoint
PolyLine
PolySegment
PolyRectangle
PolyArc
FillPoly
PolyFillRectangle
PolyFillArc
PutImage
GetImage
PolyText8
PolyText16
ImageText8
ImageText16
CreateColormap
FreeColormap
CopyColormapAndFree
InstallColormap
UninstallColormap
ListInstalledColormaps
AllocColor
AllocNamedColor
AllocColorCells
AllocColorPlanes
FreeColors
StoreColors
StoreNamedColor
QueryColors
LookupColor
CreateCursor
CreateGlyphCursor
FreeCursor
RecolorCursor
QueryBestSize
QueryExtension
ListExtensions
SetModifierMapping
GetModifierMapping
ChangeKeyboardMapping
GetKeyboardMapping
ChangeKeyboardControl
GetKeyboardControl
Bell
SetPointerMapping
GetPointerMapping
ChangePointerControl
GetPointerControl
SetScreenSaver
GetScreenSaver
ForceScreenSaver
ChangeHosts
ListHosts
SetAccessControl
SetCloseDownMode
KillClient
NoOperation
10. Connection Close
11. Events
Input Device events
Pointer Window events
Input Focus events
KeymapNotify
Expose
GraphicsExposure
NoExposure
VisibilityNotify
CreateNotify
DestroyNotify
UnmapNotify
MapNotify
MapRequest
ReparentNotify
ConfigureNotify
GravityNotify
ResizeRequest
ConfigureRequest
CirculateNotify
CirculateRequest
PropertyNotify
SelectionClear
SelectionRequest
SelectionNotify
ColormapNotify
MappingNotify
ClientMessage
12. Flow Control and Concurrency
A. KEYSYM Encoding
Special KEYSYMs
Latin-1 KEYSYMs
Unicode KEYSYMs
Function KEYSYMs
Vendor KEYSYMs
Legacy KEYSYMs
B. Protocol Encoding
Syntactic Conventions
Common Types
Errors
Keyboards
Pointers
Predefined Atoms
Connection Setup
Requests
Events
Glossary
Index

Acknowledgements

The primary contributers to the X11 protocol are:

  • Dave Carver (Digital HPW)

  • Branko Gerovac (Digital HPW)

  • Jim Gettys (MIT/Project Athena, Digital)

  • Phil Karlton (Digital WSL)

  • Scott McGregor (Digital SSG)

  • Ram Rao (Digital UEG)

  • David Rosenthal (Sun)

  • Dave Winchell (Digital UEG)

The implementors of initial server who provided usefulinput are:

  • Susan Angebranndt (Digital)

  • Raymond Drewry (Digital)

  • Todd Newman (Digital)

The invited reviewers who provided useful input are:

  • Andrew Cherenson (Berkeley)

  • Burns Fisher (Digital)

  • Dan Garfinkel (HP)

  • Leo Hourvitz (Next)

  • Brock Krizan (HP)

  • David Laidlaw (Stellar)

  • Dave Mellinger (Interleaf)

  • Ron Newman (MIT)

  • John Ousterhout (Berkeley)

  • Andrew Palay (ITC CMU)

  • Ralph Swick (MIT)

  • Craig Taylor (Sun)

  • Jeffery Vroom (Stellar)

Thanks go to Al Mento of Digital's UEG Documentation Group forformatting this document.

This document does not attempt to provide the rationale or pragmatics requiredto fully understand the protocol or to place it in perspective within acomplete system.

The protocol contains many management mechanisms that are not intended fornormal applications.Not all mechanisms are needed to build a particular user interface.It is important to keep in mind that the protocol is intended toprovide mechanism, not policy.

Robert W. Scheifler

X Consortium, Inc.

Chapter 1. Protocol Formats

Table of Contents

Request Format
Reply Format
Error Format
Event Format

Request Format

Every request contains an 8-bitmajor opcodeand a 16-bitlength fieldexpressed in units of four bytes.Every request consists of four bytes of a header(containing the major opcode, the length field, and a data byte)followed by zero or more additional bytes of data.The length field defines the total length of the request, including the header.The length field in a request must equal the minimum length required to containthe request.If the specified length is smaller or larger than the required length,an error is generated.Unused bytes in a request are not required to be zero.Major opcodes 128 through 255 are reserved forextensions.Extensions are intended to contain multiple requests,so extension requests typically have an additionalminor opcode encodedin the second data byte in the request header.However, the placement and interpretation of this minor opcode and of allother fields in extension requests are not defined by the core protocol.Every request on a given connection is implicitly assigned asequence number,starting with one, that is used in replies, errors, and events.

Reply Format

Everyreply contains a 32-bit length fieldexpressed in units of four bytes.Every reply consists of 32 bytes followed by zero or more additional bytes ofdata, as specified in the length field.Unused bytes within a reply are not guaranteed to be zero.Every reply also contains the least significant 16 bits of the sequence numberof the corresponding request.

Error Format

Error reports are 32 bytes long.Every error includes an 8-bit error code.Error codes 128 through 255 are reserved for extensions.Every error also includes the major and minor opcodes of the failed requestand the least significant 16 bits of the sequence number of the request.For the following errors (seesection 4),the failing resource ID is also returned:Colormap,Cursor,Drawable,Font,GContext,IDChoice,PixmapandWindow.ForAtomerrors, the failing atom is returned.ForValueerrors, the failing value is returned.Other core errors return no additional data.Unused bytes within an error are not guaranteed to be zero.

Event Format

Events are 32 bytes long.Unused bytes within an event are not guaranteed to be zero.Every event contains an 8-bit type code.The most significant bit in this code is set if the event was generated from aSendEventrequest.Event codes 64 through 127 are reserved for extensions, although the coreprotocol does not define a mechanism for selecting interest in such events.Every core event (with the exception ofKeymapNotify)also contains the least significant 16 bits of the sequence number of the lastrequest issued by the client that was (or is currently being) processed bythe server.

Chapter 2. Syntactic Conventions

The rest of this document uses the following syntactic conventions.

  • The syntax {...} encloses a set of alternatives.

  • The syntax [...] encloses a set of structure components.

  • In general, TYPEs are in uppercase andAlternativeValuesare capitalized.

  • Requests insection 9 are describedin the following format:

    RequestNamearg1: type1     ...argN: typeN   ▶     result1: type1     ...     resultM: typeM     Errors: kind1, ..., kindK     Description.

    If no ▶ is present in the description,then the request has no reply (it is asynchronous),although errors may still be reported.If ▶+ is used,then one or more replies can be generated for a single request.

  • Events insection 11 are describedin the following format:

    EventNamevalue1: type1     ...valueN: typeN     Description.

Chapter 3. Common Types

NameValue
LISTofFOOA type name of the form LISTofFOO means a counted list of elements of typeFOO.The size of the length field may vary (it is not necessarily the samesize as a FOO), and in some cases, it may be implicit.It is fully specified in Appendix B.Except where explicitly noted,zero-length lists are legal.

BITMASK

LISTofVALUE

The types BITMASK and LISTofVALUE are somewhat special.Various requests contain arguments of the form:

value-mask: BITMASK

value-list: LISTofVALUE

These are used to allow the client to specify a subset of a heterogeneouscollection of optional arguments.The value-mask specifies which arguments are to be provided;each such argument is assigned a unique bit position.The representation of the BITMASK will typically contain more bits thanthere are defined arguments.The unused bits in the value-mask must be zero (or the server generates aValueerror).The value-list contains one value for each bit set to 1 in the mask,from least significant to most significant bit in the mask.Each value is represented with four bytes,but the actual value occupies only the least significant bytes as required.The values of the unused bytes do not matter.

ORA type of the form "T1 or ... or Tn" means the union of the indicated types.A single-element type is given as the element without enclosing braces.
WINDOW32-bit value (top three bits guaranteed to be zero)
PIXMAP32-bit value (top three bits guaranteed to be zero)
CURSOR32-bit value (top three bits guaranteed to be zero)
FONT32-bit value (top three bits guaranteed to be zero)
GCONTEXT32-bit value (top three bits guaranteed to be zero)
COLORMAP32-bit value (top three bits guaranteed to be zero)
DRAWABLEWINDOW or PIXMAP
FONTABLEFONT or GCONTEXT
ATOM32-bit value (top three bits guaranteed to be zero)
VISUALID32-bit value (top three bits guaranteed to be zero)
VALUE32-bit quantity (used only in LISTofVALUE)
BYTE8-bit value
INT88-bit signed integer
INT1616-bit signed integer
INT3232-bit signed integer
CARD88-bit unsigned integer
CARD1616-bit unsigned integer
CARD3232-bit unsigned integer
TIMESTAMPCARD32
BITGRAVITY{Forget,Static,NorthWest,North,NorthEast,West,Center,East,SouthWest,South,SouthEast }
WINGRAVITY{Unmap,Static,NorthWest,North,NorthEast,West,Center,East,SouthWest,South,SouthEast }
BOOL{True,False }
EVENT{KeyPress,KeyRelease,OwnerGrabButton,ButtonPress,ButtonRelease,EnterWindow,LeaveWindow,PointerMotion,PointerMotionHint,Button1Motion,Button2Motion,Button3Motion,Button4Motion,Button5Motion,ButtonMotion,Exposure,VisibilityChange,StructureNotify,ResizeRedirect,SubstructureNotify,SubstructureRedirect,FocusChange,PropertyChange,ColormapChange,KeymapState }
POINTEREVENT{ButtonPress,ButtonRelease,EnterWindow,LeaveWindow,PointerMotion,PointerMotionHint,Button1Motion,Button2Motion,Button3Motion,Button4Motion,Button5Motion,ButtonMotion,KeymapState }
DEVICEEVENT{KeyPress,KeyRelease,ButtonPress,ButtonRelease,PointerMotion,Button1Motion,Button2Motion,Button3Motion,Button4Motion,Button5Motion,ButtonMotion }
KEYSYM32-bit value (top three bits guaranteed to be zero)
KEYCODECARD8
BUTTONCARD8
KEYMASK{Shift,Lock,Control,Mod1,Mod2,Mod3,Mod4,Mod5 }
BUTMASK{Button1,Button2,Button3,Button4,Button5 }
KEYBUTMASKKEYMASK or BUTMASK
STRING8LISTofCARD8
STRING16LISTofCHAR2B
CHAR2B[byte1, byte2: CARD8]
POINT[x, y: INT16]
RECTANGLE

[x, y: INT16,

width, height: CARD16]

ARC

[x, y: INT16,

width, height: CARD16,

angle1, angle2: INT16]

HOST

[family:{Internet,InternetV6,ServerInterpreted,DECnet,Chaos }

address: LISTofBYTE]

The [x,y] coordinates of a RECTANGLE specify the upper-left corner.

The primary interpretation of large characters in a STRING16 is that theyare composed of two bytes used to index a two-dimensional matrix,hence, the use of CHAR2B rather than CARD16.This corresponds to the JIS/ISO method of indexing 2-byte characters.It is expected that most large fonts will be defined with 2-bytematrix indexing.For large fonts constructed with linear indexing,a CHAR2B can be interpreted as a 16-bit number by treating byte1 asthe most significant byte.This means that clients should always transmit such16-bit character values most significant byte first, as the server will neverbyte-swap CHAR2B quantities.

The length, format, and interpretation of a HOST address are specific to thefamily (seeChangeHostsrequest).

Chapter 4. Errors

In general, when a request terminates with an error,the request has no side effects (that is, there is no partial execution).The only requests for which this is not true areChangeWindowAttributes,ChangeGC,PolyText8,PolyText16,FreeColors,StoreColorsandChangeKeyboardControl.

The following error codes result from various requests as follows:

ErrorDescription
AccessAn attempt is made to grab a key/button combination already grabbed by anotherclient.An attempt is made to free a colormap entry not allocated by the clientor to free an entry in a colormap that was created with all entries writable.An attempt is made to store into a read-only or an unallocated colormap entry.An attempt is made to modify the access control list from other than the localhost (or otherwise authorized client).An attempt is made to select an event type that only one client canselect at a time when another client has already selected it.
AllocThe server failed to allocate the requested resource.Note that the explicit listing ofAllocerrors in request only covers allocation errors at a very coarse leveland is not intended to cover all casesof a server running out of allocation space in the middle of service.The semantics when a server runs out of allocation space are left unspecified,but a server may generate anAllocerror on any request for this reason,and clients should be prepared to receive such errors and handleor discard them.
AtomA value for an ATOM argument does not name a defined ATOM.
ColormapA value for a COLORMAP argument does not name a defined COLORMAP.
CursorA value for a CURSOR argument does not name a defined CURSOR.
DrawableA value for a DRAWABLE argument does not name a defined WINDOWor PIXMAP.
FontA value for a FONT argument does not name a defined FONT.A value for a FONTABLE argument does not name a defined FONT or adefined GCONTEXT.
GContextA value for a GCONTEXT argument does not name a defined GCONTEXT.
IDChoiceThe value chosen for a resource identifier either is not includedin the range assigned to the client or is already in use.
ImplementationThe server does not implement some aspect of the request.A server that generates this error for a core request is deficient.As such, this error is not listed for any of the requests,but clients should be prepared to receive such errorsand handle or discard them.
LengthThe length of a request is shorter or longer than that requiredto minimally contain the arguments.The length of a request exceeds the maximum length accepted by theserver.
MatchAnInputOnlywindow is used as a DRAWABLE.In a graphics request, the GCONTEXT argument does not have the sameroot and depth as the destination DRAWABLE argument.Some argument (or pair of arguments) has the correct type and range,but it fails to match in some other way required by the request.
NameA font or color of the specified name does not exist.
PixmapA value for a PIXMAP argument does not name a defined PIXMAP.
RequestThe major or minor opcode does not specify a valid request.
ValueSome numeric value falls outside the range of values accepted by the request.Unless a specific range is specified for an argument,the full range defined by the argument's type is accepted.Any argument defined as a set of alternatives typically can generatethis error (due to the encoding).
WindowA value for a WINDOW argument does not name a defined WINDOW.

Note

TheAtom,Colormap,Cursor,Drawable,Font,GContext,PixmapandWindowerrors are also used when the argument type is extended by union with aset of fixed alternatives, for example, <WINDOW orPointerRootorNone>.

Chapter 5. Keyboards

A KEYCODE represents a physical (or logical) key.Keycodes lie in the inclusive range [8,255].A keycode value carries no intrinsic information,although server implementors may attempt to encode geometry information(for example, matrix) to be interpreted in a server-dependent fashion.The mapping between keys and keycodes cannot be changed using theprotocol.

A KEYSYM is an encoding of a symbol on the cap of a key.The set of defined KEYSYMs include the character sets Latin-1, Latin-2,Latin-3, Latin-4, Kana, Arabic, Cyrillic, Greek, Tech, Special, Publish, APL,Hebrew, Thai, and Korean as well as a set of symbols common on keyboards(Return, Help, Tab,and so on).KEYSYMs with the most significant bit (of the 29 bits) set are reservedas vendor-specific.

A list of KEYSYMs is associated with each KEYCODE.The list is intended to convey the set of symbols on the corresponding key.If the list (ignoring trailingNoSymbolentries) is a single KEYSYM "K",then the list is treated as if it werethe list "KNoSymbolKNoSymbol".If the list (ignoring trailingNoSymbol entries)is a pair of KEYSYMs"K1 K2", then the list is treated asif it were the list"K1 K2 K1 K2".If the list (ignoring trailingNoSymbolentries) isa triple of KEYSYMs "K1 K2 K3",then the list is treated as if it were the list "K1 K2 K3NoSymbol".When an explicit "void" element is desired in the list,the valueVoidSymbolcan be used.

The first four elements of the list are split into two groups of KEYSYMs.Group 1 contains the first and second KEYSYMs, Group 2 contains the third andfourth KEYSYMs.Within each group,if the second element of the group isNoSymbol,then the group should be treated as if the second element were thesame as the first element, except when the first element is an alphabeticKEYSYM "K" for which both lowercaseand uppercase forms are defined.In that case, the group should be treated as if the first element were thelowercase form of "K" and the secondelement were the uppercase formof "K".

The standard rules for obtaining a KEYSYM from aKeyPressevent make use of only the Group 1 and Group 2 KEYSYMs; no interpretation ofother KEYSYMs in the list is defined. The modifier state determines whichgroup to use. Switching between groups is controlled by the KEYSYM namedMODE SWITCH, by attaching that KEYSYM to some KEYCODE and attaching thatKEYCODE to any one of the modifiersMod1throughMod5.This modifier iscalled the "group modifier". For any KEYCODE, Group 1 is used when thegroup modifier is off, and Group 2 is used when the group modifier is on.

TheLockmodifier is interpreted as CapsLock when the KEYSYM named CAPSLOCK is attached to some KEYCODE and that KEYCODE is attached to theLockmodifier. TheLockmodifier is interpreted as ShiftLock when the KEYSYMnamed SHIFT LOCK is attached to some KEYCODE and that KEYCODE is attachedto theLockmodifier. If theLockmodifier could be interpreted as bothCapsLock and ShiftLock, the CapsLock interpretation is used.

The operation of "keypad" keys is controlled by the KEYSYM named NUM LOCK,by attaching that KEYSYM to some KEYCODE and attaching that KEYCODE to anyone of the modifiersMod1throughMod5.This modifier is called the"numlock modifier". The standard KEYSYMs with the prefix KEYPAD in theirname are called "keypad" KEYSYMs; these are KEYSYMS with numeric value inthe hexadecimal range #xFF80 to #xFFBD inclusive. In addition,vendor-specific KEYSYMS in the hexadecimal range #x11000000 to #x1100FFFFare also keypad KEYSYMs.

Within a group, the choice of KEYSYM is determined by applying the firstrule that is satisfied from the following list:

  • The numlock modifier is on and the second KEYSYM is a keypad KEYSYM. Inthis case, if theShiftmodifier is on, or if theLockmodifier is on andis interpreted as ShiftLock, then the first KEYSYM is used; otherwise, thesecond KEYSYM is used.

  • TheShiftandLockmodifiers are both off. In this case, the firstKEYSYM is used.

  • TheShiftmodifier is off, and theLockmodifier is on and isinterpreted as CapsLock. In this case, the first KEYSYM is used, but ifthat KEYSYM is lowercase alphabetic, then the corresponding uppercaseKEYSYM is used instead.

  • TheShiftmodifier is on, and theLockmodifier is on and is interpretedas CapsLock. In this case, the second KEYSYM is used, but if that KEYSYMis lowercase alphabetic, then the corresponding uppercase KEYSYM is usedinstead.

  • TheShiftmodifier is on, or theLockmodifier is on and is interpretedas ShiftLock, or both. In this case, the second KEYSYM is used.

The mapping between KEYCODEs and KEYSYMs is not used directly by the server;it is merely stored for reading and writing by clients.

Chapter 6. Pointers

Buttons are always numbered starting with one.

Chapter 7. Predefined Atoms

Predefined atoms are not strictly necessary and may not be useful in allenvironments, but they will eliminate manyInternAtomrequests in most applications.Note that they are predefined only in the sense of having numeric values,not in the sense of having required semantics.The core protocol imposes no semantics on these names,but semantics are specified in other X Window System standards,such as theInter-Client Communication Conventions Manualand theX Logical Font Description Conventions.

The following names have predefined atom values.Note that uppercase and lowercase matter.

ARCITALIC_ANGLESTRING
ATOMMAX_SPACESUBSCRIPT_X
BITMAPMIN_SPACESUBSCRIPT_Y
CAP_HEIGHTNORM_SPACESUPERSCRIPT_X
CARDINALNOTICESUPERSCRIPT_Y
COLORMAPPIXMAPUNDERLINE_POSITION
COPYRIGHTPOINTUNDERLINE_THICKNESS
CURSORPOINT_SIZEVISUALID
CUT_BUFFER0PRIMARYWEIGHT
CUT_BUFFER1QUAD_WIDTHWINDOW
CUT_BUFFER2RECTANGLEWM_CLASS
CUT_BUFFER3RESOLUTIONWM_CLIENT_MACHINE
CUT_BUFFER4RESOURCE_MANAGERWM_COMMAND
CUT_BUFFER5RGB_BEST_MAPWM_HINTS
CUT_BUFFER6RGB_BLUE_MAPWM_ICON_NAME
CUT_BUFFER7RGB_COLOR_MAPWM_ICON_SIZE
DRAWABLERGB_DEFAULT_MAPWM_NAME
END_SPACERGB_GRAY_MAPWM_NORMAL_HINTS
FAMILY_NAMERGB_GREEN_MAPWM_SIZE_HINTS
FONTRGB_RED_MAPWM_TRANSIENT_FOR
FONT_NAMESECONDARYWM_ZOOM_HINTS
FULL_NAMESTRIKEOUT_ASCENTX_HEIGHT
INTEGERSTRIKEOUT_DESCENT 

To avoid conflicts with possible future names for which semantics might beimposed (either at the protocol level or in terms of higher level userinterface models),names beginning with an underscore should be used for atomsthat are private to a particular vendor or organization.To guarantee no conflicts between vendors and organizations,additional prefixes need to be used.However, the protocol does not define the mechanism for choosing such prefixes.For names private to a single application or end user but stored in globallyaccessible locations,it is suggested that two leading underscores be used to avoid conflicts withother names.

Chapter 8. Connection Setup

Table of Contents

Connection Initiation
Server Response
Server Information
Screen Information
Visual Information

For remote clients,the X protocol can be built on top of any reliable byte stream.

Connection Initiation

The client must send an initial byte of data to identify the byte order to beemployed.The value of the byte must be octal 102 or 154.The value 102 (ASCII uppercase B) means values are transmitted most significantbyte first, and value 154 (ASCII lowercase l) means values are transmittedleast significant byte first.Except where explicitly noted in the protocol,all 16-bit and 32-bit quantities sent by the client must be transmitted withthis byte order,and all 16-bit and 32-bit quantities returned by the server will be transmittedwith this byte order.

Following the byte-order byte,the client sends the following information at connection setup:

protocol-major-version: CARD16

protocol-minor-version: CARD16

authorization-protocol-name: STRING8

authorization-protocol-data: STRING8

The version numbers indicate what version of the protocol the clientexpects the server to implement.

The authorization name indicates what authorization (and authentication)protocol the clientexpects the server to use, and the data is specific to that protocol.Specification of valid authorization mechanisms is not part of the coreX protocol.A server that does not implement the protocol the client expectsor that only implements the host-based mechanism may simply ignore thisinformation.If both name and data strings are empty,this is to be interpreted as "no explicit authorization."

Server Response

The client receives the following information at connection setup:

  • success:{Failed,Success,Authenticate}

The client receives the following additional data if the returned successvalue isFailed,and the connection is not successfully established:

protocol-major-version: CARD16

protocol-minor-version: CARD16

reason: STRING8

The client receives the following additional data if the returned successvalue isAuthenticate,and further authentication negotiation is required:

reason: STRING8

The contents of the reason string are specific to the authorizationprotocol in use. The semantics of this authentication negotiation arenot constrained, except that the negotiation must eventually terminatewith a reply from the server containing a success value ofFailedorSuccess.

The client receives the following additional data if the returned successvalue isSuccess,and the connection is successfully established:

protocol-major-version: CARD16

protocol-minor-version: CARD16

vendor: STRING8

release-number: CARD32

resource-id-base, resource-id-mask: CARD32

image-byte-order:{LSBFirst,MSBFirst }

bitmap-scanline-unit: {8, 16, 32}

bitmap-scanline-pad: {8, 16, 32}

bitmap-bit-order:{LeastSignificant,MostSignificant }

pixmap-formats: LISTofFORMAT

roots: LISTofSCREEN

motion-buffer-size: CARD32

maximum-request-length: CARD16

min-keycode, max-keycode: KEYCODE

where:

FORMAT:[depth: CARD8,
 bits-per-pixel: {1, 4, 8, 16, 24, 32}
 scanline-pad: {8, 16, 32}]
SCREEN:[root: WINDOW
 width-in-pixels, height-in-pixels: CARD16
 width-in-millimeters, height-in-millimeters: CARD16
 allowed-depths: LISTofDEPTH
 root-depth: CARD8
 root-visual: VISUALID
 default-colormap: COLORMAP
 white-pixel, black-pixel: CARD32
 min-installed-maps, max-installed-maps: CARD16
 backing-stores: {Never, WhenMapped, Always}
 save-unders: BOOL
 current-input-masks: SETofEVENT]
DEPTH:[depth: CARD8
 visuals: LISTofVISUALTYPE]
VISUALTYPE:[visual-id: VISUALID
 class: {StaticGray, StaticColor, TrueColor, GrayScale,PseudoColor, DirectColor}
 red-mask, green-mask, blue-mask: CARD32
 bits-per-rgb-value: CARD8
 colormap-entries: CARD16]

Server Information

The information that is global to the server is:

The protocol version numbers are an escape hatch in case future revisions ofthe protocol are necessary.In general,the major version would increment for incompatible changes,and the minor version would increment for small upward compatible changes.Barring changes,the major version will be 11, and the minor version will be 0.The protocol version numbers returned indicate the protocol the serveractually supports.This might not equal the version sent by the client.The server can (but need not) refuse connections from clients that offer adifferent version than the server supports.A server can (but need not) support more than one version simultaneously.

The vendor string gives some identification of the owner of the serverimplementation.The vendor controls the semantics of the release number.

The resource-id-mask contains a single contiguous set of bits (at least 18).The client allocates resource IDs for types WINDOW, PIXMAP,CURSOR, FONT, GCONTEXT, and COLORMAP by choosing a value with onlysome subset of these bits set and ORing it with resource-id-base.Only values constructed in this way can be used to name newly createdresources over this connection.Resource IDs never have the top three bits set.The client is not restricted to linear or contiguous allocationof resource IDs.Once an ID has been freed,it can be reused.An ID must be unique with respect to the IDs of all other resources,not just other resources of the same type.However, note that the value spaces of resource identifiers,atoms, visualids, and keysyms are distinguished by context, andas such, are not required to be disjoint; for example, a given numeric valuemight be both a valid window ID, a valid atom, and a valid keysym.

Although the server is in general responsible for byte-swapping data tomatch the client,images are always transmitted and received in formats (including byte order)specified by the server.The byte order for images is given by image-byte-order and applies to eachscanline unit in XY format (bitmap format) and to each pixel value in Z format.

A bitmap is represented inscanline order.Eachscanlineis padded to a multiple of bits as given by bitmap-scanline-pad.The pad bits are of arbitrary value.The scanline is quantized in multiples of bits as given by bitmap-scanline-unit.The bitmap-scanline-unit is always less than or equal to thebitmap-scanline-pad.Within each unit,the leftmost bit in the bitmap is either the least significantor most significant bit in the unit, as given by bitmap-bit-order.If a pixmap is represented in XY format,each plane is represented as a bitmap, and the planes appear frommost significant to least significant in bit order with no paddingbetween planes.

Pixmap-formats contains one entry for eachdepth value.The entry describes theZ formatused to represent images of that depth.An entry for a depth is included if any screen supports that depth,and all screens supporting that depth must support only that Z format for thatdepth.In Z format,the pixels are in scanline order, left to right within a scanline.The number of bits used to hold each pixel is given by bits-per-pixel.Bits-per-pixel may be larger than strictly required by the depth,in which case the least significant bits are used to holdthe pixmap data, and the values of the unused high-order bits areundefined.When the bits-per-pixel is 4,the order of nibbles in the byte is the same as the image byte-order.When the bits-per-pixel is 1,the format is identical for bitmap format.Each scanline is padded to a multiple of bits as given by scanline-pad.When bits-per-pixel is 1,this will be identical to bitmap-scanline-pad.

How a pointing device roams the screens is up to the serverimplementation and is transparent to the protocol.No geometry is defined among screens.

The server may retain the recent history of pointer motion and do so to afiner granularity than is reported byMotionNotifyevents.TheGetMotionEventsrequest makes such history available.The motion-buffer-size gives the approximate maximum numberof elements in the history buffer.

Maximum-request-length specifies the maximum length of a requestaccepted by the server, in 4-byte units.That is, length is the maximum value that can appear in the length field of arequest.Requests larger than this maximum generate aLengtherror,and the server will read and simply discard the entire request.Maximum-request-length will always be at least 4096(that is, requests of length up to and including 16384 byteswill be accepted by all servers).

Min-keycode and max-keycode specify the smallest and largest keycodevalues transmitted by the server.Min-keycode is never less than 8,and max-keycode is never greater than 255.Not all keycodes in this range are required to have corresponding keys.

Screen Information

The information that applies per screen is:

The allowed-depths specifies what pixmap and window depths are supported.Pixmaps are supported for each depth listed,and windows of that depth are supported if at least one visual type is listedfor the depth.A pixmap depth of one is always supported and listed,but windows of depth one might not be supported.A depth of zero is never listed,but zero-depthInputOnlywindows are always supported.

Root-depth and root-visual specify the depth and visual type of theroot window.Width-in-pixels and height-in-pixels specify the size ofthe root window (which cannot be changed).The class of the root window is alwaysInputOutput.Width-in-millimeters and height-in-millimeters can be used to determine thephysical size and the aspect ratio.

The default-colormap is the one initially associated with the root window.Clients with minimal color requirements creating windows ofthe same depth as the root may want to allocate from this map bydefault.

Black-pixel and white-pixel can be used in implementing a monochromeapplication.These pixel values are for permanently allocated entries in thedefault-colormap.The actual RGB values may be settable on some screensand, in any case, may not actually be black and white.The names are intended to convey the expected relative intensity of the colors.

The border of the root window is initially a pixmap filled with the black-pixel.The initial background of the root window is a pixmap filled with someunspecified two-color pattern using black-pixel and white-pixel.

Min-installed-maps specifies the number of maps that can be guaranteedto be installed simultaneously (withInstallColormap),regardless of the number of entries allocated in each map.Max-installed-maps specifies the maximum number of maps that might possibly beinstalled simultaneously, depending on their allocations.Multiple static-visual colormaps with identical contents but differing inresource ID should be considered as a single map for the purposes of thisnumber.For the typical case of a single hardware colormap, both values will be 1.

Backing-stores indicates when the server supports backing stores forthis screen, although it may be storage limited in the number ofwindows it can support at once.If save-unders isTrue,the server can support the save-under mode inCreateWindowandChangeWindowAttributes,although again it may be storage limited.

The current-input-events is whatGetWindowAttributeswould return for the all-event-masks for the root window.

Visual Information

The information that applies per visual-type is:

A given visual type might be listed for more than one depth or formore than one screen.

ForPseudoColor,a pixel value indexes a colormap to produce independent RGB values;the RGB values can be changed dynamically.GrayScaleis treated in the same way asPseudoColorexcept which primary drives the screen is undefined;thus, the client should always store thesame value for red, green, and blue in colormaps.ForDirectColor,a pixel value is decomposed into separate RGB subfields,and each subfield separately indexes the colormap for the corresponding value.The RGB values can be changed dynamically.TrueColoris treated in the same way asDirectColorexcept the colormap has predefined read-only RGB values.These values are server-dependent but provide linear or near-linearincreasing ramps in each primary.StaticColoris treated in the same way asPseudoColorexcept the colormap has predefined read-only RGB values,which are server-dependent.StaticGrayis treated in the same way asStaticColorexcept the red, green, and blue values are equal for anysingle pixel value, resulting in shades of gray.StaticGraywith a two-entry colormap can be thought of as monochrome.

The red-mask, green-mask, and blue-mask are only defined forDirectColorandTrueColor.Each has one contiguous set of bits set to 1 with no intersections.Usually each mask has the same number of bits set to 1.

The bits-per-rgb-value specifies the log base 2 of the number ofdistinct color intensity values (individually) of red, green, and blue.This number need not bear any relation to the number of colormap entries.Actual RGB values are always passed in the protocol within a16-bit spectrum, with 0 being minimum intensity and 65535 being themaximum intensity.On hardware that provides a linear zero-based intensity ramp,the following relationship exists:

       hw-intensity = protocol-intensity / (65536 / total-hw-intensities)

Colormap entries are indexed from 0.The colormap-entries defines the number of available colormap entries in anewly created colormap.ForDirectColorandTrueColor,this will usually be 2 to the power of the maximum number of bits set to 1 inred-mask, green-mask, and blue-mask.

Chapter 9. Requests

Table of Contents

CreateWindow
ChangeWindowAttributes
GetWindowAttributes
DestroyWindow
DestroySubwindows
ChangeSaveSet
ReparentWindow
MapWindow
MapSubwindows
UnmapWindow
UnmapSubwindows
ConfigureWindow
CirculateWindow
GetGeometry
QueryTree
InternAtom
GetAtomName
ChangeProperty
DeleteProperty
GetProperty
RotateProperties
ListProperties
SetSelectionOwner
GetSelectionOwner
ConvertSelection
SendEvent
GrabPointer
UngrabPointer
GrabButton
UngrabButton
ChangeActivePointerGrab
GrabKeyboard
UngrabKeyboard
GrabKey
UngrabKey
AllowEvents
GrabServer
UngrabServer
QueryPointer
GetMotionEvents
TranslateCoordinates
WarpPointer
SetInputFocus
GetInputFocus
QueryKeymap
OpenFont
CloseFont
QueryFont
QueryTextExtents
ListFonts
ListFontsWithInfo
SetFontPath
GetFontPath
CreatePixmap
FreePixmap
CreateGC
ChangeGC
CopyGC
SetDashes
SetClipRectangles
FreeGC
ClearArea
CopyArea
CopyPlane
PolyPoint
PolyLine
PolySegment
PolyRectangle
PolyArc
FillPoly
PolyFillRectangle
PolyFillArc
PutImage
GetImage
PolyText8
PolyText16
ImageText8
ImageText16
CreateColormap
FreeColormap
CopyColormapAndFree
InstallColormap
UninstallColormap
ListInstalledColormaps
AllocColor
AllocNamedColor
AllocColorCells
AllocColorPlanes
FreeColors
StoreColors
StoreNamedColor
QueryColors
LookupColor
CreateCursor
CreateGlyphCursor
FreeCursor
RecolorCursor
QueryBestSize
QueryExtension
ListExtensions
SetModifierMapping
GetModifierMapping
ChangeKeyboardMapping
GetKeyboardMapping
ChangeKeyboardControl
GetKeyboardControl
Bell
SetPointerMapping
GetPointerMapping
ChangePointerControl
GetPointerControl
SetScreenSaver
GetScreenSaver
ForceScreenSaver
ChangeHosts
ListHosts
SetAccessControl
SetCloseDownMode
KillClient
NoOperation

CreateWindow

wid,parent: WINDOW
class:{InputOutput,InputOnly,CopyFromParent}
depth: CARD8
visual: VISUALID orCopyFromParent
x,y: INT16
width,height,border-width: CARD16
value-mask: BITMASK
value-list: LISTofVALUE
Errors:Alloc,Colormap,Cursor,IDChoice,Match,Pixmap,Value,Window

This request creates an unmapped window and assigns the identifier wid to it.

A class ofCopyFromParentmeans the class is taken from the parent.A depth of zero for classInputOutputorCopyFromParentmeans the depth is taken from the parent.A visual ofCopyFromParentmeans the visual type is taken from the parent.For classInputOutput,the visual type and depth must be a combination supported for the screen(or aMatcherror results).The depth need not be the same as the parent,but the parent must not be of classInputOnly(or aMatcherror results).For classInputOnly,the depth must be zero (or aMatcherror results), and the visual must be one supported for the screen (or aMatcherror results).However, the parent can have any depth and class.

The server essentially acts as ifInputOnlywindows do not exist for the purposes of graphics requests,exposure processing, andVisibilityNotifyevents.AnInputOnlywindow cannot be used as a drawable (as a source or destination for graphicsrequests).InputOnlyandInputOutputwindows act identically in other respects-properties,grabs, input control, and so on.

The coordinate system has the X axis horizontal and the Y axis verticalwith the origin [0, 0] at the upper-left corner.Coordinates are integral,in terms of pixels,and coincide with pixel centers.Each window and pixmap has its own coordinate system.For a window,the origin is inside the border at the inside, upper-left corner.

The x and y coordinatesfor the window are relative to the parent's originand specify the position of the upper-left outer corner of the window(not the origin).The width and height specify the inside size (not including the border)and must be nonzero (or aValueerror results).The border-width for anInputOnlywindow must be zero (or aMatcherror results).

The window is placed on top in the stacking order with respect to siblings.

The value-mask and value-list specify attributes of the window that areto be explicitly initialized.The possible values are:

AttributeType
background-pixmapPIXMAP orNoneorParentRelative
background-pixelCARD32
border-pixmapPIXMAP orCopyFromParent
border-pixelCARD32
bit-gravityBITGRAVITY
win-gravityWINGRAVITY
backing-store{NotUseful,WhenMapped,Always }
backing-planesCARD32
backing-pixelCARD32
save-underBOOL
event-maskSETofEVENT
do-not-propagate-maskSETofDEVICEEVENT
override-redirectBOOL
colormapCOLORMAP orCopyFromParent
cursorCURSOR orNone

The default values when attributes are not explicitly initializedare:

AttributeDefault
background-pixmapNone
border-pixmapCopyFromParent
bit-gravityForget
win-gravityNorthWest
backing-storeNotUseful
backing-planesall ones
backing-pixelzero
save-underFalse
event-mask{} (empty set)
do-not-propagate-mask{} (empty set)
override-redirectFalse
colormapCopyFromParent
cursorNone

Only the following attributes are defined forInputOnlywindows:

  • win-gravity

  • event-mask

  • do-not-propagate-mask

  • override-redirect

  • cursor

It is aMatcherror to specify any other attributes forInputOnlywindows.

If background-pixmap is given,it overrides the default background-pixmap.The background pixmap and the window must have thesame root and the same depth (or aMatcherror results).Any size pixmap can be used, although some sizes may be faster than others.If backgroundNoneis specified, the window has no defined background.If backgroundParentRelativeis specified, the parent's background is used,but the window must have the same depth as the parent (or aMatcherror results).If the parent has backgroundNone,then the window will also have backgroundNone.A copy of the parent's background is not made.The parent's background is reexamined each time the window background isrequired.If background-pixel is given, it overrides the defaultbackground-pixmap and any background-pixmap given explicitly,and a pixmap of undefined size filled with background-pixel is used for thebackground.Range checking is not performed on the background-pixel value;it is simply truncated to the appropriate number of bits.For aParentRelativebackground,the background tile origin always aligns with the parent's background tileorigin.Otherwise, the background tile origin is always the window origin.

When no valid contents are available for regions of a windowand the regions are either visible or the server is maintaining backing store,the server automatically tiles the regions with the window's backgroundunless the window has a background ofNone.If the background isNone,the previous screen contents from other windows of the same depth as the windoware simply left in place if the contents come from the parent of the windowor an inferior of the parent;otherwise, the initial contents of the exposed regions are undefined.Exposure events are then generated for the regions, even if the background isNone.

The border tile origin is always the same as the background tile origin.If border-pixmap is given,it overrides the default border-pixmap.The border pixmap and the window must have the same rootand the same depth (or aMatcherror results).Any size pixmap can be used,although some sizes may be faster than others.IfCopyFromParentis given, the parent's border pixmap is copied (subsequent changes tothe parent's border attribute do not affect the child),but the window must have the same depth as the parent (or aMatcherror results).The pixmap might be copied by sharing the same pixmap object between thechild and parent or by making a complete copy of the pixmap contents.If border-pixel is given,it overrides the default border-pixmap and any border-pixmap given explicitly,and a pixmap of undefined size filled with border-pixel is used for the border.Range checking is not performed on the border-pixel value;it is simply truncated to the appropriate number of bits.

Output to a window is always clipped to the inside of the window,so that the border is never affected.

The bit-gravity defines which region of the window should be retainedif the window is resized, and win-gravity defines how the window shouldbe repositioned if the parent is resized (seeConfigureWindowrequest).

A backing-store ofWhenMappedadvises the server that maintaining contents of obscured regionswhen the window is mapped would be beneficial.A backing-store ofAlwaysadvises the server that maintaining contents even when the window isunmapped would be beneficial.In this case,the server may generate an exposure event when the window is created.A value ofNotUsefuladvises the server that maintaining contents is unnecessary,although a server may still choose to maintain contents while the windowis mapped.Note that if the server maintains contents,then the server should maintain complete contentsnot just the region within the parent boundaries,even if the window is larger than its parent.While the server maintains contents,exposure events will not normally be generated,but the server may stop maintaining contents at any time.

If save-under isTrue,the server is advised that when this window ismapped, saving the contents of windows it obscures would be beneficial.

When the contents of obscured regions of a window are being maintained,regions obscured by noninferior windows are included in thedestination (and source, when the window is the source) of graphicsrequests, but regions obscured by inferior windows are not included.

The backing-planes indicates (with bits set to 1) which bit planesof the window hold dynamic data that must be preserved in backing-storesand during save-unders.The backing-pixel specifies what value to use in planes notcovered by backing-planes.The server is free to save only the specified bit planes in the backing-storeor save-under and regenerate the remaining planes with the specified pixelvalue.Any bits beyond the specified depth of the window in thesevalues are simply ignored.

The event-mask defines which events the client is interested in forthis window (or for some event types, inferiors of the window).The do-not-propagate-mask defines which events should not be propagated toancestor windows when no client has the event type selected in thiswindow.

The override-redirect specifies whether map and configure requests on thiswindow should override aSubstructureRedirecton the parent, typically to inform a window manager not to tamper withthe window.

The colormap specifies the colormap that best reflects the truecolors of the window.Servers capable of supporting multiple hardware colormaps may use thisinformation, and window managers may use it forInstallColormaprequests.The colormap must have the same visual type and root as the window (or aMatcherror results).IfCopyFromParentis specified,the parent's colormap is copied (subsequent changes to the parent'scolormap attribute do not affect the child).However, the window must have the same visual type as the parent (or aMatcherror results), and the parent must not have a colormap ofNone(or aMatcherror results).For an explanation ofNone,seeFreeColormaprequest.The colormap is copied by sharing the colormap object between the childand the parent,not by making a complete copy of the colormap contents.

If a cursor is specified,it will be used whenever the pointer is in the window.IfNoneis specified,the parent's cursor will be used when the pointer is in the window,and any change in the parent's cursor will cause an immediate changein the displayed cursor.

This request generates aCreateNotifyevent.

The background and border pixmaps and the cursor may be freedimmediately if no further explicit references to them are to be made.

Subsequent drawing into the background or border pixmap has anundefined effect on the window state.The server might or might not make a copy of the pixmap.

ChangeWindowAttributes

window: WINDOW
value-mask: BITMASK
value-list: LISTofVALUE
Errors:Access,Colormap,Cursor,Match,Pixmap,Value,Window

The value-mask and value-list specify which attributes are to be changed.The values and restrictions are the same as forCreateWindow.

Setting a new background, whether by background-pixmap orbackground-pixel, overrides any previous background.Setting a new border, whether by border-pixel or border-pixmap,overrides any previous border.

Changing the background does not cause the window contents to be changed.Setting the border or changing the background such that theborder tile origin changes causes the border to be repainted.Changing the background of a root window toNoneorParentRelativerestores the default background pixmap.Changing the border of a root window toCopyFromParentrestores the default border pixmap.

Changing the win-gravity does not affect the current position of thewindow.

Changing the backing-store of an obscured window toWhenMappedorAlwaysor changing the backing-planes, backing-pixel, or save-under ofa mapped window may have no immediate effect.

Multiple clients can select input on the same window;their event-masks are disjoint.When an event is generated,it will be reported to all interested clients.However, only one client at a time can select forSubstructureRedirect,only one client at a time can select forResizeRedirect,and only one client at a time can select forButtonPress.An attempt to violate these restrictions results in anAccesserror.

There is only one do-not-propagate-mask for a window, not one perclient.

Changing the colormap of a window (by defining a new map, not bychanging the contents of the existing map) generates aColormapNotifyevent.Changing the colormap of a visible window might have no immediate effecton the screen (seeInstallColormaprequest).

Changing the cursor of a root window toNonerestores the default cursor.

The order in which attributes are verified and altered is server-dependent.If an error is generated,a subset of the attributes may have been altered.

GetWindowAttributes

window: WINDOW
visual: VISUALID
class:{InputOutput,InputOnly}
bit-gravity: BITGRAVITY
win-gravity: WINGRAVITY
backing-store:{NotUseful,WhenMapped,Always}
backing-planes: CARD32
backing-pixel: CARD32
save-under: BOOL
colormap: COLORMAP orNone
map-is-installed: BOOL
map-state:{Unmapped,Unviewable,Viewable}
all-event-masks, your-event-mask: SETofEVENT
do-not-propagate-mask: SETofDEVICEEVENT
override-redirect: BOOL
Errors:Window

This request returns the current attributes of the window.A window isUnviewableif it is mapped but some ancestor is unmapped.All-event-masks is the inclusive-OR of all event masks selected on the windowby clients.Your-event-mask is the event mask selected by the querying client.

DestroyWindow

window: WINDOW
Errors:Window

If the argument window is mapped,anUnmapWindowrequest is performed automatically.The window and all inferiors are then destroyed, and aDestroyNotifyevent is generated for each window.The ordering of theDestroyNotifyevents is such that for any given window,DestroyNotifyis generated on all inferiors of the window before being generated onthe window itself.The ordering among siblings and across subhierarchies is not otherwiseconstrained.

Normal exposure processing on formerly obscured windows is performed.

If the window is a root window,this request has no effect.

DestroySubwindows

window: WINDOW
Errors:Window

This request performs aDestroyWindowrequest on all children of the window, in bottom-to-top stacking order.

ChangeSaveSet

window: WINDOW
mode:{Insert,Delete}
Errors:Match,Value,Window

This request adds or removes the specified window from the client'ssave-set.The window must have been created by some other client (or aMatcherror results).For further information about the use of the save-set,seesection 10.

When windows are destroyed,the server automatically removes them from the save-set.

ReparentWindow

window,parent: WINDOW
x,y: INT16
Errors:Match,Window

If the window is mapped,anUnmapWindowrequest is performed automatically first.The window is then removed from its current position in the hierarchyand is inserted as a child of the specified parent.The x and y coordinates are relative to the parent's originand specify the new position of the upper-left outer corner of thewindow.The window is placed on top in the stacking order with respectto siblings.AReparentNotifyevent is then generated.The override-redirect attribute of the window is passed on in this event;a value ofTrueindicates that a window manager should not tamper with this window.Finally, if the window was originally mapped, aMapWindowrequest is performed automatically.

Normal exposure processing on formerly obscured windows is performed.The server might not generate exposure events for regions from theinitial unmap that are immediately obscured by the final map.

AMatcherror is generated if:The new parent is not on the same screen as the old parent.The new parent is the window itself or an inferior of the window.The new parent isInputOnly,and the window is not.The window has aParentRelativebackground, and the new parent is not the same depth as the window.

MapWindow

window: WINDOW
Errors:Window

If the window is already mapped, this request has no effect.

If the override-redirect attribute of the window isFalseand some other client has selectedSubstructureRedirecton the parent, then aMapRequestevent is generated, but the window remains unmapped.Otherwise, the window is mapped,and aMapNotifyevent is generated.

If the window is now viewable and its contents have been discarded,the window is tiled with its background (if no background is defined,the existing screen contents are not altered), and zero or more exposureevents are generated.If a backing-store has been maintained while the window was unmapped,no exposure events are generated.If a backing-store will now be maintained,a full-window exposure is always generated.Otherwise, only visible regions may be reported.Similar tiling and exposure take place for any newly viewable inferiors.

MapSubwindows

window: WINDOW
Errors:Window

This request performs aMapWindowrequest on all unmapped children of the window,in top-to-bottom stacking order.

UnmapWindow

window: WINDOW
Errors:Window

If the window is already unmapped, this request has no effect.Otherwise, the window is unmapped, and anUnmapNotifyevent is generated.Normal exposure processing on formerly obscured windows is performed.

UnmapSubwindows

window: WINDOW
Errors:Window

This request performs anUnmapWindowrequest on all mapped children of the window,in bottom-to-top stacking order.

ConfigureWindow

window: WINDOW
value-mask: BITMASK
value-list: LISTofVALUE
Errors:Match,Value,Window

This request changes the configuration of the window.The value-mask and value-list specify which values are to be given.The possible values are:

AttributeType
xINT16
yINT16
widthCARD16
heightCARD16
border-widthCARD16
siblingWINDOW
stack-mode{Above,Below,TopIf,BottomIf,Opposite }

The x and y coordinates are relative to the parent's originand specify the position of the upper-left outer corner of the window.The width and height specify the inside size, not including the border, andmust be nonzero (or aValueerror results).Those values not specified are taken from the existing geometry of the window.Note that changing just the border-width leaves the outer-left cornerof the window in a fixed position but moves the absolute position of thewindow's origin.It is aMatcherror to attempt to make the border-width of anInputOnlywindow nonzero.

If the override-redirect attribute of the window isFalseand some other client has selectedSubstructureRedirecton the parent, aConfigureRequestevent is generated, and no further processing is performed.Otherwise, the following is performed:

If some other client has selectedResizeRedirecton the window and the inside width or height of the window is being changed,aResizeRequestevent is generated,and the current inside width and height are used instead.Note that the override-redirect attribute of the window has no effect onResizeRedirectand thatSubstructureRedirecton the parent has precedence overResizeRedirecton the window.

The geometry of the window is changed as specified,the window is restacked among siblings, and aConfigureNotifyevent is generated if the state of the window actually changes.If the inside width or height of the window has actually changed,then children of the window are affected,according to their win-gravity.Exposure processing is performed on formerly obscured windows(including the window itself and its inferiors if regions of them wereobscured but now are not).Exposure processing is also performed on any new regions of the window(as a result of increasing the width or height)and on any regions where window contents are lost.

If the inside width or height of a window is not changedbut the window is moved or its border is changed,then the contents of the window are not lost but move with the window.Changing the inside width or height of the window causes its contents to bemoved or lost, depending on the bit-gravity of the window.It also causes children to be reconfigured, depending on their win-gravity.For a change of width and height of W and H,we define the [x, y] pairs as:

DirectionDeltas
NorthWest[0, 0]
North[W/2, 0]
NorthEast[W, 0]
West[0, H/2]
Center[W/2, H/2]
East[W, H/2]
SouthWest[0, H]
South[W/2, H]
SouthEast[W, H]

When a window with one of these bit-gravities is resized,the corresponding pair defines the change in position of each pixel in thewindow.When a window with one of these win-gravities has its parent window resized,the corresponding pair defines the change in positionof the window within the parent.This repositioning generates aGravityNotifyevent.GravityNotifyevents are generated after theConfigureNotifyevent is generated.

A gravity ofStaticindicates that the contents or origin should not move relative to the originof the root window.If the change in size of the window is coupled with a changein position of [X, Y],then for bit-gravity the change in position of each pixel is [-X, -Y] and forwin-gravity the change in position of a child when its parent is soresized is [-X, -Y].Note thatStaticgravity still only takes effect when the width or height of thewindow is changed, not when the window is simply moved.

A bit-gravity ofForgetindicates that the window contents are always discarded after a size change,even if backing-store or save-under has been requested.The window is tiled with its background (except, if no background is defined,the existing screen contents are not altered)and zero or more exposure events are generated.

The contents and borders of inferiors are not affected by their parent'sbit-gravity.A server is permitted to ignore the specified bit-gravity and useForgetinstead.

A win-gravity ofUnmapis likeNorthWest,but the child is also unmapped when the parent is resized,and anUnmapNotifyevent is generated.UnmapNotifyevents are generated after theConfigureNotifyevent is generated.

If a sibling and a stack-mode are specified,the window is restacked as follows:

AboveThe window is placed just above the sibling.
BelowThe window is placed just below the sibling.
TopIfIf the sibling occludes the window,then the window is placed at the top of the stack.
BottomIfIf the window occludes the sibling,then the window is placed at the bottom of the stack.
OppositeIf the sibling occludes the window,then the window is placed at the top of the stack.Otherwise, if the window occludes the sibling,then the window is placed at the bottom of the stack.

If a stack-mode is specified but no sibling is specified,the window is restacked as follows:

AboveThe window is placed at the top of the stack.
BelowThe window is placed at the bottom of the stack.
TopIfIf any sibling occludes the window,then the window is placed at the top of the stack.
BottomIfIf the window occludes any sibling,then the window is placed at the bottom of the stack.
OppositeIf any sibling occludes the window,then the window is placed at the top of the stack.Otherwise, if the window occludes any sibling,then the window is placed at the bottom of the stack.

It is aMatcherror if a sibling is specified without a stack-modeor if the window is not actually a sibling.

Note that the computations forBottomIf,TopIf,andOppositeare performed with respect to the window's final geometry (as controlled bythe other arguments to the request), not to its initial geometry.

Attempts to configure a root window have no effect.

CirculateWindow

window: WINDOW
direction:{RaiseLowest,LowerHighest}
Errors:Value,Window

If some other client has selectedSubstructureRedirecton the window, then aCirculateRequestevent is generated, and no further processing is performed.Otherwise, the following is performed, and then aCirculateNotifyevent is generated if the window is actually restacked.

ForRaiseLowest,CirculateWindowraises the lowest mapped child (if any) that isoccluded by another child to the top of the stack.ForLowerHighest,CirculateWindowlowers the highest mapped child (if any) that occludes another child tothe bottom of the stack.Exposure processing is performed on formerly obscured windows.

GetGeometry

drawable: DRAWABLE
root: WINDOW
depth: CARD8
x, y: INT16
width, height, border-width: CARD16
Errors:Drawable

This request returns the root and current geometry of the drawable.The depth is the number of bits per pixel for the object.The x, y, and border-width will always be zero for pixmaps.For a window,the x and y coordinates specify the upper-left outer corner of the windowrelative to its parent's origin,and the width and height specify the inside size, not including the border.

It is legal to pass anInputOnlywindow as a drawable to this request.

QueryTree

window: WINDOW
root: WINDOW
parent: WINDOW orNone
children: LISTofWINDOW
Errors:Window

This request returns the root, the parent, and the children of the window.The children are listed in bottom-to-top stacking order.

InternAtom

name: STRING8
only-if-exists: BOOL
atom: ATOM orNone
Errors:Alloc,Value

This request returns the atom for the given name.If only-if-exists isFalse,then the atom is created if it does not exist.The string should use the ISO Latin-1 encoding.Uppercase and lowercase matter.

The lifetime of an atom is not tied to the interning client.Atoms remain defined until server reset (seesection 10).

GetAtomName

atom: ATOM
name: STRING8
Errors:Atom

This request returns the name for the given atom.

ChangeProperty

window: WINDOW
property,type: ATOM
format: {8, 16, 32}
mode:{Replace,Prepend,Append}
data: LISTofINT8 or LISTofINT16 or LISTofINT32
Errors:Alloc,Atom,Match,Value,Window

This request alters the property for the specified window.The type is uninterpreted by the server.The format specifies whether the data should be viewed as a list of 8-bit,16-bit, or 32-bit quantities so that the server can correctly byte-swapas necessary.

If the mode isReplace,the previous property value is discarded.If the mode isPrependorAppend,then the type and format must match the existing property value (or aMatcherror results).If the property is undefined,it is treated as defined with the correct typeand format with zero-length data.ForPrepend,the data is tacked on to the beginning of the existing data, and forAppend,it is tacked on to the end of the existing data.

This request generates aPropertyNotifyevent on the window.

The lifetime of a property is not tied to the storing client.Properties remain until explicitly deleted, until the window is destroyed,or until server reset (seesection 10).

The maximum size of a property is server-dependent and may vary dynamically.

DeleteProperty

window: WINDOW
property: ATOM
Errors:Atom,Window

This request deletes the property from the specified windowif the property exists and generates aPropertyNotifyevent on the window unless the property does not exist.

GetProperty

window: WINDOW
property: ATOM
type: ATOM orAnyPropertyType
long-offset,long-length: CARD32
delete: BOOL
type: ATOM orNone
format: {0, 8, 16, 32}
bytes-after: CARD32
value: LISTofINT8 or LISTofINT16 or LISTofINT32
Errors:Atom,Value,Window

If the specified property does not exist for the specified window,then the return type isNone,the format and bytes-after are zero,and the value is empty.The delete argument is ignored in this case.If the specified property exists but its type does not match the specified type,then the return type is the actual type of the property,the format is the actual format of the property (never zero),the bytes-after is the length of the property in bytes(even if the format is 16 or 32),and the value is empty.The delete argument is ignored in this case.If the specified property exists and eitherAnyPropertyTypeis specified or the specified type matches the actual type of the property,then the return type is the actual type of the property,the format is the actual format of the property (never zero),and the bytes-after and value are as follows, given:

N = actual length of the stored property in bytes    (even if the format is 16 or 32)I = 4 * long-offsetT = N - IL = MINIMUM(T, 4 * long-length)A = N - (I + L)

The returned value starts at byte index I in the property (indexing from 0),and its length in bytes is L.However, it is aValueerror if long-offset is given such that L is negative.The value of bytes-after is A,giving the number of trailing unread bytes in the storedproperty.If delete isTrueand the bytes-after is zero,the property is also deleted from the window,and aPropertyNotifyevent is generated on the window.

RotateProperties

window: WINDOW
delta: INT16
properties: LISTofATOM
Errors:Atom,Match,Window

If the property names in the list are viewed as being numbered startingfrom zero, and there are N property names in the list,then the value associated with property name I becomes the valueassociated with property name (I + delta) mod N, for all I from zero to N - 1.The effect is to rotate the states by delta places around the virtual ringof property names (right for positive delta, left for negative delta).

If delta mod N is nonzero,aPropertyNotifyevent is generated for each property in the order listed.

If an atom occurs more than once in the list or no property with thatname is defined for the window,aMatcherror is generated.If anAtomorMatcherror is generated, no properties are changed.

ListProperties

window: WINDOW
atoms: LISTofATOM
Errors:Window

This request returns the atoms of properties currently defined on the window.

SetSelectionOwner

selection: ATOM
owner: WINDOW orNone
time: TIMESTAMP orCurrentTime
Errors:Atom,Window

This request changes the owner, owner window,and last-change time of the specified selection.This request has no effect if the specified time is earlierthan the current last-change time of the specified selection or islater than the current server time.Otherwise, the last-change time is set to the specified timewithCurrentTimereplaced by the current server time.If the owner window is specified asNone,then the owner of the selection becomesNone(that is, no owner).Otherwise, the owner of the selection becomes the client executing the request.If the new owner (whether a client orNone)is not the same as the current ownerand the current owner is notNone,then the current owner is sent aSelectionClearevent.

If the client that is the owner of a selection is later terminated(that is, its connection is closed) or if the owner window it hasspecified in the request is later destroyed,then the owner of the selection automatically reverts toNone,but the last-change time is not affected.

The selection atom is uninterpreted by the server.The owner window is returned by theGetSelectionOwnerrequest and is reported inSelectionRequestandSelectionClearevents.

Selections are global to the server.

GetSelectionOwner

selection: ATOM
owner: WINDOW orNone
Errors:Atom

This request returns the current owner window of the specified selection,if any.IfNoneis returned, then there is no owner for the selection.

ConvertSelection

selection,target: ATOM
property: ATOM orNone
requestor: WINDOW
time: TIMESTAMP orCurrentTime
Errors:Atom,Window

If the specified selection has an owner,the server sends aSelectionRequestevent to that owner.If no owner for the specified selection exists,the server generates aSelectionNotifyevent to the requestor with propertyNone.The arguments are passed on unchanged in either of the events.

SendEvent

destination: WINDOW orPointerWindoworInputFocus
propagate: BOOL
event-mask: SETofEVENT
event: <normal-event-format>
Errors:Value,Window

IfPointerWindowis specified,destination is replaced with the window that the pointer is in.IfInputFocusis specified and the focus window contains the pointer,destination is replaced with the window that the pointer is in.Otherwise, destination is replaced with the focus window.

If the event-mask is the empty set,then the event is sent to the client that created the destination window.If that client no longer exists, no event is sent.

If propagate isFalse,then the event is sent to every client selectingon destination any of the event types in event-mask.

If propagate isTrueand no clients have selected on destination anyof the event types in event-mask,then destination is replaced with theclosest ancestor of destination for which some client has selected atype in event-mask and no intervening window has that type in itsdo-not-propagate-mask.If no such window exists or if the window is an ancestor of the focus windowandInputFocuswas originally specified as the destination,then the event is not sent to any clients.Otherwise, the event is reported to every client selecting on the finaldestination any of the types specified in event-mask.

The event code must be one of the core events or one of the eventsdefined by an extension (or aValueerror results) so that the server can correctly byte-swap thecontents as necessary.The contents of the event are otherwise unaltered and uncheckedby the server except to force on the most significant bit of the event codeand to set the sequence number in the event correctly.

Active grabs are ignored for this request.

GrabPointer

grab-window: WINDOW
owner-events: BOOL
event-mask: SETofPOINTEREVENT
pointer-mode,keyboard-mode:{Synchronous,Asynchronous}
confine-to: WINDOW orNone
cursor: CURSOR orNone
time: TIMESTAMP orCurrentTime
status:{Success,AlreadyGrabbed,Frozen,InvalidTime,NotViewable}
Errors:Cursor,Value,Window

This request actively grabs control of the pointer.Further pointer events are only reported to the grabbing client.The request overrides any active pointer grab by this client.

If owner-events isFalse,all generated pointer events are reported with respect to grab-windowand are only reported if selected by event-mask.If owner-events isTrueand a generated pointer event would normally be reported to this client,it is reported normally.Otherwise, the event is reported with respect to the grab-window and isonly reported if selected by event-mask.For either value of owner-events,unreported events are simply discarded.

If pointer-mode isAsynchronous,pointer event processing continues normally.If the pointer is currently frozen by this client,then processing of pointer events is resumed.If pointer-mode isSynchronous,the state of the pointer (as seen by means of the protocol) appears to freeze,and no further pointer events are generated by the server until thegrabbing client issues a releasingAllowEventsrequest or until the pointer grab is released.Actual pointer changes are not lost while the pointer is frozen.They are simply queued for later processing.

If keyboard-mode isAsynchronous,keyboard event processing is unaffected by activation of the grab.If keyboard-mode isSynchronous,the state of the keyboard (as seen by means of the protocol) appears to freeze,and no further keyboard events are generated by the server until the grabbingclient issues a releasingAllowEventsrequest or until the pointer grab is released.Actual keyboard changes are not lost while the keyboard is frozen.They are simply queued for later processing.

If a cursor is specified,then it is displayed regardless of what window the pointer is in.If no cursor is specified,then when the pointer is in grab-window or one of its subwindows,the normal cursor for that window is displayed.Otherwise, the cursor for grab-window is displayed.

If a confine-to window is specified,then the pointer will be restricted to stay contained in that window.The confine-to window need have no relationship to the grab-window.If the pointer is not initially in the confine-to window,then it is warped automatically to the closest edge(and enter/leave events are generated normally) just before the grab activates.If the confine-to window is subsequently reconfigured,the pointer will be warped automatically as necessary tokeep it contained in the window.

This request generatesEnterNotifyandLeaveNotifyevents.

The request fails with statusAlreadyGrabbedif the pointer is actively grabbed by some other client.The request fails with statusFrozenif the pointer is frozen by an active grab of another client.The request fails with statusNotViewableif grab-window or confine-to window is not viewableor if the confine-to window lies completely outside the boundariesof the root window.The request fails with statusInvalidTimeif the specified time is earlier than the last-pointer-grab time or later thanthe current server time.Otherwise, the last-pointer-grab time is set to the specified time, withCurrentTimereplaced by the current server time.

UngrabPointer

time: TIMESTAMP orCurrentTime

This request releases the pointer if this client has it actively grabbed (fromeitherGrabPointerorGrabButtonor from a normal button press) and releases any queued events.The request has no effect if the specified time is earlier thanthe last-pointer-grab time or is later than the current server time.

This request generatesEnterNotifyandLeaveNotifyevents.

AnUngrabPointerrequest is performed automatically if the event window orconfine-to window for an active pointer grab becomes not viewableor if window reconfiguration causes the confine-to window to liecompletely outside the boundaries of the root window.

GrabButton

modifiers: SETofKEYMASK orAnyModifier
button: BUTTON orAnyButton
grab-window: WINDOW
owner-events: BOOL
event-mask: SETofPOINTEREVENT
pointer-mode,keyboard-mode:{Synchronous,Asynchronous}
confine-to: WINDOW orNone
cursor: CURSOR orNone
Errors:Access,Cursor,Value,Window

This request establishes a passive grab.In the future,the pointer is actively grabbed as described inGrabPointer,the last-pointer-grab time is set to the time at which the button waspressed (as transmitted in theButtonPressevent), and theButtonPressevent is reported if all of the following conditions are true:The pointer is not grabbed and the specified button is logically pressedwhen the specified modifier keys are logically down,and no other buttons or modifier keys are logically down.The grab-window contains the pointer.The confine-to window (if any) is viewable.A passive grab on the same button/key combination does not existon any ancestor of grab-window.

The interpretation of the remaining arguments is the same as forGrabPointer.The active grab is terminated automatically whenthe logical state of the pointer has all buttons released,independent of the logical state of modifier keys.Note that the logical state of a device (as seen by means of the protocol)may lag the physical state if device event processing is frozen.

This request overrides all previous passive grabs by the same client onthe same button/key combinations on the same window.A modifier ofAnyModifieris equivalent to issuing the request for all possible modifier combinations(including the combination of no modifiers).It is not required that all specified modifiers have currently assignedkeycodes.A button ofAnyButtonis equivalent to issuing the request for all possible buttons.Otherwise, it is not required that the button specified currently be assignedto a physical button.

AnAccesserror is generated if some other client has already issued aGrabButtonrequest with the same button/key combination on the same window.When usingAnyModifierorAnyButton,the request fails completely (no grabs are established), and anAccesserror is generated if there is a conflicting grab for any combination.The request has no effect on an active grab.

UngrabButton

modifiers: SETofKEYMASK orAnyModifier
button: BUTTON orAnyButton
grab-window: WINDOW
Errors:Value,Window

This request releases the passive button/key combinationon the specified window if it was grabbed by this client.A modifiers argument ofAnyModifieris equivalent to issuing the request for all possible modifiercombinations (including the combination of no modifiers).A button ofAnyButtonis equivalent to issuing the request for all possible buttons.The request has no effect on an active grab.

ChangeActivePointerGrab

event-mask: SETofPOINTEREVENT
cursor: CURSOR orNone
time: TIMESTAMP orCurrentTime
Errors:Cursor,Value

This request changes the specified dynamic parameters if the pointer isactively grabbed by the client and the specified time is no earlier than thelast-pointer-grab time and no later than the current server time.The interpretation of event-mask and cursor are the same as inGrabPointer.This request has no effect on the parameters of any passive grabs establishedwithGrabButton.

GrabKeyboard

grab-window: WINDOW
owner-events: BOOL
pointer-mode,keyboard-mode:{Synchronous,Asynchronous}
time: TIMESTAMP orCurrentTime
status:{Success,AlreadyGrabbed,Frozen,InvalidTime,NotViewable}
Errors:Value,Window

This request actively grabs control of the keyboard.Further key events are reported only to the grabbing client.This request overrides any active keyboard grab by this client.

If owner-events isFalse,all generated key events are reported with respect to grab-window.If owner-events isTrueand if a generated key event would normally be reported to this client,it is reported normally.Otherwise, the event is reported with respect to the grab-window.BothKeyPressandKeyReleaseevents are always reported,independent of any event selection made by the client.

If keyboard-mode isAsynchronous,keyboard event processing continues normally.If the keyboard is currently frozen by this client,then processing of keyboard events is resumed.If keyboard-mode isSynchronous,the state of the keyboard (as seen by means of the protocol) appears to freeze.No further keyboard events are generated by the server until thegrabbing client issues a releasingAllowEventsrequest or until the keyboard grab is released.Actual keyboard changes are not lost while the keyboard is frozen.They are simply queued for later processing.

If pointer-mode isAsynchronous,pointer event processing is unaffected by activation of the grab.If pointer-mode isSynchronous,the state of the pointer (as seen by means of the protocol) appears to freeze.No further pointer events are generated by the serveruntil the grabbing client issues a releasingAllowEventsrequest or until the keyboard grab is released.Actual pointer changes are not lost while the pointer is frozen.They are simply queued for later processing.

This request generatesFocusInandFocusOutevents.

The request fails with statusAlreadyGrabbedif the keyboard is actively grabbed by some other client.The request fails with statusFrozenif the keyboard is frozen by an active grab of another client.The request fails with statusNotViewableif grab-window is not viewable.The request fails with statusInvalidTimeif the specified time is earlier than the last-keyboard-grab timeor later than the current server time.Otherwise, the last-keyboard-grab time is set to the specified time withCurrentTimereplaced by the current server time.

UngrabKeyboard

time: TIMESTAMP orCurrentTime

This request releases the keyboard if this client has it actively grabbed(as a result of eitherGrabKeyboardorGrabKey)and releases any queued events.The request has no effect if the specified time is earlier than thelast-keyboard-grab time or is later than the current server time.

This request generatesFocusInandFocusOutevents.

AnUngrabKeyboardis performed automatically if the event window for an active keyboard grabbecomes not viewable.

GrabKey

key: KEYCODE orAnyKey
modifiers: SETofKEYMASK orAnyModifier
grab-window: WINDOW
owner-events: BOOL
pointer-mode,keyboard-mode:{Synchronous,Asynchronous}
Errors:Access,Value,Window

This request establishes a passive grab on the keyboard.In the future,the keyboard is actively grabbed as described inGrabKeyboard,the last-keyboard-grab time is set to the time at which the key was pressed(as transmitted in theKeyPressevent), and theKeyPressevent is reported if all of the following conditions are true:The keyboard is not grabbed and the specified key(which can itself be a modifier key) is logically pressedwhen the specified modifier keys are logically down,and no other modifier keys are logically down.Either the grab-window is an ancestor of (or is) the focus window,or the grab-window is a descendent of the focus window and contains the pointer.A passive grab on the same key combination does not existon any ancestor of grab-window.

The interpretation of the remaining arguments is the same as forGrabKeyboard.The active grab is terminated automatically when the logical stateof the keyboard has the specified key released,independent of the logical state of modifier keys.Note that the logical state of a device (as seen by means of the protocol)may lag the physical state if device event processing is frozen.

This request overrides all previous passive grabs by the same clienton the same key combinations on the same window.A modifier ofAnyModifieris equivalent to issuing the request for all possible modifier combinations(including the combination of no modifiers).It is not required that all modifiers specified havecurrently assigned keycodes.A key ofAnyKeyis equivalent to issuing the request for all possible keycodes.Otherwise, the key must be in the range specified by min-keycodeand max-keycode in the connection setup (or aValueerror results).

AnAccesserror is generated if some other client has issued aGrabKeywith the same key combination on the same window.When usingAnyModifierorAnyKey,the request fails completely (no grabs are established),and anAccesserror is generated if there is a conflicting grab for any combination.

UngrabKey

key: KEYCODE orAnyKey
modifiers: SETofKEYMASK orAnyModifier
grab-window: WINDOW
Errors:Value,Window

This request releases the key combination on the specified windowif it was grabbed by this client.A modifiers argument ofAnyModifieris equivalent to issuing the request for all possible modifier combinations(including the combination of no modifiers).A key ofAnyKeyis equivalent to issuing the request for all possible keycodes.This request has no effect on an active grab.

AllowEvents

mode:{AsyncPointer,SyncPointer,ReplayPointer,AsyncKeyboard,
SyncKeyboard,ReplayKeyboard,AsyncBoth,SyncBoth}
time: TIMESTAMP orCurrentTime
Errors:Value

This request releases some queued events if the client has caused a device tofreeze.The request has no effect if the specified time is earlierthan the last-grab time of the most recent active grab for the clientor if the specified time is later than the current server time.

ForAsyncPointer,if the pointer is frozen by the client,pointer event processing continues normally.If the pointer is frozen twice by the client on behalf of two separate grabs,AsyncPointerthaws for both.AsyncPointerhas no effect if the pointer is not frozen by the client,but the pointer need not be grabbed by the client.

ForSyncPointer,if the pointer is frozen and actively grabbed by the client,pointer event processing continues normally until the nextButtonPressorButtonReleaseevent is reported to the client,at which time the pointer again appears to freeze.However, if the reported event causes the pointer grab to be released,then the pointer does not freeze.SyncPointerhas no effect if the pointer is not frozen by theclient or if the pointer is not grabbed by the client.

ForReplayPointer,if the pointer is actively grabbed by the client andis frozen as the result of an event having been sent to the client(either from the activation of aGrabButtonor from a previousAllowEventswith modeSyncPointerbut not from aGrabPointer),then the pointer grab is released and that event is completely reprocessed,this time ignoring any passive grabs at or above (towards the root)the grab-window of the grab just released.The request has no effect if the pointer is not grabbed by the clientor if the pointer is not frozen as the result of an event.

ForAsyncKeyboard,if the keyboard is frozen by the client,keyboard event processing continues normally.If the keyboard is frozen twice by the client on behalf of two separate grabs,AsyncKeyboardthaws for both.AsyncKeyboardhas no effect if the keyboard is not frozen by the client,but the keyboard need not be grabbed by the client.

ForSyncKeyboard,if the keyboard is frozen and actively grabbed by the client,keyboard event processing continues normally until the nextKeyPressorKeyReleaseevent is reported to the client,at which time the keyboard again appears to freeze.However, if the reported event causes the keyboard grab to be released,then the keyboard does not freeze.SyncKeyboardhas no effect if the keyboard is not frozen by the client orif the keyboard is not grabbed by the client.

ForReplayKeyboard,if the keyboard is actively grabbed by the clientand is frozen as the result of an event having been sent to the client(either from the activation of aGrabKeyor from a previousAllowEventswith modeSyncKeyboardbut not from aGrabKeyboard),then the keyboard grab is released and that event is completely reprocessed,this time ignoring any passive grabs at or above (towards the root)the grab-window of the grab just released.The request has no effect if the keyboard is not grabbed by the clientor if the keyboard is not frozen as the result of an event.

ForSyncBoth,if both pointer and keyboard are frozen by the client,event processing (for both devices) continues normally until the nextButtonPress,ButtonRelease,KeyPress,orKeyReleaseevent is reported to the client for a grabbed device(button event for the pointer, key event for the keyboard),at which time the devices again appear to freeze.However, if the reported event causes the grab to be released,then the devices do not freeze (but if the other device is stillgrabbed, then a subsequent event for it will still cause both devicesto freeze).SyncBothhas no effect unless both pointer and keyboard are frozen by the client.If the pointer or keyboard is frozen twice by the client on behalfof two separate grabs,SyncBoththaws for both (but a subsequent freeze forSyncBothwill only freeze each device once).

ForAsyncBoth,if the pointer and the keyboard are frozen by the client,event processing for both devices continues normally.If a device is frozen twice by the client on behalf of two separate grabs,AsyncBoththaws for both.AsyncBothhas no effect unless both pointer and keyboard are frozen by the client.

AsyncPointer,SyncPointer,andReplayPointerhave no effect on processing of keyboard events.AsyncKeyboard,SyncKeyboard,andReplayKeyboardhave no effect on processing of pointer events.

It is possible for both a pointer grab and a keyboard grab to be activesimultaneously (by the same or different clients).When a device is frozen on behalf of either grab,no event processing is performed for the device.It is possible for a single device to be frozen because of both grabs.In this case, the freeze must be released on behalf of both grabsbefore events can again be processed.If a device is frozen twice by a single client, then a singleAllowEventsreleases both.

GrabServer

This request disables processing of requests and close-downs on allconnections other than the one this request arrived on.

UngrabServer

This request restarts processing of requests and close-downson other connections.

QueryPointer

window: WINDOW
root: WINDOW
child: WINDOW orNone
same-screen: BOOL
root-x, root-y, win-x, win-y: INT16
mask: SETofKEYBUTMASK
Errors:Window

The root window the pointer is logically on and the pointer coordinatesrelative to the root's origin are returned.If same-screen isFalse,then the pointer is not on the same screen as the argument window,child isNone,and win-x and win-y are zero.If same-screen isTrue,then win-x and win-y are the pointer coordinates relative to theargument window's origin, and child is the child containing thepointer, if any.The current logical state of the modifier keys and the buttonsare also returned.Note that the logical state of a device (as seen by means of the protocol)may lag the physical state if device event processing is frozen.

GetMotionEvents

start,stop: TIMESTAMP orCurrentTime
window: WINDOW
events: LISTofTIMECOORD
where:
TIMECOORD:[x, y: INT16
time: TIMESTAMP]
Errors:Window

This request returns all events in the motion history buffer that fallbetween the specified start and stop times (inclusive)and that have coordinates that lie within (including borders)the specified window at its present placement.The x and y coordinates are reported relative to the origin of the window.

If the start time is later than the stop time or if the start time isin the future, no events are returned.If the stop time is in the future, it is equivalent to specifyingCurrentTime.

TranslateCoordinates

src-window,dst-window: WINDOW
src-x,src-y: INT16
same-screen: BOOL
child: WINDOW orNone
dst-x, dst-y: INT16
Errors:Window

The src-x and src-y coordinates are taken relative to src-window'sorigin and are returned as dst-x and dst-y coordinates relative todst-window's origin.If same-screen isFalse,then src-window and dst-window are on different screens,and dst-x and dst-y are zero.If the coordinates are contained in a mapped child of dst-window,then that child is returned.

WarpPointer

src-window: WINDOW orNone
dst-window: WINDOW orNone
src-x,src-y: INT16
src-width,src-height: CARD16
dst-x,dst-y: INT16
Errors:Window

If dst-window isNone,this request moves the pointer by offsets [dst-x, dst-y]relative to the current position of the pointer.If dst-window is a window,this request moves the pointer to [dst-x, dst-y] relative to dst-window'sorigin.However, if src-window is notNone,the move only takes place if src-window contains the pointerand the pointer is contained in the specified rectangle of src-window.

The src-x and src-y coordinates are relative to src-window's origin.If src-height is zero,it is replaced with the current height of src-window minus src-y.If src-width is zero,it is replaced with the current width of src-window minus src-x.

This request cannot be used to move the pointer outside the confine-towindow of an active pointer grab.An attempt will only move the pointer as far as the closest edgeof the confine-to window.

This request will generate events just as if the user had instantaneouslymoved the pointer.

SetInputFocus

focus: WINDOW orPointerRootorNone
revert-to:{Parent,PointerRoot,None}
time: TIMESTAMP orCurrentTime
Errors:Match,Value,Window

This request changes the input focus and the last-focus-change time.The request has no effect if the specified time is earlier than the currentlast-focus-change time or is later than the current server time.Otherwise, the last-focus-change time is set to the specified timewithCurrentTimereplaced by the current server time.

IfNoneis specified as the focus,all keyboard events are discarded until a new focus window is set.In this case, the revert-to argument is ignored.

If a window is specified as the focus,it becomes the keyboard's focus window.If a generated keyboard event would normally be reported tothis window or one of its inferiors, the event is reported normally.Otherwise, the event is reported with respect to the focus window.

IfPointerRootis specified as the focus,the focus window is dynamically taken to be the root window of whatever screenthe pointer is on at each keyboard event.In this case,the revert-to argument is ignored.

This request generatesFocusInandFocusOutevents.

The specified focus window must be viewable at the time of the request (or aMatcherror results).If the focus window later becomes not viewable,the new focus window depends on the revert-to argument.If revert-to isParent,the focus reverts to the parent (or the closest viewable ancestor)and the new revert-to value is taken to beNone.If revert-to isPointerRootorNone,the focus reverts to that value.When the focus reverts,FocusInandFocusOutevents are generated,but the last-focus-change time is not affected.

GetInputFocus

focus: WINDOW orPointerRootorNone
revert-to:{Parent,PointerRoot,None}

This request returns the current focus state.

QueryKeymap

keys: LISTofCARD8

This request returns a bit vector for the logical state of the keyboard.Each bit set to 1 indicates that the corresponding key is currently pressed.The vector is represented as 32 bytes.Byte N (from 0) contains the bits for keys 8N to 8N + 7with the least significant bit in the byte representing key 8N.Note that the logical state of a device (as seen by means of the protocol)may lag the physical state if device event processing is frozen.

OpenFont

fid: FONT
name: STRING8
Errors:Alloc,IDChoice,Name

This request loads the specified font, if necessary,and associates identifier fid with it.The font name should use the ISO Latin-1 encoding,and uppercase and lowercase do not matter.When the characters? and* are used in a font name, apattern match is performed and any matching font is used.In the pattern,the? character (octal value 77) will match any single character,and the* character (octal value 52) will match any numberof characters.A structured format for font names is specified in theX.Org standardX Logical Font Description Conventions.

Fonts are not associated with a particular screenand can be stored as a component of any graphics context.

CloseFont

font: FONT
Errors:Font

This request deletes the association between the resource ID and the font.The font itself will be freed when no other resource references it.

QueryFont

font: FONTABLE
font-info: FONTINFO
char-infos: LISTofCHARINFO
where:  
FONTINFO:[draw-direction:{LeftToRight,RightToLeft }
min-char-or-byte2, max-char-or-byte2: CARD16
min-byte1, max-byte1: CARD8
all-chars-exist: BOOL
default-char: CARD16
min-bounds: CHARINFO
max-bounds: CHARINFO
font-ascent: INT16
font-descent: INT16
properties: LISTofFONTPROP]
FONTPROP:[name: ATOM
value: <32-bit-value>]
CHARINFO:[left-side-bearing: INT16
right-side-bearing: INT16
character-width: INT16
ascent: INT16
descent: INT16
attributes: CARD16]
Errors:Font

This request returns logical information about a font.If a gcontext is given for font,the currently contained font is used.

The draw-direction is just a hintand indicates whether most char-infos have a positive,LeftToRight,or a negative,RightToLeft,character-width metric.The core protocol defines no support for vertical text.

If min-byte1 and max-byte1 are both zero,then min-char-or-byte2 specifies the linear character index correspondingto the first element of char-infos,and max-char-or-byte2 specifies the linear character index of the last element.If either min-byte1 or max-byte1 are nonzero,then both min-char-or-byte2 and max-char-or-byte2 will be less than 256,and the 2-byte character index values corresponding to char-infos element N(counting from 0) are:

byte1 = N/D + min-byte1byte2 = N\\D + min-char-or-byte2

where:

D = max-char-or-byte2 - min-char-or-byte2 + 1/ = integer division\\ = integer modulus

If char-infos has length zero,then min-bounds and max-bounds will be identical,and the effective char-infos is one filled with this char-info, of length:

L = D * (max-byte1 - min-byte1 + 1)

That is,all glyphs in the specified linear or matrix range have the same information,as given by min-bounds (and max-bounds).If all-chars-exist isTrue,then all characters in char-infos have nonzero bounding boxes.

The default-char specifies the character that will be used when anundefined or nonexistent character is used.Note that default-char is a CARD16, not CHAR2B.For a font using 2-byte matrix format,the default-char has byte1 in the most significant byteand byte2 in the least significant byte.If the default-char itself specifies an undefined or nonexistent character,then no printing is performed for an undefined or nonexistent character.

The min-bounds and max-bounds contain the minimum and maximum values ofeach individual CHARINFO component over all char-infos (ignoringnonexistent characters).The bounding box of the font (that is, thesmallest rectangle enclosing the shape obtained by superimposing allcharacters at the same origin [x,y]) has its upper-left coordinate at:

[x + min-bounds.left-side-bearing, y - max-bounds.ascent]

with a width of:

max-bounds.right-side-bearing - min-bounds.left-side-bearing

and a height of:

max-bounds.ascent + max-bounds.descent

The font-ascent is the logical extent of the font above the baselineand is used for determining line spacing.Specific characters may extend beyond this.The font-descent is the logical extent of the font at or below the baselineand is used for determining line spacing.Specific characters may extend beyond this.If the baseline is at Y-coordinate y,then the logical extent of the font is inclusivebetween the Y-coordinate values (y - font-ascent) and (y + font-descent - 1).

A font is not guaranteed to have any properties.The interpretation of the property value (for example, INT32, CARD32)must be derived froma priori knowledge of the property.A basic set of font properties is specified in the X.OrgstandardX Logical Font Description Conventions.

For a character origin at [x,y],the bounding box of a character (that is,the smallest rectangle enclosing the character's shape), described interms of CHARINFO components, is a rectangle with its upper-left corner at:

[x + left-side-bearing, y - ascent]

with a width of:

right-side-bearing - left-side-bearing

and a height of:

ascent + descent

and the origin for the next character is defined to be:

[x + character-width, y]

Note that the baseline is logically viewed as being just belownondescending characters (when descent is zero, only pixels withY-coordinates less than y are drawn) and that the origin is logicallyviewed as being coincident with the left edge of a nonkerned character(when left-side-bearing is zero, no pixels with X-coordinate less thanx are drawn).

Note that CHARINFO metric values can be negative.

A nonexistent character is represented with all CHARINFO componentszero.

The interpretation of the per-character attributes field isserver-dependent.

QueryTextExtents

font: FONTABLE
string: STRING16
draw-direction:{LeftToRight,RightToLeft}
font-ascent: INT16
font-descent: INT16
overall-ascent: INT16
overall-descent: INT16
overall-width: INT32
overall-left: INT32
overall-right: INT32
Errors:Font

This request returns the logical extents of the specified string of charactersin the specified font.If a gcontext is given for font,the currently contained font is used.The draw-direction, font-ascent, and font-descent are the same asdescribed inQueryFont.The overall-ascent is the maximum of the ascent metrics of all charactersin the string, and the overall-descent is the maximum of the descent metrics.The overall-width is the sum of the character-width metrics of all charactersin the string.For each character in the string,let W be the sum of the character-width metrics of all characters preceding itin the string,let L be the left-side-bearing metric of the character plus W,and let R be the right-side-bearing metric of the character plus W.The overall-left is the minimum L of all characters in the string,and the overall-right is the maximum R.

For fonts defined with linear indexing rather than 2-byte matrix indexing,the server will interpret each CHAR2B as a 16-bit number thathas been transmitted most significant byte first (that is, byte1 of theCHAR2B is taken as the most significant byte).

Characters with all zero metrics are ignored.If the font has no defined default-char,then undefined characters in the string are also ignored.

ListFonts

pattern: STRING8
max-names: CARD16
names: LISTofSTRING8

This request returns a listof available font names (as controlled by the font search path; seeSetFontPathrequest)that match the pattern.At most, max-names names will be returned.The pattern should use the ISO Latin-1 encoding,and uppercase and lowercase do not matter.In the pattern,the? character (octal value 77) will match any single character,and the* character (octal value 52) will match any numberof characters.The returned names are in lowercase.

ListFontsWithInfo

pattern: STRING8
max-names: CARD16
name: STRING8
info FONTINFO
replies-hint: CARD32
where:
FONTINFO: <same type definition as inQueryFont>

This request is similar toListFonts,but it also returns information about each font.The information returned for each font is identical to whatQueryFontwould return except that the per-character metrics are not returned.Note that this request can generate multiple replies.With each reply,replies-hint may provide an indication of how many more fonts will be returned.This number is a hint only and may be larger or smaller thanthe number of fonts actually returned.A zero value does not guarantee that no more fonts will be returned.After the font replies,a reply with a zero-length name is sent to indicate the end of the replysequence.

SetFontPath

path: LISTofSTRING8
Errors:Value

This request defines the search path for font lookup.There is only one search path per server, not one per client.The interpretation of the strings is operating-system-dependent,but the strings are intended to specify directories to be searched in theorder listed.

Setting the path to the empty list restores the default path definedfor the server.

As a side effect of executing this request,the server is guaranteed to flush all cached information about fontsfor which there currently are no explicit resource IDs allocated.

The meaning of an error from this request is system specific.

GetFontPath

path: LISTofSTRING8

This request returns the current search path for fonts.

CreatePixmap

pid: PIXMAP
drawable: DRAWABLE
depth: CARD8
width,height: CARD16
Errors:Alloc,Drawable,IDChoice,Value

This request creates a pixmap and assigns the identifier pid to it.The width and height must be nonzero (or aValueerror results).The depth must be one of the depths supported by the root of the specifieddrawable (or aValueerror results).The initial contents of the pixmap are undefined.

It is legal to pass anInputOnlywindow as a drawable to this request.

FreePixmap

pixmap: PIXMAP
Errors:Pixmap

This request deletes the association between the resource ID and the pixmap.The pixmap storage will be freed when no other resource references it.

CreateGC

cid: GCONTEXT
drawable: DRAWABLE
value-mask: BITMASK
value-list: LISTofVALUE
Errors:Alloc,Drawable,Font,IDChoice,Match,Pixmap,Value

This request creates a graphics contextand assigns the identifier cid to it.The gcontext can be used with any destination drawable having the same rootand depth as the specified drawable;use with other drawables results in aMatcherror.

The value-mask and value-list specify which components are to beexplicitly initialized.The context components are:

ComponentType
function{Clear,And,AndReverse,Copy,AndInverted,NoOp,Xor,Or,Nor,Equiv,Invert,OrReverse,CopyInverted,OrInverted,Nand,Set }
plane-maskCARD32
foregroundCARD32
backgroundCARD32
line-widthCARD16
line-style{Solid,OnOffDash,DoubleDash }
cap-style{NotLast,Butt,Round,Projecting }
join-style{Miter,Round,Bevel }
fill-style{Solid,Tiled,OpaqueStippled,Stippled }
fill-rule{EvenOdd,Winding }
arc-mode{Chord,PieSlice }
tilePIXMAP
stipplePIXMAP
tile-stipple-x-originINT16
tile-stipple-y-originINT16
fontFONT
subwindow-mode{ClipByChildren,IncludeInferiors }
graphics-exposuresBOOL
clip-x-originINT16
clip-y-originINT16
clip-maskPIXMAP orNone
dash-offsetCARD16
dashesCARD8

In graphics operations,given a source and destination pixel,the result is computed bitwise on corresponding bits of the pixels;that is, a Boolean operation is performed in each bit plane.The plane-mask restricts the operation to a subset of planes,so the result is:

((src FUNC dst) AND plane-mask) OR (dst AND (NOT plane-mask))

Range checking is not performed on the values for foreground, background,or plane-mask.They are simply truncated to the appropriate number of bits.

The meanings of the functions are:

FunctionOperation
Clear0
Andsrc AND dst
AndReversesrc AND (NOT dst)
Copysrc
AndInverted(NOT src) AND dst
NoOpdst
Xorsrc XOR dst
Orsrc OR dst
Nor(NOT src) AND (NOT dst)
Equiv(NOT src) XOR dst
InvertNOT dst
OrReversesrc OR (NOT dst)
CopyInvertedNOT src
OrInverted(NOT src) OR dst
Nand(NOT src) OR (NOT dst)
Set1

The line-width is measured in pixels and can be greater than or equal toone, a wide line, or the special value zero, a thin line.

Wide lines are drawn centered on the path described by the graphics request.Unless otherwise specified by the join or cap style,the bounding box of a wide line with endpoints [x1, y1], [x2, y2] andwidth w is a rectangle with vertices at the following real coordinates:

[x1-(w*sn/2), y1+(w*cs/2)], [x1+(w*sn/2), y1-(w*cs/2)],[x2-(w*sn/2), y2+(w*cs/2)], [x2+(w*sn/2), y2-(w*cs/2)]

The sn is the sine of the angle of the line and cs is the cosine ofthe angle of the line.A pixel is part of the line (and hence drawn) if the center of the pixelis fully inside the bounding box, which is viewed as having infinitely thinedges.If the center of the pixel is exactly on the bounding box,it is part of the line if and only if the interior is immediately to its right(x increasing direction).Pixels with centers on a horizontal edge are a special case and are part ofthe line if and only if the interior or the boundary is immediately below(y increasing direction) and if the interior or the boundary is immediatelyto the right (x increasing direction).Note that this description is a mathematical model describing the pixelsthat are drawn for a wide line and does not imply that trigonometry is requiredto implement such a model.Real or fixed point arithmetic is recommended for computing the corners of theline endpoints for lines greater than one pixel in width.

Thin lines (zero line-width) are nominally one pixel wide lines drawn using anunspecified, device-dependent algorithm.There are only two constraints on this algorithm.First, if a line is drawn unclipped from [x1,y1] to [x2,y2]and another line is drawn unclipped from [x1+dx,y1+dy] to [x2+dx,y2+dy],then a point [x,y] is touched by drawing the first line ifand only if the point [x+dx,y+dy] is touched by drawing the second line.Second, the effective set of points comprising a line cannot be affectedby clipping.Thus, a point is touched in a clipped line if and only if the point liesinside the clipping region and the point would be touched by the linewhen drawn unclipped.

Note that a wide line drawn from [x1,y1] to [x2,y2] always draws thesame pixels as a wide line drawn from [x2,y2] to [x1,y1], not countingcap-style and join-style.Implementors are encouraged to make this property true for thin lines,but it is not required.A line-width of zero may differ from a line-width of one in which pixelsare drawn.In general,drawing a thin line will be faster than drawing a wide line of width one,but thin lines may not mix well aesthetically with wide linesbecause of the different drawing algorithms.If it is desirable to obtain precise and uniform results across all displays,a client should always use a line-width of one, rather than a line-width ofzero.

The line-style defines which sections of a line are drawn:

SolidThe full path of the line is drawn.
DoubleDashThe full path of the line is drawn,but the even dashes are filled differently than the odd dashes(see fill-style), withButtcap-style used where even and odd dashes meet.
OnOffDashOnly the even dashes are drawn,and cap-style applies to all internal ends of the individual dashes(exceptNotLastis treated asButt).

The cap-style defines how the endpoints of a path are drawn:

NotLastThe result is equivalent toButt,except that for a line-width of zero the final endpoint is not drawn.
ButtThe result is square at the endpoint (perpendicular to the slope of theline) with no projection beyond.
RoundThe result is a circular arc with its diameter equal to the line-width,centered on the endpoint; it is equivalent toButtfor line-width zero.
ProjectingThe result is square at the end, but the path continues beyond theendpoint for a distance equal to half the line-width;it is equivalent toButtfor line-width zero.

The join-style defines how corners are drawn for wide lines:

MiterThe outer edges of the two lines extend to meet at an angle.However, if the angle is less than 11 degrees, aBeveljoin-style is used instead.
RoundThe result is a circular arc with a diameter equal to the line-width,centered on the joinpoint.
BevelThe result isButtendpoint styles, and then the triangular notch is filled.

For a line with coincident endpoints (x1=x2, y1=y2), when the cap-styleis applied to both endpoints, the semantics depends on the line-widthand the cap-style:

NotLastthinThis is device-dependent, but the desired effect is that nothing is drawn.
ButtthinThis is device-dependent, but the desired effect is thata single pixel is drawn.
RoundthinThis is the same asButt/thin.
ProjectingthinThis is the same asButt/thin.
ButtwideNothing is drawn.
RoundwideThe closed path is a circle, centered at the endpoint andwith a diameter equal to the line-width.
ProjectingwideThe closed path is a square, aligned with the coordinate axes,centered at the endpoint and with sides equal to the line-width.

For a line with coincident endpoints (x1=x2, y1=y2),when the join-style is applied at one or both endpoints,the effect is as if the line was removed from the overall path.However, if the total path consists of (or is reduced to) a single pointjoined with itself,the effect is the same as when the cap-style is applied at both endpoints.

The tile/stipple represents an infinite two-dimensional planewith the tile/stipplereplicated in all dimensions. When that plane is superimposed onthe drawable for use in a graphics operation, the upper-left cornerof some instance of the tile/stipple is at the coordinates withinthe drawable specified by the tile/stipple origin.The tile/stipple and clip origins are interpreted relative to theorigin of whatever destination drawable is specified in a graphicsrequest.

The tile pixmap must have the same root and depth as the gcontext (or aMatcherror results).The stipple pixmap must have depth one and must have the same rootas the gcontext (or aMatcherror results).For fill-styleStippled(but not fill-styleOpaqueStippled),the stipple pattern is tiled in a single planeand acts as an additional clip mask to be ANDed with the clip-mask.Any size pixmap can be used for tiling or stippling,although some sizes may be faster to use than others.

The fill-style defines the contents of the source for line, text, andfill requests.For all text and fill requests (for example,PolyText8,PolyText16,PolyFillRectangle,FillPoly,andPolyFillArc)as well as for line requests with line-styleSolid,(for example,PolyLine,PolySegment,PolyRectangle,PolyArc )and for the even dashes for line requests with line-styleOnOffDashorDoubleDash:

SolidForeground
TiledTile
OpaqueStippledA tile with the same width and height as stipplebut with background everywhere stipple has a zeroand with foreground everywhere stipple has a one
StippledForeground masked by stipple

For the odd dashes for line requests with line-styleDoubleDash:

SolidBackground
TiledSame as for even dashes
OpaqueStippledSame as for even dashes
StippledBackground masked by stipple

The dashes value allowed here is actually a simplified form of the moregeneral patterns that can be set withSetDashes.Specifying a value of N here is equivalent to specifyingthe two element list [N, N] inSetDashes.The value must be nonzero (or aValueerror results).The meaning of dash-offset and dashes are explained in theSetDashesrequest.

The clip-mask restricts writes to the destination drawable.Only pixels where the clip-mask has bits set to 1 are drawn.Pixels are not drawn outside the area covered by the clip-maskor where the clip-mask has bits set to 0.The clip-mask affects all graphics requests,but it does not clip sources.The clip-mask origin is interpreted relative to the origin of whateverdestination drawable is specified in a graphics request.If a pixmap is specified as the clip-mask,it must have depth 1 and have the same root as the gcontext (or aMatcherror results).If clip-mask isNone,then pixels are always drawn, regardless of the clip origin.The clip-mask can also be set with theSetClipRectanglesrequest.

ForClipByChildren,both source and destination windows are additionally clipped by all viewableInputOutputchildren.ForIncludeInferiors,neither source nor destination window is clipped by inferiors.This will result in including subwindow contents in thesource and drawing through subwindow boundaries of the destination.The use ofIncludeInferiorswith a source or destination window of one depth with mapped inferiorsof differing depth is not illegal,but the semantics is undefined by the core protocol.

The fill-rule defines what pixels are inside (that is, are drawn) forpaths given inFillPolyrequests.EvenOddmeans a point is inside if an infinite ray with the point as origin crossesthe path an odd number of times.ForWinding,a point is inside if an infinite ray with the point as origin crosses anunequal number of clockwise and counterclockwise directed path segments.A clockwise directed path segment is one that crosses the ray from leftto right as observed from the point.A counter-clockwise segment is one that crosses the ray from right to leftas observed from the point.The case where a directed line segment is coincident with the ray isuninteresting because one can simply choose a different ray that is notcoincident with a segment.

For both fill rules,a point is infinitely small and the path is an infinitely thin line.A pixel is inside if the center point of the pixel is insideand the center point is not on the boundary.If the center point is on the boundary,the pixel is inside if and only if the polygon interior is immediatelyto its right (x increasing direction).Pixels with centers along a horizontal edge are a special caseand are inside if and only if the polygon interior is immediately below(y increasing direction).

The arc-mode controls filling in thePolyFillArcrequest.

The graphics-exposures flag controlsGraphicsExposureevent generation forCopyAreaandCopyPlanerequests (and any similar requests defined by extensions).

The default component values are:

ComponentDefault
functionCopy
plane-maskall ones
foreground0
background1
line-width0
line-styleSolid
cap-styleButt
join-styleMiter
fill-styleSolid
fill-ruleEvenOdd
arc-modePieSlice
tile

Pixmap of unspecified size filled with foreground pixel

(that is, client specified pixel if any, else 0)

(subsequent changes to foreground do not affect this pixmap)

stipplePixmap of unspecified size filled with ones
tile-stipple-x-origin0
tile-stipple-y-origin0
font<server-dependent-font>
subwindow-modeClipByChildren
graphics-exposuresTrue
clip-x-origin0
clip-y-origin0
clip-maskNone
dash-offset0
dashes4 (that is, the list [4, 4])

Storing a pixmap in a gcontext might or might not result in a copybeing made.If the pixmap is later used as the destination for a graphics request,the change might or might not be reflected in the gcontext.If the pixmap is used simultaneously in a graphics requestas both a destination and as a tile or stipple,the results are not defined.

It is quite likely that some amount of gcontext information will becached in display hardware and that such hardware can only cache asmall number of gcontexts.Given the number and complexity of components,clients should view switching between gcontexts with nearlyidentical state as significantly more expensive than making minorchanges to a single gcontext.

ChangeGC

gc: GCONTEXT
value-mask: BITMASK
value-list: LISTofVALUE
Errors:Alloc,Font,GContext,Match,Pixmap,Value

This request changes components in gc.The value-mask and value-list specify which components are to be changed.The values and restrictions are the sameas forCreateGC.

Changing the clip-mask also overrides any previousSetClipRectanglesrequest on the context.Changing dash-offset or dashes overrides any previousSetDashesrequest on the context.

The order in which components are verified and altered is server-dependent.If an error is generated,a subset of the components may have been altered.

CopyGC

src-gc,dst-gc: GCONTEXT
value-mask: BITMASK
Errors:Alloc,GContext,Match,Value

This request copies components from src-gc to dst-gc.The value-mask specifies which components to copy, as forCreateGC.The two gcontexts must have the same root and the same depth (or aMatcherror results).

SetDashes

gc: GCONTEXT
dash-offset: CARD16
dashes: LISTofCARD8
Errors:Alloc,GContext,Value

This request sets dash-offset and dashes in gc for dashed line styles.Dashes cannot be empty (or aValueerror results).Specifying an odd-length list is equivalent to specifying the same listconcatenated with itself to produce an even-length list.The initial and alternating elements of dashes are the even dashes;the others are the odd dashes.Each element specifies a dash length in pixels.All of the elements must be nonzero (or aValueerror results).The dash-offset defines the phase of the pattern,specifying how many pixels into dashes the pattern should actually begin inany single graphics request.Dashing is continuous through path elements combined with a join-stylebut is reset to the dash-offset between each sequence of joined lines.

The unit of measure for dashes is the same as in the ordinarycoordinate system.Ideally, a dash length is measured along the slope of the line,but implementations are only required to match this idealfor horizontal and vertical lines.Failing the ideal semantics,it is suggested that the length be measured along the major axis of the line.The major axis is defined as the x axis for lines drawn at an angle ofbetween -45 and +45 degrees or between 135 and 225 degrees from the x axis.For all other lines, the major axis is the y axis.

For any graphics primitive, the computation of the endpoint of an individualdash only depends on the geometry of the primitive, the start positionof the dash, the direction of the dash, and the dash length.

For any graphics primitive, the total set of pixels used to render theprimitive (both even and odd numbered dash elements) withDoubleDashline-style is the same as the set of pixels used to render theprimitive withSolidline-style.

For any graphics primitive, if the primitive is drawn withOnOffDashorDoubleDashline-style unclipped at position [x,y] and again at position[x+dx,y+dy], then a point [x1,y1] is included in a dash in the firstinstance if and only if the point [x1+dx,y1+dy] is included in the dash inthe second instance. In addition, the effective set of points comprising adash cannot be affected by clipping. A point is included in a clipped dashif and only if the point lies inside the clipping region and the pointwould be included in the dash when drawn unclipped.

SetClipRectangles

gc: GCONTEXT
clip-x-origin,clip-y-origin: INT16
rectangles: LISTofRECTANGLE
ordering:{UnSorted,YSorted,YXSorted,YXBanded}
Errors:Alloc,GContext,Match,Value

This request changes clip-mask in gc to the specified list of rectanglesand sets the clip origin.Output will be clipped to remain contained within the rectangles.The clip origin is interpreted relative to the origin ofwhatever destination drawable is specified in a graphics request.The rectangle coordinates are interpreted relative to the clip origin.The rectangles should be nonintersecting, or graphics results will beundefined.Note that the list of rectangles can be empty,which effectively disables output.This is the opposite of passingNoneas the clip-mask inCreateGCandChangeGC.

If known by the client,ordering relations on the rectangles can be specified with the orderingargument.This may provide faster operation by the server.If an incorrect ordering is specified,the server may generate aMatcherror, but it is not required to do so.If no error is generated,the graphics results are undefined.UnSortedmeans that the rectangles are in arbitrary order.YSortedmeans that the rectangles are nondecreasing in their Y origin.YXSortedadditionally constrainsYSortedorder in that all rectangles with an equal Y origin arenondecreasing in their X origin.YXBandedadditionally constrainsYXSortedby requiring that, for every possible Y scanline,all rectangles that include that scanline have identical Y origins and Yextents.

FreeGC

gc: GCONTEXT
Errors:GContext

This request deletes the association between the resource ID and the gcontextand destroys the gcontext.

ClearArea

window: WINDOW
x,y: INT16
width,height: CARD16
exposures: BOOL
Errors:Match,Value,Window

The x and y coordinates are relative to the window's originand specify the upper-left corner of the rectangle.If width is zero,it is replaced with the current width of the window minus x.If height is zero,it is replaced with the current height of the window minus y.If the window has a defined background tile,the rectangle is tiled with a plane-mask of all ones and function ofCopyand a subwindow-mode ofClipByChildren.If the window has backgroundNone,the contents of the window are not changed.In either case,if exposures isTrue,then one or more exposure events are generated for regions of the rectanglethat are either visible or are being retained in a backing store.

It is aMatcherror to use anInputOnlywindow in this request.

CopyArea

src-drawable,dst-drawable: DRAWABLE
gc: GCONTEXT
src-x,src-y: INT16
width,height: CARD16
dst-x,dst-y: INT16
Errors:Drawable,GContext,Match

This request combines the specified rectangle of src-drawable with thespecified rectangle of dst-drawable.The src-x and src-y coordinates are relative to src-drawable's origin.The dst-x and dst-y are relative to dst-drawable's origin,each pair specifying the upper-left corner of the rectangle.The src-drawable must have the same root and the same depthas dst-drawable (or aMatcherror results).

If regions of the source rectangle are obscured and have not been retainedin backing storeor if regions outside the boundaries of the source drawable are specified,then those regions are not copied,but the following occurs on all corresponding destination regions that areeither visible or are retained in backing-store.If the dst-drawable is a window with a background other thanNone,these corresponding destination regions are tiled(with plane-mask of all ones and functionCopy)with that background.Regardless of tiling and whether the destination is a window or a pixmap,if graphics-exposures in gc isTrue,thenGraphicsExposureevents for all corresponding destination regions are generated.

If graphics-exposures isTruebut noGraphicsExposureevents are generated,then aNoExposureevent is generated.

GC components: function, plane-mask, subwindow-mode,graphics-exposures, clip-x-origin, clip-y-origin, clip-mask

CopyPlane

src-drawable,dst-drawable: DRAWABLE
gc: GCONTEXT
src-x,src-y: INT16
width,height: CARD16
dst-x,dst-y: INT16
bit-plane: CARD32
Errors:Drawable,GContext,Match,Value

The src-drawable must have the same root as dst-drawable (or aMatcherror results), but it need not have the same depth.The bit-plane must have exactly one bit set to 1 and the value of bit-planemust be less than %2 sup n% wheren is the depth of src-drawable (or aValueerror results).Effectively, a pixmap of the same depth as dst-drawable and with size specifiedby the source region is formed using the foreground/background pixels in gc(foreground everywhere the bit-plane in src-drawable contains a bit set to 1,background everywhere the bit-plane contains a bit set to 0),and the equivalent of aCopyAreais performed, with all the same exposure semantics.This can also be thought of as using the specified region of the sourcebit-plane as a stipple with a fill-style ofOpaqueStippledfor filling a rectangular area of the destination.

GC components: function, plane-mask, foreground, background,subwindow-mode, graphics-exposures, clip-x-origin, clip-y-origin,clip-mask

PolyPoint

drawable: DRAWABLE
gc: GCONTEXT
coordinate-mode:{Origin,Previous}
points: LISTofPOINT
Errors:Drawable,GContext,Match,Value

This request combines the foreground pixel in gc with the pixelat each point in the drawable.The points are drawn in the order listed.

The first point is always relative to the drawable's origin.The rest are relative either to that origin or the previous point,depending on the coordinate-mode.

GC components: function, plane-mask, foreground, subwindow-mode,clip-x-origin, clip-y-origin, clip-mask

PolyLine

drawable: DRAWABLE
gc: GCONTEXT
coordinate-mode:{Origin,Previous}
points: LISTofPOINT
Errors:Drawable,GContext,Match,Value

This request draws lines between each pair of points (point[i], point[i+1]).The lines are drawn in the order listed.The lines join correctly at all intermediate points,and if the first and last points coincide,the first and last lines also join correctly.

For any given line,no pixel is drawn more than once.If thin (zero line-width) lines intersect,the intersecting pixels are drawn multiple times.If wide lines intersect,the intersecting pixels are drawn only once, as though the entirePolyLinewere a single filled shape.

The first point is always relative to the drawable's origin.The rest are relative either to that origin or the previous point,depending on the coordinate-mode.

When either of the two lines involved in aBeveljoin is neither verticalnor horizontal, then the slope and position of the line segment definingthe bevel join edge is implementation dependent. However, the computationof the slope and distance (relative to the join point) only depends onthe line width and the slopes of the two lines.

GC components: function, plane-mask, line-width, line-style,cap-style, join-style, fill-style, subwindow-mode, clip-x-origin,clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, dashes

PolySegment

drawable: DRAWABLE
gc: GCONTEXT
segments: LISTofSEGMENT
where:
SEGMENT: [x1, y1, x2, y2: INT16]
Errors:Drawable,GContext,Match

For each segment,this request draws a line between [x1, y1] and [x2, y2].The lines are drawn in the order listed.No joining is performed at coincident endpoints.For any given line,no pixel is drawn more than once.If lines intersect,the intersecting pixels are drawn multiple times.

GC components: function, plane-mask, line-width, line-style,cap-style, fill-style, subwindow-mode, clip-x-origin, clip-y-origin,clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, dashes

PolyRectangle

drawable: DRAWABLE
gc: GCONTEXT
rectangles: LISTofRECTANGLE
Errors:Drawable,GContext,Match

This request draws the outlines of the specified rectangles, as if a five-pointPolyLinewere specified for each rectangle:

[x,y] [x+width,y] [x+width,y+height] [x,y+height] [x,y]

The x and y coordinates of each rectangle are relative to the drawable's originand define the upper-left corner of the rectangle.

The rectangles are drawn in the order listed.For any given rectangle,no pixel is drawn more than once.If rectangles intersect,the intersecting pixels are drawn multiple times.

GC components: function, plane-mask, line-width, line-style,cap-style, join-style, fill-style, subwindow-mode, clip-x-origin,clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, dashes

PolyArc

drawable: DRAWABLE
gc: GCONTEXT
arcs: LISTofARC
Errors:Drawable,GContext,Match

This request draws circular or elliptical arcs.Each arc is specified by a rectangle and two angles.The angles are signed integers in degrees scaled by 64,with positive indicating counterclockwise motion andnegative indicating clockwise motion.The start of the arc is specified by angle1 relative to the three-o'clockposition from the center of the rectangle,and the path and extent of the arc is specified by angle2 relative to thestart of the arc.If the magnitude of angle2 is greater than 360 degrees,it is truncated to 360 degrees.The x and y coordinates of the rectangle are relative to the origin ofthe drawable.For an arc specified as [x,y,w,h,a1,a2],the origin of the major and minor axes is at [x+(w/2),y+(h/2)],and the infinitely thin path describing the entire circle/ellipse intersectsthe horizontal axis at [x,y+(h/2)] and [x+w,y+(h/2)] and intersects thevertical axis at [x+(w/2),y] and [x+(w/2),y+h].These coordinates are not necessarily integral; that is,they are not truncated to discrete coordinates.

For a wide line with line-width lw, the ideal bounding outlines for fillingare given by the two infinitely thin paths consisting of all points whoseperpendicular distance from a tangent to the path of the circle/ellipse isequal to lw/2 (which may be a fractional value). When the width and heightof the arc are not equal and both are nonzero, then the actual boundingoutlines are implementation dependent. However, the computation of theshape and position of the bounding outlines (relative to the center of thearc) only depends on the width and height of the arc and theline-width.

The cap-style is applied the same as for a line corresponding to thetangent of the circle/ellipse at the endpoint. When the angle of an arcface is not an integral multiple of 90 degrees, and the width and height ofthe arc are both are nonzero, then the shape and position of the cap atthat face is implementation dependent. However, for aButtcap, the faceis defined by a straight line, and the computation of the position(relative to the center of the arc) and the slope of the line onlydepends on the width and height of the arc and the angle of the arc face.For other cap styles, the computation of the position (relative to thecenter of the arc) and the shape of the cap only depends on the widthand height of the arc, the line-width, the angle of the arc face, and thedirection (clockwise or counter clockwise) of the arc from the endpoint.

The join-style is applied the same as for two lines corresponding to thetangents of the circles/ellipses at the join point. When the width andheight of both arcs are nonzero, and the angle of either arc face is not anintegral multiple of 90 degrees, then the shape of the join isimplementation dependent. However, the computation of the shape onlydepends on the width and height of each arc, the line-width, the angles ofthe two arc faces, the direction (clockwise or counter clockwise) of thearcs from the join point, and the relative orientation of the two arccenter points.

For an arc specified as [x,y,w,h,a1,a2],the angles must be specified in the effectively skewed coordinate system ofthe ellipse (for a circle, the angles and coordinate systems are identical).The relationship between these angles and angles expressed in the normalcoordinate system of the screen (as measured with a protractor) is asfollows:

skewed-angle = atan(tan(normal-angle) * w/h) + adjust

The skewed-angle and normal-angle are expressed in radians (ratherthan in degrees scaled by 64) in the range [0,2*PI).The atan returns a value in the range [-PI/2,PI/2].The adjust is:

0for normal-angle in the range [0,PI/2)
PIfor normal-angle in the range [PI/2,(3*PI)/2)
2*PIfor normal-angle in the range [(3*PI)/2,2*PI)

The arcs are drawn in the order listed.If the last point in one arc coincides with the first point in the followingarc,the two arcs will join correctly.If the first point in the first arc coincides with the last pointin the last arc,the two arcs will join correctly.For any given arc,no pixel is drawn more than once.If two arcs join correctly and the line-width is greater than zeroand the arcs intersect,no pixel is drawn more than once.Otherwise, the intersecting pixels of intersecting arcs are drawn multipletimes.Specifying an arc with one endpoint and a clockwise extent draws thesame pixels as specifying the other endpoint and an equivalentcounterclockwise extent, except as it affects joins.

By specifying one axis to be zero,a horizontal or vertical line can be drawn.

Angles are computed based solely on the coordinate system,ignoring the aspect ratio.

GC components: function, plane-mask, line-width, line-style,cap-style, join-style, fill-style, subwindow-mode, clip-x-origin,clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, dashes

FillPoly

drawable: DRAWABLE
gc: GCONTEXT
shape:{Complex,Nonconvex,Convex}
coordinate-mode:{Origin,Previous}
points: LISTofPOINT
Errors:Drawable,GContext,Match,Value

This request fills the region closed by the specified path.The path is closed automatically if the last point in the list does notcoincide with the first point.No pixel of the region is drawn more than once.

The first point is always relative to the drawable's origin.The rest are relative either to that origin or the previous point,depending on the coordinate-mode.

The shape parameter may be used by the server to improve performance.Complexmeans the path may self-intersect.Contiguous coincident points in the path are not treatedas self-intersection.

Nonconvexmeans the path does not self-intersect,but the shape is not wholly convex.If known by the client,specifyingNonconvexoverComplexmay improve performance.IfNonconvexis specified for a self-intersecting path,the graphics results are undefined.

Convexmeans that for every pair of points inside the polygon,the line segment connecting them does not intersect the path.If known by the client,specifyingConvexcan improve performance.IfConvexis specified for a path that is not convex,the graphics results are undefined.

GC components: function, plane-mask, fill-style, fill-rule,subwindow-mode, clip-x-origin, clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin

PolyFillRectangle

drawable: DRAWABLE
gc: GCONTEXT
rectangles: LISTofRECTANGLE
Errors:Drawable,GContext,Match

This request fills the specified rectangles, as if a four-pointFillPolywere specified for each rectangle:

[x,y] [x+width,y] [x+width,y+height] [x,y+height]

The x and y coordinates of each rectangle are relative to the drawable's originand define the upper-left corner of the rectangle.

The rectangles are drawn in the order listed.For any given rectangle,no pixel is drawn more than once.If rectangles intersect,the intersecting pixels are drawn multiple times.

GC components: function, plane-mask, fill-style, subwindow-mode,clip-x-origin, clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin

PolyFillArc

drawable: DRAWABLE
gc: GCONTEXT
arcs: LISTofARC
Errors:Drawable,GContext,Match

For each arc,this request fills the region closed by the infinitely thin pathdescribed by the specified arc and one or two line segments,depending on the arc-mode.ForChord,the single line segment joining the endpoints of the arc is used.ForPieSlice,the two line segments joining the endpoints of the arc with the center pointare used.

For an arc specified as [x,y,w,h,a1,a2], the origin of the major and minoraxes is at [x+(w/2),y+(h/2)], and the infinitely thin path describing theentire circle/ellipse intersects the horizontal axis at [x,y+(h/2)] and[x+w,y+(h/2)] and intersects the vertical axis at [x+(w/2),y] and[x+(w/2),y+h]. These coordinates are not necessarily integral; that is,they are not truncated to discrete coordinates.

The arc angles are interpreted as specified in thePolyArcrequest. Whenthe angle of an arc face is not an integral multiple of 90 degrees, thenthe precise endpoint on the arc is implementation dependent. However, forChordarc-mode, the computation of the pair of endpoints (relative to thecenter of the arc) only depends on the width and height of the arc andthe angles of the two arc faces. ForPieSlicearc-mode, the computation ofan endpoint only depends on the angle of the arc face for thatendpoint and the ratio of the arc width to arc height.

The arcs are filled in the order listed.For any given arc,no pixel is drawn more than once.If regions intersect,the intersecting pixels are drawn multiple times.

GC components: function, plane-mask, fill-style, arc-mode,subwindow-mode, clip-x-origin, clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin

PutImage

drawable: DRAWABLE
gc: GCONTEXT
depth: CARD8
width,height: CARD16
dst-x,dst-y: INT16
left-pad: CARD8
format:{Bitmap,XYPixmap,ZPixmap}
data: LISTofBYTE
Errors:Drawable,GContext,Match,Value

This request combines an image with a rectangle of the drawable.The dst-x and dst-y coordinates are relative to the drawable's origin.

IfBitmapformat is used,then depth must be one (or aMatcherror results), and the image must be in XY format.The foreground pixel in gc defines the source for bits set to 1 in the image,and the background pixel defines the source for the bits set to 0.

ForXYPixmapandZPixmap,the depth must match the depth of the drawable (or aMatcherror results).ForXYPixmap,the image must be sent in XY format.ForZPixmap,the image must be sent in the Z format defined for the given depth.

The left-pad must be zero forZPixmapformat (or aMatcherror results).ForBitmapandXYPixmapformat,left-pad must be less than bitmap-scanline-pad as given in the serverconnection setup information (or aMatcherror results).The first left-pad bits in every scanline are to be ignored by the server.The actual image begins that many bits into the data.The width argument defines the width of the actual imageand does not include left-pad.

GC components: function, plane-mask, subwindow-mode, clip-x-origin,clip-y-origin, clip-mask

GC mode-dependent components: foreground, background

GetImage

drawable: DRAWABLE
x,y: INT16
width,height: CARD16
plane-mask: CARD32
format:{XYPixmap,ZPixmap}
depth: CARD8
visual: VISUALID orNone
data: LISTofBYTE
Errors:Drawable,Match,Value

This request returns the contents of the given rectangle of the drawable in thegiven format.The x and y coordinates are relative to the drawable's originand define the upper-left corner of the rectangle.IfXYPixmapis specified,only the bit planes specified in plane-mask are transmitted,with the planes appearing from most significant to least significantin bit order.IfZPixmapis specified, then bits in all planes not specified in plane-mask aretransmitted as zero.Range checking is not performed on plane-mask;extraneous bits are simply ignored.The returned depth is as specified when the drawable was createdand is the same as a depth component in a FORMAT structure (in the connectionsetup), not a bits-per-pixel component.If the drawable is a window,its visual type is returned.If the drawable is a pixmap,the visual isNone.

If the drawable is a pixmap,then the given rectangle must be wholly contained within the pixmap (or aMatcherror results).If the drawable is a window,the window must be viewable,and it must be the case that,if there were no inferiors or overlapping windows,the specified rectangle of the window would be fully visible on the screenand wholly contained within the outside edges of the window (or aMatcherror results).Note that the borders of the window can be included and read with this request.If the window has a backing store,then the backing-store contents are returned for regions of the windowthat are obscured by noninferior windows;otherwise, the returned contents of such obscured regions are undefined.Also undefined are the returned contents of visibleregions of inferiors of different depth than the specified window.The pointer cursor image is not included in the contents returned.

This request is not general-purpose in the same sense as othergraphics-related requests.It is intended specifically for rudimentary hardcopy support.

PolyText8

drawable: DRAWABLE
gc: GCONTEXT
x,y: INT16
items: LISTofTEXTITEM8
where:  
TEXTITEM8:TEXTELT8 or FONT
TEXTELT8:[delta: INT8
string: STRING8]
Errors:Drawable,Font,GContext,Match

The x and y coordinates are relative to the drawable's originand specify the baseline starting position (the initial character origin).Each text item is processed in turn.A font item causes the font to be stored in gcand to be used for subsequent text.Switching among fonts does not affect the next character origin.A text element delta specifies an additional change in the positionalong the x axis before the string is drawn;the delta is always added to the character origin.Each character image, as defined by the font in gc,is treated as an additional mask for a fill operation on the drawable.

All contained FONTs are always transmitted most significant byte first.

If aFonterror is generated for an item,the previous items may have been drawn.

For fonts defined with 2-byte matrix indexing,each STRING8 byte is interpreted as a byte2 value of a CHAR2B with a byte1value of zero.

GC components: function, plane-mask, fill-style, font,subwindow-mode, clip-x-origin, clip-y-origin, clip-mask

GC mode-dependent components: foreground, background, tile, stipple,tile-stipple-x-origin, tile-stipple-y-origin

PolyText16

drawable: DRAWABLE
gc: GCONTEXT
x,y: INT16
items: LISTofTEXTITEM16
where:  
TEXTITEM16:TEXTELT16 or FONT
TEXTELT16:[delta: INT8
string: STRING16]
Errors:Drawable,Font,GContext,Match

This request is similar toPolyText8,except 2-byte (or 16-bit) characters are used.For fonts defined with linear indexing rather than 2-byte matrix indexing,the server will interpret each CHAR2B as a 16-bit number thathas been transmitted most significant byte first (that is, byte1 of theCHAR2B is taken as the most significant byte).

ImageText8

drawable: DRAWABLE
gc: GCONTEXT
x,y: INT16
string: STRING8
Errors:Drawable,GContext,Match

The x and y coordinates are relative to the drawable's originand specify the baseline starting position (the initial character origin).The effect is first to fill a destination rectangle with the backgroundpixel defined in gc and then to paint the text with the foreground pixel.The upper-left corner of the filled rectangle is at:

[x, y - font-ascent]

the width is:

overall-width

and the height is:

font-ascent + font-descent

The overall-width, font-ascent, and font-descent are asthey would be returned by aQueryTextExtentscall using gc and string.

The function and fill-style defined in gc are ignored for this request.The effective function isCopy,and the effective fill-styleSolid.

For fonts defined with 2-byte matrix indexing,each STRING8 byte is interpreted as a byte2 value of a CHAR2B with a byte1value of zero.

GC components: plane-mask, foreground, background, font,subwindow-mode, clip-x-origin, clip-y-origin, clip-mask

ImageText16

drawable: DRAWABLE
gc: GCONTEXT
x,y: INT16
string: STRING16
Errors:Drawable,GContext,Match

This request is similar toImageText8,except 2-byte (or 16-bit) characters are used.For fonts defined with linear indexing rather than 2-byte matrix indexing,the server will interpret each CHAR2B as a 16-bit number thathas been transmitted most significant byte first (that is, byte1 of theCHAR2B is taken as the most significant byte).

CreateColormap

mid: COLORMAP
visual: VISUALID
window: WINDOW
alloc:{None,All}
Errors:Alloc,IDChoice,Match,Value,Window

This request creates a colormap of the specified visual type for the screenon which the window resides and associates the identifier mid with it.The visual type must be one supported by the screen (or aMatcherror results).The initial values of the colormap entries are undefined for classesGrayScale,PseudoColor,andDirectColor.ForStaticGray,StaticColor,andTrueColor,the entries will have defined values,but those values are specific to the visual and are not definedby the core protocol.ForStaticGray,StaticColor,andTrueColor,alloc must be specified asNone(or aMatcherror results).For the other classes, if alloc isNone,the colormap initially has no allocated entries,and clients can allocate entries.

If alloc isAll,then the entire colormap is allocated writable.The initial values of all allocated entries are undefined.ForGrayScaleandPseudoColor,the effect is as if anAllocColorCellsrequest returned all pixel values from zero to N - 1,where N is the colormap-entries value in the specified visual.ForDirectColor,the effect is as if anAllocColorPlanesrequest returned a pixel value of zero and red-mask,green-mask, and blue-mask values containing the same bits as thecorresponding masks in the specified visual.However,in all cases, none of these entries can be freed withFreeColors.

FreeColormap

cmap: COLORMAP
Errors:Colormap

This request deletes the association between the resource ID and the colormapand frees the colormap storage.If the colormap is an installed map for a screen,it is uninstalled (seeUninstallColormaprequest).If the colormap is defined as the colormap for a window (by means ofCreateWindoworChangeWindowAttributes),the colormap for the window is changed toNone,and aColormapNotifyevent is generated.The protocol does not define the colors displayed for a window with a colormap ofNone.

This request has no effect on a default colormap for a screen.

CopyColormapAndFree

mid,src-cmap: COLORMAP
Errors:Alloc,Colormap,IDChoice

This request creates a colormap of the same visual typeand for the same screen as src-cmap,and it associates identifier mid with it.It also moves all of the client's existing allocations from src-cmapto the new colormap with their color values intactand their read-only or writable characteristics intact,and it frees those entries in src-cmap.Color values in other entries in the new colormap are undefined.If src-cmap was created by the client with allocAll(seeCreateColormaprequest),then the new colormap is also created with allocAll,all color values for all entries are copied from src-cmap,and then all entries in src-cmap are freed.If src-cmap was not created by the client with allocAll,then the allocations to be moved are all those pixels and planes that havebeen allocated by the client using eitherAllocColor,AllocNamedColor,AllocColorCells,orAllocColorPlanesand that have not been freed since they were allocated.

InstallColormap

cmap: COLORMAP
Errors:Colormap

This request makes this colormap an installed map for its screen.All windows associated with this colormap immediately display with true colors.As a side effect,additional colormaps might be implicitly installedor uninstalled by the server.Which other colormaps get installed or uninstalled is server-dependentexcept that the required list must remain installed.

If cmap is not already an installed map, aColormapNotifyevent is generated on every window having cmap as an attribute.In addition,for every other colormap that is installed or uninstalled as a resultof the request, aColormapNotifyevent is generated on every window having that colormap as an attribute.

At any time, there is a subset of the installed maps that are viewed as anordered list and are called the required list.The length of the required list is at most M,where M is the min-installed-maps specified for the screen in theconnection setup.The required list is maintained as follows.When a colormap is an explicit argument toInstallColormap,it is added to the head of the list; the list is truncated at thetail, if necessary, to keep the length of the list to at most M.When a colormap is an explicit argument toUninstallColormapand it is in the required list, it is removed from the list.A colormap is not added to the required list when it is installed implicitlyby the server, and the server cannot implicitly uninstall a colormap that isin the required list.

Initially the default colormap for a screen is installed (but is not inthe required list).

UninstallColormap

cmap: COLORMAP
Errors:Colormap

If cmap is on the required list for its screen (seeInstallColormaprequest),it is removed from the list.As a side effect,cmap might be uninstalled,and additional colormaps might be implicitly installed or uninstalled.Which colormaps get installed or uninstalled is server-dependentexcept that the required list must remain installed.

If cmap becomes uninstalled, aColormapNotifyevent is generated on every window having cmap as an attribute.In addition,for every other colormap that is installed or uninstalled as a result ofthe request, aColormapNotifyevent is generated on every window having that colormap as an attribute.

ListInstalledColormaps

window: WINDOW
cmaps: LISTofCOLORMAP
Errors:Window

This request returns a list of the currently installed colormaps for thescreen of the specified window.The order of colormaps is not significant,and there is no explicit indication of the required list (seeInstallColormaprequest).

AllocColor

cmap: COLORMAP
red,green,blue: CARD16
pixel: CARD32
red, green, blue: CARD16
Errors:Alloc,Colormap

This request allocates a read-only colormap entry corresponding to the closestRGB values provided by the hardware.It also returns the pixel and the RGB values actually used.Multiple clients requesting the same effective RGB values can be assignedthe same read-only entry, allowing entries to be shared.

AllocNamedColor

cmap: COLORMAP
name: STRING8
pixel: CARD32
exact-red, exact-green, exact-blue: CARD16
visual-red, visual-green, visual-blue: CARD16
Errors:Alloc,Colormap,Name

This request looks up the named color with respect to the screen associatedwith the colormap.Then, it does anAllocColoron cmap.The name should use the ISO Latin-1 encoding,and uppercase and lowercase do not matter.The exact RGB values specify the true values for the color,and the visual values specify the values actually used in the colormap.

AllocColorCells

cmap: COLORMAP
colors,planes: CARD16
contiguous: BOOL
pixels, masks: LISTofCARD32
Errors:Alloc,Colormap,Value

The number of colors must be positive,and the number of planes must be nonnegative (or aValueerror results).If C colors and P planes are requested,then C pixels and P masks are returned.No mask will have any bits in common with any other maskor with any of the pixels.By ORing together masks and pixels,C*%2 sup P% distinct pixels can be produced;all of these are allocated writable by the request.ForGrayScaleorPseudoColor,each mask will have exactly one bit set to 1; forDirectColor,each will have exactly three bits set to 1.If contiguous isTrueand if all masks are ORed together,a single contiguous set of bits will be formed forGrayScaleorPseudoColor,and three contiguous sets of bits (one within each pixel subfield) forDirectColor.The RGB values of the allocated entries are undefined.

AllocColorPlanes

cmap: COLORMAP
colors,reds,greens,blues: CARD16
contiguous: BOOL
pixels: LISTofCARD32
red-mask, green-mask, blue-mask: CARD32
Errors:Alloc,Colormap,Value

The number of colors must be positive,and the reds, greens, and blues must be nonnegative (or aValueerror results).If C colors, R reds, G greens, and B blues are requested,then C pixels are returned, and the masks have R, G, and B bits set,respectively.If contiguous isTrue,then each mask will have a contiguous set of bits.No mask will have any bits in common with any other maskor with any of the pixels.ForDirectColor,each mask will lie within the corresponding pixel subfield.By ORing together subsets of masks with pixels,C*%2 sup R+G+B% distinct pixels can be produced;all of these are allocated writable by the request.The initial RGB values of the allocated entries are undefined.In the colormap,there are only C*%2 sup R% independent red entries,C*%2 sup G% independent green entries,and C*%2 sup B% independent blue entries.This is true even forPseudoColor.When the colormap entry for a pixel value is changed usingStoreColorsorStoreNamedColor,the pixel is decomposed according to the masks and thecorresponding independent entries are updated.

FreeColors

cmap: COLORMAP
pixels: LISTofCARD32
plane-mask: CARD32
Errors:Access,Colormap,Value

The plane-mask should not have any bits in common with any of thepixels.The set of all pixels is produced by ORing together subsets ofplane-mask with the pixels.The request frees all of these pixels thatwere allocated by the client (usingAllocColor,AllocNamedColor,AllocColorCells,andAllocColorPlanes).Note that freeing anindividual pixel obtained fromAllocColorPlanesmay not actually allow it to be reused until all of its related pixelsare also freed.Similarly, a read-only entry is not actually freed until it has beenfreed by all clients, and if a client allocates the same read-only entrymultiple times, it must free the entry that many times before theentry is actually freed.

All specified pixels that are allocated by the client in cmap are freed,even if one or more pixels produce an error.AValueerror is generated if a specified pixel is not a valid index into cmap.AnAccesserror is generated if a specified pixel is not allocated by theclient (that is, is unallocated or is only allocated by another client)or if the colormap was created with all entries writable (using an allocvalue ofAllinCreateColormap).If more than one pixel is in error,it is arbitrary as to which pixel is reported.

StoreColors

cmap: COLORMAP
items: LISTofCOLORITEM
where:

COLORITEM:[pixel: CARD32
 do-red, do-green, do-blue: BOOL
 red, green, blue: CARD16]

Errors:Access,Colormap,Value

This request changes the colormap entries of the specified pixels.The do-red, do-green, and do-blue fields indicate which componentsshould actually be changed.If the colormap is an installed map for its screen,the changes are visible immediately.

All specified pixels that are allocated writable in cmap (by any client)are changed, even if one or more pixels produce an error.AValueerror is generated if a specified pixel is not a valid index into cmap, and anAccesserror is generated if a specified pixel is unallocated or is allocatedread-only.If more than one pixel is in error,it is arbitrary as to which pixel is reported.

StoreNamedColor

cmap: COLORMAP
pixel: CARD32
name: STRING8
do-red,do-green,do-blue: BOOL
Errors:Access,Colormap,Name,Value

This request looks up the named color with respect to the screen associatedwith cmap and then does aStoreColorsin cmap.The name should use the ISO Latin-1 encoding,and uppercase and lowercase do not matter.TheAccessandValueerrors are the same as inStoreColors.

QueryColors

cmap: COLORMAP
pixels: LISTofCARD32
colors: LISTofRGB
where:
RGB: [red, green, blue: CARD16]
Errors:Colormap,Value

This request returns the hardware-specific color values stored in cmap forthe specified pixels.The values returned for an unallocated entry are undefined.AValueerror is generated if a pixel is not a valid index into cmap.If more than one pixel is in error,it is arbitrary as to which pixel is reported.

LookupColor

cmap: COLORMAP
name: STRING8
exact-red, exact-green, exact-blue: CARD16
visual-red, visual-green, visual-blue: CARD16
Errors:Colormap,Name

This request looks up the string name of a color with respect to the screenassociated with cmap and returns both the exact color values andthe closest values provided by the hardware with respect to the visualtype of cmap.The name should use the ISO Latin-1 encoding,and uppercase and lowercase do not matter.

CreateCursor

cid: CURSOR
source: PIXMAP
mask: PIXMAP orNone
fore-red,fore-green,fore-blue: CARD16
back-red,back-green,back-blue: CARD16
x,y: CARD16
Errors:Alloc,IDChoice,Match,Pixmap

This request creates a cursor and associates identifier cid with it.The foreground and background RGB values must be specified,even if the server only has aStaticGrayorGrayScalescreen.The foreground is used for the bits set to 1 in the source,and the background is used for the bits set to 0.Both source and mask (if specified) must have depth one (or aMatcherror results), but they can have any root.The mask pixmap defines the shape of the cursor.That is,the bits set to 1 in the mask define which source pixels will be displayed,and where the mask has bits set to 0,the corresponding bits of the source pixmap are ignored.If no mask is given,all pixels of the source are displayed.The mask, if present, must be the same size as the source (or aMatcherror results).The x and y coordinates define the hotspot relative to the source's originand must be a point within the source (or aMatcherror results).

The components of the cursor may be transformed arbitrarily to meetdisplay limitations.

The pixmaps can be freed immediately if no further explicit referencesto them are to be made.

Subsequent drawing in the source or mask pixmap has an undefined effecton the cursor.The server might or might not make a copy of the pixmap.

CreateGlyphCursor

cid: CURSOR
source-font: FONT
mask-font: FONT orNone
source-char,mask-char: CARD16
fore-red,fore-green,fore-blue: CARD16
back-red,back-green,back-blue: CARD16
Errors:Alloc,Font,IDChoice,Value

This request is similar toCreateCursor,except the source and mask bitmaps are obtained from the specified font glyphs.The source-char must be a defined glyph in source-font,and if mask-font is given, mask-char must be a defined glyph in mask-font(or aValueerror results).The mask font and character are optional.The origins of the source and mask (if it is defined) glyphsare positioned coincidently and define the hotspot.The source and mask need not have the same bounding box metrics,and there is no restriction on the placement of the hotspot relativeto the bounding boxes.If no mask is given,all pixels of the source are displayed.Note that source-char and mask-char are CARD16, not CHAR2B.For 2-byte matrix fonts,the 16-bit value should be formed with byte1 in the most significant byteand byte2 in the least significant byte.

The components of the cursor may be transformed arbitrarily to meetdisplay limitations.

The fonts can be freed immediately if no further explicit references tothem are to be made.

FreeCursor

cursor: CURSOR
Errors:Cursor

This request deletes the association between the resource ID and the cursor.The cursor storage will be freed when no other resource references it.

RecolorCursor

cursor: CURSOR
fore-red,fore-green,fore-blue: CARD16
back-red,back-green,back-blue: CARD16
Errors:Cursor

This request changes the color of a cursor.If the cursor is being displayed on a screen,the change is visible immediately.

QueryBestSize

class:{Cursor,Tile,Stipple}
drawable: DRAWABLE
width,height: CARD16
width, height: CARD16
Errors:Drawable,Match,Value

This request returns the best size that is closest to the argument size.ForCursor,this is the largest size that can be fully displayed.ForTile,this is the size that can be tiled fastest.ForStipple,this is the size that can be stippled fastest.

ForCursor,the drawable indicates the desired screen.ForTileandStipple,the drawable indicates the screen and also possibly the window class and depth.AnInputOnlywindow cannot be used as the drawable forTileorStipple(or aMatcherror results).

QueryExtension

name: STRING8
present: BOOL
major-opcode: CARD8
first-event: CARD8
first-error: CARD8

This request determines if the named extension is present.If so,the major opcode for the extension is returned, if it has one.Otherwise, zero is returned.Any minor opcode and the request formats are specific to the extension.If the extension involves additional event types,the base event type code is returned.Otherwise, zero is returned.The format of the events is specific to the extension.If the extension involves additional error codes,the base error code is returned.Otherwise, zero is returned.The format of additional data in the errors is specific to the extension.

The extension name should use the ISO Latin-1 encoding,and uppercase and lowercase matter.

ListExtensions

names: LISTofSTRING8

This request returns a list of all extensions supported by the server.

SetModifierMapping

keycodes-per-modifier: CARD8
keycodes: LISTofKEYCODE
status:{Success,Busy,Failed}
Errors:Alloc,Value

This request specifies the keycodes (if any) of the keys to be used asmodifiers.The number of keycodes in the list must be 8*keycodes-per-modifier (or aLengtherror results).The keycodes are divided into eight sets,with each set containing keycodes-per-modifier elements.The sets are assigned to the modifiersShift,Lock,Control,Mod1,Mod2,Mod3,Mod4,andMod5,in order.Only nonzero keycode values are used within each set;zero values are ignored.All of the nonzero keycodes must be in the range specified by min-keycodeand max-keycode in the connection setup (or aValueerror results).The order of keycodes within a set does not matter.If no nonzero values are specified in a set,the use of the corresponding modifier is disabled,and the modifier bit will always be zero.Otherwise, the modifier bit will be one wheneverat least one of the keys in the corresponding set is in the downposition.

A server can impose restrictions on how modifiers can be changed (for example,if certain keys do not generate up transitions in hardware,if auto-repeat cannot be disabled on certain keys,or if multiple keys per modifier are not supported).The status reply isFailedif some such restriction is violated,and none of the modifiers is changed.

If the new nonzero keycodes specified for a modifier differ from thosecurrently defined and any (current or new) keys for that modifier arelogically in the down state, then the status reply isBusy,and none of the modifiers is changed.

This request generates aMappingNotifyevent on aSuccessstatus.

GetModifierMapping

keycodes-per-modifier: CARD8
keycodes: LISTofKEYCODE

This request returns the keycodes of the keys being used as modifiers.The number of keycodes in the list is 8*keycodes-per-modifier.The keycodes are divided into eight sets,with each set containing keycodes-per-modifier elements.The sets are assigned to the modifiersShift,Lock,Control,Mod1,Mod2,Mod3,Mod4,andMod5,in order.The keycodes-per-modifier value is chosen arbitrarily by the server;zeroes are used to fill in unused elements within each set.If only zero values are given in a set,the use of the corresponding modifier has been disabled.The order of keycodes within each set is chosen arbitrarily by the server.

ChangeKeyboardMapping

first-keycode: KEYCODE
keysyms-per-keycode: CARD8
keysyms: LISTofKEYSYM
Errors:Alloc,Value

This request defines the symbols for the specified number of keycodes,starting with the specified keycode.The symbols for keycodes outside this range remained unchanged.The number of elements in the keysyms list must be a multiple ofkeysyms-per-keycode (or aLengtherror results).The first-keycode must be greater than or equal to min-keycode as returnedin the connection setup (or aValueerror results) and:

first-keycode + (keysyms-length / keysyms-per-keycode) - 1

must be less than or equal to max-keycode as returned in the connectionsetup (or aValueerror results).KEYSYM number N (counting from zero) for keycode K has an index(counting from zero) of:

(K - first-keycode) * keysyms-per-keycode + N

in keysyms.The keysyms-per-keycode can be chosen arbitrarily by the clientto be large enough to hold all desired symbols.A special KEYSYM value ofNoSymbolshould be used to fill in unused elements for individual keycodes.It is legal forNoSymbolto appear in nontrailing positions of the effective list for a keycode.

This request generates aMappingNotifyevent.

There is no requirement that the server interpret this mapping;it is merely stored for reading and writing by clients(seesection 5).

GetKeyboardMapping

first-keycode: KEYCODE
count: CARD8
keysyms-per-keycode: CARD8
keysyms: LISTofKEYSYM
Errors:Value

This request returns the symbols for the specified number of keycodes,starting with the specified keycode.The first-keycode must be greater than or equal tomin-keycode as returned in the connection setup (or aValueerror results), and:

first-keycode + count - 1

must be less than or equal to max-keycode as returned in the connection setup(or aValueerror results).The number of elements in the keysyms list is:

count * keysyms-per-keycode

and KEYSYM number N (counting from zero) for keycode K has an index(counting from zero) of:

(K - first-keycode) * keysyms-per-keycode + N

in keysyms.The keysyms-per-keycode value is chosen arbitrarily by the serverto be large enough to report all requested symbols.A special KEYSYM value ofNoSymbolis used to fill in unused elements for individual keycodes.

ChangeKeyboardControl

value-mask: BITMASK
value-list: LISTofVALUE
Errors:Match,Value

This request controls various aspects of the keyboard.The value-mask and value-list specify which controls are to be changed.The possible values are:

ControlType
key-click-percentINT8
bell-percentINT8
bell-pitchINT16
bell-durationINT16
ledCARD8
led-mode{On,Off }
keyKEYCODE
auto-repeat-mode{On,Off,Default }

The key-click-percent sets the volume for key clicks between 0 (off) and100 (loud) inclusive, if possible.Setting to -1 restores the default.Other negative values generate aValueerror.

The bell-percent sets the base volume for the bell between 0 (off) and 100(loud) inclusive, if possible.Setting to -1 restores the default.Other negative values generate aValueerror.

The bell-pitch sets the pitch (specified in Hz) of the bell, if possible.Setting to -1 restores the default.Other negative values generate aValueerror.

The bell-duration sets the duration of the bell (specified in milliseconds),if possible.Setting to -1 restores the default.Other negative values generate aValueerror.

If both led-mode and led are specified,then the state of that LED is changed, if possible.If only led-mode is specified,then the state of all LEDs are changed, if possible.At most 32 LEDs, numbered from one, are supported.No standard interpretation of LEDs is defined.It is aMatcherror if an led is specified without an led-mode.

If both auto-repeat-mode and key are specified,then the auto-repeat mode of that key is changed, if possible.If only auto-repeat-mode is specified,then the global auto-repeat mode for the entire keyboard is changed,if possible, without affecting the per-key settings.It is aMatcherror if a key is specified without an auto-repeat-mode.Each key has an individual mode of whether or not it should auto-repeatand a default setting for that mode.In addition, there is a global mode of whether auto-repeat should beenabled or not and a default setting for that mode.When the global mode isOn,keys should obey their individual auto-repeat modes.When the global mode isOff,no keys should auto-repeat.An auto-repeating key generates alternatingKeyPressandKeyReleaseevents.When a key is used as a modifier,it is desirable for the key not to auto-repeat,regardless of the auto-repeat setting for that key.

A bell generator connected with the console but not directly on thekeyboard is treated as if it were part of the keyboard.

The order in which controls are verified and altered is server-dependent.If an error is generated,a subset of the controls may have been altered.

GetKeyboardControl

key-click-percent: CARD8
bell-percent: CARD8
bell-pitch: CARD16
bell-duration: CARD16
led-mask: CARD32
global-auto-repeat:{On,Off}
auto-repeats: LISTofCARD8

This request returns the current control values for the keyboard.For the LEDs,the least significant bit of led-mask corresponds to LED one,and each one bit in led-mask indicates an LED that is lit.The auto-repeats is a bit vector;each one bit indicates that auto-repeat is enabled for the corresponding key.The vector is represented as 32 bytes.Byte N (from 0) contains the bits for keys 8N to 8N + 7,with the least significant bit in the byte representing key 8N.

Bell

percent: INT8
Errors:Value

This request rings the bell on the keyboard at a volume relative to thebase volume for the keyboard, if possible.Percent can range from -100 to 100 inclusive (or aValueerror results).The volume at which the bell is rung when percent is nonnegative is:

base - [(base * percent) / 100] + percent

When percent is negative, it is:

base + [(base * percent) / 100]

SetPointerMapping

map: LISTofCARD8
status:{Success,Busy}
Errors:Value

This request sets the mapping of the pointer.Elements of the list are indexed starting from one.The length of the list must be the same asGetPointerMappingwould return (or aValueerror results).The index is a core button number,and the element of the list defines the effective number.

A zero element disables a button.Elements are not restricted in value by the number of physical buttons,but no two elements can have the same nonzero value (or aValueerror results).

If any of the buttons to be altered are logically in the down state,the status reply isBusy,and the mapping is not changed.

This request generates aMappingNotifyevent on aSuccessstatus.

GetPointerMapping

map: LISTofCARD8

This request returns the current mapping of the pointer.Elements of the list are indexed starting from one.The length of the list indicates the number of physical buttons.

The nominal mapping for a pointer is the identity mapping: map[i]=i.

ChangePointerControl

do-acceleration,do-threshold: BOOL
acceleration-numerator,acceleration-denominator: INT16
threshold: INT16
Errors:Value

This request defines how the pointer moves.The acceleration is a multiplier for movement expressed as a fraction.For example,specifying 3/1 means the pointer moves three times as fast as normal.The fraction can be rounded arbitrarily by the server.Acceleration only takes effect if the pointer moves more than thresholdnumber of pixels at once and only applies to the amount beyond the threshold.Setting a value to -1 restores the default.Other negative values generate aValueerror, as does a zero value for acceleration-denominator.

GetPointerControl

acceleration-numerator, acceleration-denominator: CARD16
threshold: CARD16

This request returns the current acceleration and threshold for the pointer.

SetScreenSaver

timeout,interval: INT16
prefer-blanking:{Yes,No,Default}
allow-exposures:{Yes,No,Default}
Errors:Value

The timeout and interval are specified in seconds;setting a value to -1 restores the default.Other negative values generate aValueerror.If the timeout value is zero,screen-saver is disabled (but an activated screen-saver is not deactivated).If the timeout value is nonzero,screen-saver is enabled.Once screen-saver is enabled,if no input from the keyboard or pointer is generated for timeout seconds,screen-saver is activated.For each screen,if blanking is preferred and the hardware supports video blanking,the screen will simply go blank.Otherwise,if either exposures are allowed or the screen can be regenerated withoutsending exposure events to clients,the screen is changed in a server-dependent fashion to avoid phosphor burn.Otherwise,the state of the screens does not change, and screen-saver is not activated.At the next keyboard or pointer input or at the nextForceScreenSaverwith modeReset,screen-saver is deactivated, and all screen states are restored.

If the server-dependent screen-saver method is amenable to periodic change,interval serves as a hint about how long the change period should be,with zero hinting that no periodic change should be made.Examples of ways to change the screen include scrambling the color mapperiodically, moving an icon image about the screen periodically, ortiling the screen with the root window background tile,randomly reorigined periodically.

GetScreenSaver

timeout, interval: CARD16
prefer-blanking:{Yes,No}
allow-exposures:{Yes,No}

This request returns the current screen-saver control values.

ForceScreenSaver

mode:{Activate,Reset}
Errors:Value

If the mode isActivateand screen-saver is currently deactivated,then screen-saver is activated (even if screen-saver has been disabled witha timeout value of zero).If the mode isResetand screen-saver is currently enabled,then screen-saver is deactivated (if it was activated),and the activation timer is reset to its initial stateas if device input had just been received.

ChangeHosts

mode:{Insert,Delete}
host: HOST
Errors:Access,Value

This request adds or removes the specified host from the access control list.When the access control mechanism is enabled and a client attempts toestablish a connection to the server,the host on which the client resides must be in the access control list,or the client must have been granted permission by a server-dependentmethod, or the server will refuse the connection.

The client must reside on the same host as the server and/or have been grantedpermission by a server-dependent method to execute this request (or anAccesserror results).

An initial access control list can usually be specified,typically by naming a file that the server reads at startup and reset.

The following address families are defined.A server is not required to support these familiesand may support families not listed here.Use of an unsupported family, an improper address format,or an improper address length within a supported family results in aValueerror.

For the Internet family,the address must be four bytes long.The address bytes are in standard IP order;the server performs no automatic swapping on the address bytes.The Internet family supports IP version 4 addresses only.

For the InternetV6 family, the address must be sixteen byteslong. The address bytes are in standard IP order; theserver performs no automatic swapping on the address bytes.The InternetV6 family supports IP version 6 addresses only.

For the DECnet family,the server performs no automatic swapping on the address bytes.A Phase IV address is two bytes long:the first byte contains the least significant eight bits of the node number,and the second byte contains the most significant two bits of the node number inthe least significant two bits of the byte and the area in the mostsignificant six bits of the byte.

For the Chaos family,the address must be two bytes long.The host number is always the first byte in the address,and the subnet number is always the second byte.The server performs no automatic swapping on the address bytes.

For the ServerInterpreted family, the address may be of anylength up to 65535 bytes. The address consists of two stringsof ASCII characters, separated by a byte with a value of 0.The first string represents the type of address, and the secondstring contains the address value. Address types and the syntaxfor their associated values will be registered via the X.Org Registry.Implementors who wish to add implementation specific types may registera unique prefix with the X.Org registry to prevent namespacecollisions.

Use of a host address in the ChangeHosts request is deprecated. It isonly useful when a host has a unique, constant address, a requirementthat is increasingly unmet as sites adopt dynamically assignedaddresses, network address translation gateways, IPv6 link localaddresses, and various other technologies. It also assumes all users ofa host share equivalent access rights, and as such has never beensuitable for many multi-user machine environments. Instead, moresecure forms of authentication, such as those based on shared secretsor public key encryption, are recommended.

ListHosts

mode:{Enabled,Disabled}
hosts: LISTofHOST

This request returns the hosts on the access control listand whether use of the list at connection setup is currentlyenabled or disabled.

Each HOST is padded to a multiple of four bytes.

SetAccessControl

mode:{Enable,Disable}
Errors:Access,Value

This request enables or disables the use of the access control listat connection setups.

The client must reside on the same host as the serverand/or have been granted permission by a server-dependent methodto execute this request (or anAccesserror results).

SetCloseDownMode

mode:{Destroy,RetainPermanent,RetainTemporary}
Errors:Value

This request defines what will happen to the client's resourcesat connection close.A connection starts inDestroymode.The meaning of the close-down mode is describedinsection 10.

KillClient

resource: CARD32 orAllTemporary
Errors:Value

If a valid resource is specified,KillClientforces a close-down of the client that created the resource.If the client has already terminated in eitherRetainPermanentorRetainTemporarymode, all of the client's resources are destroyed(seesection 10).IfAllTemporaryis specified,then the resources of all clients that have terminated inRetainTemporaryare destroyed.

NoOperation

This request has no arguments and no results,but the request length fieldallows the request to be any multiple of four bytes in length.The bytes contained in the request are uninterpreted by the server.

This request can be used in its minimum four byte form as padding wherenecessary by client libraries that find it convenient to force requeststo begin on 64-bit boundaries.

Chapter 10. Connection Close

At connection close,all event selections made by the client are discarded.If the client has the pointer actively grabbed, anUngrabPointeris performed.If the client has the keyboard actively grabbed, anUngrabKeyboardis performed.All passive grabs by the client are released.If the client has the server grabbed, anUngrabServeris performed.All selections (seeSetSelectionOwnerrequest)owned by the client are disowned.If close-down mode (seeSetCloseDownModerequest) isRetainPermanentorRetainTemporary,then all resources (including colormap entries)allocated by the client are marked as permanent or temporary,respectively (but this does not prevent other clients from explicitlydestroying them).If the mode isDestroy,all of the client's resources are destroyed.

When a client's resources are destroyed,for each window in the client's save-set,if the window is an inferior of a window created by the client,the save-set window is reparented to the closest ancestor such thatthe save-set window is not an inferior of a window created by the client.If the save-set window is unmapped, aMapWindowrequest is performed on it (even if it was not an inferiorof a window created by the client).The reparenting leaves unchanged the absolute coordinates(with respect to the root window) of the upper-left outer corner of thesave-set window.After save-set processing,all windows created by the client are destroyed.For each nonwindow resource created by the client,the appropriateFreerequest is performed.All colors and colormap entries allocated by the client are freed.

A server goes through a cycle of having no connections and having someconnections.At every transition to the state of having no connectionsas a result of a connection closing with aDestroyclose-down mode,the server resets its state as if it had just been started.This starts by destroying all lingering resources from clientsthat have terminated inRetainPermanentorRetainTemporarymode.It additionally includes deleting all but the predefined atom identifiers,deleting all properties on all root windows, resetting all device maps andattributes (key click, bell volume, acceleration), resetting the accesscontrol list, restoring the standard root tiles and cursors, restoringthe default font path, and restoring the input focus to statePointerRoot.

Note that closing a connection with a close-down mode ofRetainPermanentorRetainTemporarywill not cause the server to reset.

Chapter 11. Events

Table of Contents

Input Device events
Pointer Window events
Input Focus events
KeymapNotify
Expose
GraphicsExposure
NoExposure
VisibilityNotify
CreateNotify
DestroyNotify
UnmapNotify
MapNotify
MapRequest
ReparentNotify
ConfigureNotify
GravityNotify
ResizeRequest
ConfigureRequest
CirculateNotify
CirculateRequest
PropertyNotify
SelectionClear
SelectionRequest
SelectionNotify
ColormapNotify
MappingNotify
ClientMessage

When a button press is processed with the pointer in some window Wand no active pointer grab is in progress,the ancestors of W are searched from the root down,looking for a passive grab to activate.If no matching passive grab on the button exists,then an active grab is started automatically for the client receiving the event,and the last-pointer-grab time is set to the current server time.The effect is essentially equivalent to aGrabButtonwith arguments:

ArgumentValue
event-windowEvent window
event-maskClient's selected pointer events on the event window
pointer-mode and keyboard-modeAsynchronous
owner-eventsTrueif the client hasOwnerGrabButtonselected on the event window, otherwiseFalse
confine-toNone
cursorNone

The grab is terminated automatically when the logical state of the pointerhas all buttons released.UngrabPointerandChangeActivePointerGrabcan both be used to modify the active grab.

Input Device events

KeyPress
KeyRelease
ButtonPress
ButtonRelease
MotionNotify
root,event: WINDOW
child: WINDOW orNone
same-screen: BOOL
root-x,root-y,event-x,event-y: INT16
detail: <see below>
state: SETofKEYBUTMASK
time: TIMESTAMP

These events are generated either when a key or button logically changes stateor when the pointer logically moves.The generation of these logical changes may lag the physical changesif device event processing is frozen.Note thatKeyPressandKeyReleaseare generated for all keys, even those mapped to modifier bits.The source of the event is the window the pointer is in.The window the event is reported with respect to is called the event window.The event window is found by starting with the source window andlooking up the hierarchy for the first window on which any client has selectedinterest in the event (provided no intervening window prohibits eventgeneration by including the event type in its do-not-propagate-mask).The actual window used for reporting can be modified by active grabs and,in the case of keyboard events, can be modified by the focus window.

The root is the root window of the source window,and root-x and root-y are the pointer coordinates relative to root's originat the time of the event.Event is the event window.If the event window is on the same screen as root,then event-x and event-y are the pointer coordinates relative to theevent window's origin.Otherwise, event-x and event-y are zero.If the source window is an inferior of the event window,then child is set to the child of the event window that is anancestor of (or is) the source window.Otherwise, it is set toNone.The state component gives the logical state of the buttons and modifier keysjust before the event.The detail component type varies with the event type:

EventComponent
KeyPress,KeyReleaseKEYCODE
ButtonPress,ButtonReleaseBUTTON
MotionNotify{NormalHint }

MotionNotifyevents are only generated when the motion begins and ends in the window.The granularity of motion events is not guaranteed,but a client selecting for motion events is guaranteed to get at least oneevent when the pointer moves and comes to rest.SelectingPointerMotionreceives events independent of the state of the pointer buttons.By selecting some subset ofButton[1-5]Motioninstead,MotionNotifyevents will only be received when one or more of thespecified buttons are pressed.By selectingButtonMotion,MotionNotifyevents will be received only when at least one button is pressed.The events are always of typeMotionNotify,independent of the selection.IfPointerMotionHintis selected,the server is free to send only oneMotionNotifyevent (with detailHint)to the client for the event window untileither the key or button state changes,the pointer leaves the event window,or the client issues aQueryPointerorGetMotionEventsrequest.

Pointer Window events

EnterNotify
LeaveNotify
root,event: WINDOW
child: WINDOW orNone
same-screen: BOOL
root-x,root-y,event-x,event-y: INT16
mode:{Normal,Grab,Ungrab}
detail:{Ancestor,Virtual,Inferior,Nonlinear,NonlinearVirtual}
focus: BOOL
state: SETofKEYBUTMASK
time: TIMESTAMP

If pointer motion or window hierarchy change causes the pointer to bein a different window than before,EnterNotifyandLeaveNotifyevents are generated instead of aMotionNotifyevent.Only clients selectingEnterWindowon a window receiveEnterNotifyevents, and only clients selectingLeaveWindowreceiveLeaveNotifyevents.The pointer position reported in the event is always the final position,not the initial position of the pointer.The root is the root window for this position,and root-x and root-y are the pointer coordinates relative to root'sorigin at the time of the event.Event is the event window.If the event window is on the same screen as root,then event-x and event-y are the pointer coordinates relativeto the event window's origin.Otherwise, event-x and event-y are zero.In aLeaveNotifyevent, if a child of the event window contains the initial position of thepointer, then the child component is set to that child.Otherwise, it isNone.For anEnterNotifyevent, if a child of the event window contains the final pointer position,then the child component is set to that child.Otherwise, it isNone.If the event window is the focus window or an inferior of the focus window,then focus isTrue.Otherwise, focus isFalse.

Normal pointer motion events have modeNormal.Pseudo-motion events when a grab activates have modeGrab,and pseudo-motion events when a grab deactivates have modeUngrab.

AllEnterNotifyandLeaveNotifyevents caused by a hierarchy change are generated after any hierarchy eventcaused by that change (that is,UnmapNotify,MapNotify,ConfigureNotify,GravityNotify,CirculateNotify),but the ordering ofEnterNotifyandLeaveNotifyevents with respect toFocusOut,VisibilityNotify,andExposeevents is not constrained.

Normal events are generated as follows:

When the pointer moves from window A to window B and A is an inferiorof B:

  • LeaveNotifywith detailAncestoris generated on A.

  • LeaveNotifywith detailVirtualis generated on each window between A and B exclusive (in that order).

  • EnterNotifywith detailInferioris generated on B.

When the pointer moves from window A to window B and B is an inferiorof A:

  • LeaveNotifywith detailInferioris generated on A.

  • EnterNotifywith detailVirtualis generated on each window between A and B exclusive (in that order).

  • EnterNotifywith detailAncestoris generated on B.

When the pointer moves from window A to window B and window C istheir least common ancestor:

  • LeaveNotifywith detailNonlinearis generated on A.

  • LeaveNotifywith detailNonlinearVirtualis generated on each window between A and C exclusive (in that order).

  • EnterNotifywith detailNonlinearVirtualis generated on each window between C and B exclusive (in that order).

  • EnterNotifywith detailNonlinearis generated on B.

When the pointer moves from window A to window B on different screens:

  • LeaveNotifywith detailNonlinearis generated on A.

  • If A is not a root window,LeaveNotifywith detailNonlinearVirtualis generated on each window above A up to and including its root (in order).

  • If B is not a root window,EnterNotifywith detailNonlinearVirtualis generated on each window from B's root down to but not including B(in order).

  • EnterNotifywith detailNonlinearis generated on B.

When a pointer grab activates (but after any initial warp into a confine-towindow and before generating any actualButtonPressevent that activates the grab),G is the grab-window for the grab, and P is the window the pointer is in:

  • EnterNotifyandLeaveNotifyevents with modeGrabare generated (as forNormalabove) as if the pointer were to suddenly warp from its currentposition in P to some position in G.However, the pointer does not warp,and the pointer position is used as both the initialand final positions for the events.

When a pointer grab deactivates (but after generating any actualButtonReleaseevent that deactivates the grab), G is the grab-window forthe grab, and P is the window the pointer is in:

  • EnterNotifyandLeaveNotifyevents with modeUngrabare generated (as forNormalabove) as if the pointer were to suddenly warp fromsome position in G to its current position in P.However, the pointer does not warp,and the current pointer position is used as both the initialand final positions for the events.

Input Focus events

FocusIn
FocusOut
event: WINDOW
mode:{Normal,WhileGrabbed,Grab,Ungrab}
detail:{Ancestor,Virtual,Inferior,Nonlinear,NonlinearVirtual,Pointer,
PointerRoot,None }

These events are generated when the input focus changesand are reported to clients selectingFocusChangeon the window.Events generated bySetInputFocuswhen the keyboard is not grabbed have modeNormal.Events generated bySetInputFocuswhen the keyboard is grabbed have modeWhileGrabbed.Events generated when a keyboard grab activates have modeGrab,and events generated when a keyboard grab deactivates have modeUngrab.

AllFocusOutevents caused by a window unmap are generated after anyUnmapNotifyevent, but the ordering ofFocusOutwith respect to generatedEnterNotify,LeaveNotify,VisibilityNotify,andExposeevents is not constrained.

NormalandWhileGrabbedevents are generated as follows:

When the focus moves from window A to window B, A is an inferior of B,and the pointer is in window P:

  • FocusOutwith detailAncestoris generated on A.

  • FocusOutwith detailVirtualis generated on each window between A and B exclusive (in order).

  • FocusInwith detailInferioris generated on B.

  • If P is an inferior of Bbut P is not A or an inferior of A or an ancestor of A,FocusInwith detailPointeris generated on each window below B down to and including P (in order).

When the focus moves from window A to window B, B is an inferior of A,and the pointer is in window P:

  • If P is an inferior of Abut P is not an inferior of B or an ancestor of B,FocusOutwith detailPointeris generated on each window from P up to but not including A (in order).

  • FocusOutwith detailInferioris generated on A.

  • FocusInwith detailVirtualis generated on each window between A and B exclusive (in order).

  • FocusInwith detailAncestoris generated on B.

When the focus moves from window A to window B, window C is theirleast common ancestor, and the pointer is in window P:

  • If P is an inferior of A,FocusOutwith detailPointeris generated on each window from P up to but not including A (in order).

  • FocusOutwith detailNonlinearis generated on A.

  • FocusOutwith detailNonlinearVirtualis generated on each window between A and C exclusive (in order).

  • FocusInwith detailNonlinearVirtualis generated on each window between C and B exclusive (in order).

  • FocusInwith detailNonlinearis generated on B.

  • If P is an inferior of B,FocusInwith detailPointeris generated on each window below B down to and including P (in order).

When the focus moves from window A to window B on different screensand the pointer is in window P:

  • If P is an inferior of A,FocusOutwith detailPointeris generated on each window from P up to but not including A (in order).

  • FocusOutwith detailNonlinearis generated on A.

  • If A is not a root window,FocusOutwith detailNonlinearVirtualis generated on each window above A up to and including its root (in order).

  • If B is not a root window,FocusInwith detailNonlinearVirtualis generated on each window from B's root down to but not including B(in order).

  • FocusInwith detailNonlinearis generated on B.

  • If P is an inferior of B,FocusInwith detailPointeris generated on each window below B down to and including P (in order).

When the focus moves from window A toPointerRoot(orNone)and the pointer is in window P:

  • If P is an inferior of A,FocusOutwith detailPointeris generated on each window from P up to but not including A (in order).

  • FocusOutwith detailNonlinearis generated on A.

  • If A is not a root window,FocusOutwith detailNonlinearVirtualis generated on each window above A up to and including its root (in order).

  • FocusInwith detailPointerRoot(orNone)is generated on all root windows.

  • If the new focus isPointerRoot,FocusInwith detailPointeris generated on each window from P's root down to and including P (in order).

When the focus moves fromPointerRoot(orNone)to window A and the pointer is in window P:

  • If the old focus isPointerRoot,FocusOutwith detailPointeris generated on each window from P up to and including P's root (in order).

  • FocusOutwith detailPointerRoot(orNone)is generated on all root windows.

  • If A is not a root window,FocusInwith detailNonlinearVirtualis generated on each window from A's root down to but not including A(in order).

  • FocusInwith detailNonlinearis generated on A.

  • If P is an inferior of A,FocusInwith detailPointeris generated on each window below A down to and including P (in order).

When the focus moves fromPointerRoottoNone(or vice versa) and the pointer is in window P:

  • If the old focus isPointerRoot,FocusOutwith detailPointeris generated on each window from P up to and including P's root (in order).

  • FocusOutwith detailPointerRoot(orNone)is generated on all root windows.

  • FocusInwith detailNone(orPointerRoot)is generated on all root windows.

  • If the new focus isPointerRoot,FocusInwith detailPointeris generated on each window from P's root down to and including P (in order).

When a keyboard grab activates (but before generating any actualKeyPressevent that activates the grab), G is the grab-window for the grab,and F is the current focus:

  • FocusInandFocusOutevents with modeGrabare generated (as forNormalabove) as if the focus were to change from F to G.

When a keyboard grab deactivates (but after generating any actualKeyReleaseevent that deactivates the grab), G is the grab-window for the grab,and F is the current focus:

  • FocusInandFocusOutevents with modeUngrabare generated (as forNormalabove) as if the focus were to change from G to F.

KeymapNotify

KeymapNotify
keys: LISTofCARD8

The value is a bit vector as described inQueryKeymap.This event is reported to clients selectingKeymapStateon a window and is generated immediately after everyEnterNotifyandFocusIn.

Expose

Expose
window: WINDOW
x,y,width,height: CARD16
count: CARD16

This event is reported to clients selectingExposureon the window.It is generated when no valid contents are available for regions of a window,and either the regions are visible, the regions are viewableand the server is (perhaps newly) maintaining backing store on the window,or the window is not viewable but the server is (perhaps newly) honoringwindow's backing-store attribute ofAlwaysorWhenMapped.The regions are decomposed into an arbitrary set of rectangles,and anExposeevent is generated for each rectangle.

For a given action causing exposure events,the set of events for a given window are guaranteed to be reported contiguously.If count is zero,then no moreExposeevents for this window follow.If count is nonzero,then at least that many moreExposeevents for this window follow (and possibly more).

The x and y coordinates are relative to window's originand specify the upper-left corner of a rectangle.The width and height specify the extent of the rectangle.

Exposeevents are never generated onInputOnlywindows.

AllExposeevents caused by a hierarchy change are generated after anyhierarchy event caused by that change (for example,UnmapNotify,MapNotify,ConfigureNotify,GravityNotify,CirculateNotify).AllExposeevents on a given window are generated after anyVisibilityNotifyevent on that window,but it is not required that allExposeevents on all windows be generated after allVisibilitityevents on all windows.The ordering ofExposeevents with respect toFocusOut,EnterNotify,andLeaveNotifyevents is not constrained.

GraphicsExposure

GraphicsExposure
drawable: DRAWABLE
x,y,width,height: CARD16
count: CARD16
major-opcode: CARD8
minor-opcode: CARD16

This event is reported to a client using a graphics contextwith graphics-exposures selectedand is generated when a destination region could not be computed dueto an obscured or out-of-bounds source region.All of the regions exposed by a given graphics requestare guaranteed to be reported contiguously.If count is zero then no moreGraphicsExposureevents for this window follow.If count is nonzero,then at least that many moreGraphicsExposureevents for this window follow (and possibly more).

The x and y coordinates are relative to drawable's originand specify the upper-left corner of a rectangle.The width and height specify the extent of the rectangle.

The major and minor opcodes identify the graphics request used.For the core protocol,major-opcode is alwaysCopyAreaorCopyPlane,and minor-opcode is always zero.

NoExposure

NoExposure
drawable: DRAWABLE
major-opcode: CARD8
minor-opcode: CARD16

This event is reported to a client using a graphics contextwith graphics-exposures selectedand is generated when a graphics requestthat might produceGraphicsExposureevents does not produce any.The drawable specifies the destination used for the graphics request.

The major and minor opcodes identify the graphics request used.For the core protocol,major-opcode is alwaysCopyAreaorCopyPlane,and the minor-opcode is always zero.

VisibilityNotify

VisibilityNotify
window: WINDOW
state:{Unobscured,PartiallyObscured,FullyObscured}

This event is reported to clients selectingVisibilityChangeon the window.In the following,the state of the window is calculated ignoring all of the window's subwindows.When a window changes state from partially or fully obscured ornot viewable to viewable and completely unobscured,an event withUnobscuredis generated.When a window changes state from viewable and completely unobscured,from viewable and completely obscured,or from not viewable, to viewable and partially obscured,an event withPartiallyObscuredis generated.When a window changes state from viewable and completely unobscured,from viewable and partially obscured,or from not viewable to viewable and fully obscured,an event withFullyObscuredis generated.

VisibilityNotifyevents are never generated onInputOnlywindows.

AllVisibilityNotifyevents caused by a hierarchy change are generated after any hierarchy eventcaused by that change (for example,UnmapNotify,MapNotify,ConfigureNotify,GravityNotify,CirculateNotify).AnyVisibilityNotifyevent on a given window is generated before anyExposeevents on that window,but it is not required that allVisibilityNotifyevents on all windows be generated before allExposeevents on all windows.The ordering ofVisibilityNotifyevents with respect toFocusOut,EnterNotify,andLeaveNotifyevents is not constrained.

CreateNotify

CreateNotify
parent,window: WINDOW
x,y: INT16
width,height,border-width: CARD16
override-redirect: BOOL

This event is reported to clients selectingSubstructureNotifyon the parentand is generated when the window is created.The arguments are as in theCreateWindowrequest.

DestroyNotify

DestroyNotify
event,window: WINDOW

This event is reported to clients selectingStructureNotifyon the window and to clients selectingSubstructureNotifyon the parent.It is generated when the window is destroyed.The event is the window on which the event was generated,and the window is the window that is destroyed.

The ordering of theDestroyNotifyevents is such that for any given window,DestroyNotifyis generated on all inferiors of the windowbefore being generated on the window itself.The ordering among siblings and across subhierarchies is nototherwise constrained.

UnmapNotify

UnmapNotify
event,window: WINDOW
from-configure: BOOL

This event is reported to clients selectingStructureNotifyon the window and to clients selectingSubstructureNotifyon the parent.It is generated when the window changes state from mapped to unmapped.The event is the window on which the event was generated,and the window is the window that is unmapped.The from-configure flag isTrueif the event was generated as a result of the window's parent being resizedwhen the window itself had a win-gravity ofUnmap.

MapNotify

MapNotify
event,window: WINDOW
override-redirect: BOOL

This event is reported to clients selectingStructureNotifyon the window and to clients selectingSubstructureNotifyon the parent.It is generated when the window changes state from unmapped to mapped.The event is the window on which the event was generated,and the window is the window that is mapped.The override-redirect flag is from the window's attribute.

MapRequest

MapRequest
parent,window: WINDOW

This event is reported to the client selectingSubstructureRedirecton the parent and is generated when aMapWindowrequest is issued on an unmapped window with an override-redirect attribute ofFalse.

ReparentNotify

ReparentNotify
event,window,parent: WINDOW
x,y: INT16
override-redirect: BOOL

This event is reported to clients selectingSubstructureNotifyon either the old or the new parent and to clients selectingStructureNotifyon the window.It is generated when the window is reparented.The event is the window on which the event was generated.The window is the window that has been rerooted.The parent specifies the new parent.The x and y coordinates are relative to the new parent's originand specify the position of the upper-left outer corner of the window.The override-redirect flag is from the window's attribute.

ConfigureNotify

ConfigureNotify
event,window: WINDOW
x,y: INT16
width,height,border-width: CARD16
above-sibling: WINDOW orNone
override-redirect: BOOL

This event is reported to clients selectingStructureNotifyon the window and to clients selectingSubstructureNotifyon the parent.It is generated when aConfigureWindowrequest actually changes the state of the window.The event is the window on which the event was generated,and the window is the window that is changed.The x and y coordinates are relative to the new parent's originand specify the position of the upper-left outer corner of the window.The width and height specify the inside size, not including the border.If above-sibling isNone,then the window is on the bottom of the stack with respect to siblings.Otherwise, the window is immediately on top of the specified sibling.The override-redirect flag is from the window's attribute.

GravityNotify

GravityNotify
event,window: WINDOW
x,y: INT16

This event is reported to clients selectingSubstructureNotifyon the parent and to clients selectingStructureNotifyon the window.It is generated when a window is moved because of a change in sizeof the parent.The event is the window on which the event was generated,and the window is the window that is moved.The x and y coordinates are relative to the new parent's originand specify the position of the upper-left outer corner of the window.

ResizeRequest

ResizeRequest
window: WINDOW
width,height: CARD16

This event is reported to the client selectingResizeRedirecton the window and is generated when aConfigureWindowrequest by some other client on the window attempts to change the sizeof the window.The width and height are the requested inside size, not including the border.

ConfigureRequest

ConfigureRequest
parent,window: WINDOW
x,y: INT16
width,height,border-width: CARD16
sibling: WINDOW orNone
stack-mode:{Above,Below,TopIf,BottomIf,Opposite}
value-mask: BITMASK

This event is reported to the client selectingSubstructureRedirecton the parent and is generated when aConfigureWindowrequest is issued on the window by some other client.The value-mask indicates which components were specified in the request.The value-mask and the corresponding values are reported as givenin the request.The remaining values are filled in from the current geometry of the window,except in the case of sibling and stack-mode,which are reported asNoneandAbove(respectively) if not given in the request.

CirculateNotify

CirculateNotify
event,window: WINDOW
place:{Top,Bottom}

This event is reported to clients selectingStructureNotifyon the window and to clients selectingSubstructureNotifyon the parent.It is generated when the window is actually restacked from aCirculateWindowrequest.The event is the window on which the event was generated,and the window is the window that is restacked.If place isTop,the window is now on top of all siblings.Otherwise, it is below all siblings.

CirculateRequest

CirculateRequest
parent,window: WINDOW
place:{Top,Bottom}

This event is reported to the client selectingSubstructureRedirecton the parent and is generated when aCirculateWindowrequest is issued on the parent and a window actually needs to be restacked.The window specifies the window to be restacked,and the place specifies what the new position in the stacking order should be.

PropertyNotify

PropertyNotify
window: WINDOW
atom: ATOM
state:{NewValue,Deleted}
time: TIMESTAMP

This event is reported to clients selectingPropertyChangeon the window and is generated with stateNewValuewhen a property of the window is changed usingChangePropertyorRotateProperties,even when adding zero-length data usingChangePropertyand when replacing all or part of a property with identical data usingChangePropertyorRotateProperties.It is generated with stateDeletedwhen a property of thewindow is deleted using requestDeletePropertyorGetProperty.The timestamp indicates the server time when the property was changed.

SelectionClear

SelectionClear
owner: WINDOW
selection: ATOM
time: TIMESTAMP

This event is reported to the current owner of a selectionand is generated when a new owner is being defined by means ofSetSelectionOwner.The timestamp is the last-change time recorded for the selection.The owner argument is the window that was specified by the current owner in itsSetSelectionOwnerrequest.

SelectionRequest

SelectionRequest
owner: WINDOW
selection: ATOM
target: ATOM
property: ATOM orNone
requestor: WINDOW
time: TIMESTAMP orCurrentTime

This event is reported to the owner of a selectionand is generated when a client issues aConvertSelectionrequest.The owner argument is the window that was specified in theSetSelectionOwnerrequest.The remaining arguments are as in theConvertSelectionrequest.

The owner should convert the selection based on the specified target typeand send aSelectionNotifyback to the requestor.A complete specification for using selections is given in the X.OrgstandardInter-Client Communication Conventions Manual.

SelectionNotify

SelectionNotify
requestor: WINDOW
selection,target: ATOM
property: ATOM orNone
time: TIMESTAMP orCurrentTime

This event is generated by the server in response to aConvertSelectionrequest when there is no owner for the selection.When there is an owner,it should be generated by the owner usingSendEvent.The owner of a selection should send this event to a requestor eitherwhen a selection has been converted and stored as a propertyor when a selection conversion could not be performed (indicated with propertyNone).

ColormapNotify

ColormapNotify
window: WINDOW
colormap: COLORMAP orNone
new: BOOL
state:{Installed,Uninstalled}

This event is reported to clients selectingColormapChangeon the window.It is generated with valueTruefor new when the colormap attribute of the window is changedand is generated with valueFalsefor new when the colormap of a window is installed or uninstalled.In either case,the state indicates whether the colormap is currently installed.

MappingNotify

MappingNotify
request:{Modifier,Keyboard,Pointer}
first-keycode,count: CARD8

This event is sent to all clients.There is no mechanism to express disinterest in this event.The detail indicates the kind of change that occurred:Modifiersfor a successfulSetModifierMapping,Keyboardfor a successfulChangeKeyboardMapping,andPointerfor a successfulSetPointerMapping.If the detail isKeyboard,then first-keycode and count indicate the range of altered keycodes.

ClientMessage

ClientMessage
window: WINDOW
type: ATOM
format: {8, 16, 32}
data: LISTofINT8 or LISTofINT16 or LISTofINT32

This event is only generated by clients usingSendEvent.The type specifies how the data is to be interpreted by the receiving client;the server places no interpretation on the type or the data.The format specifies whether the data should be viewed as a list of 8-bit,16-bit, or 32-bit quantities, so that the server can correctlybyte-swap, as necessary.The data always consists of either 20 8-bit values or 10 16-bit valuesor 5 32-bit values, although particular message types might not make useof all of these values.

Chapter 12. Flow Control and Concurrency

Whenever the server is writing to a given connection,it is permissible for the server to stop reading from that connection(but if the writing would block, it must continue to service other connections).The server is not required to buffer more than a single request per connectionat one time.For a given connection to the server,a client can block while reading from the connectionbut should undertake to read (events and errors) when writing would block.Failure on the part of a client to obey this rule could resultin a deadlocked connection,although deadlock is probably unlikely unless eitherthe transport layer has very little buffering or the client attempts tosend large numbers of requests without ever reading replies or checking forerrors and events.

Whether or not a server is implemented with internal concurrency,the overall effect must be as if individual requests are executed to completionin some serial order,and requests from a given connection must be executed in delivery order(that is, the total execution order is a shuffle of the individual streams).The execution of a request includes validating all arguments,collecting all data for any reply,and generating and queueing all required events.However,it does not include the actual transmission of the reply and the events.In addition, the effect of any other cause that can generate multiple events(for example, activation of a grab or pointer motion) must effectively generateand queue all required events indivisibly with respect to all other causesand requests.For a request from a given client,any events destined for that client that are caused by executing the requestmust be sent to the client before any reply or error is sent.

Appendix A. KEYSYM Encoding

Table of Contents

Special KEYSYMs
Latin-1 KEYSYMs
Unicode KEYSYMs
Function KEYSYMs
Vendor KEYSYMs
Legacy KEYSYMs

KEYSYM values are 32-bit integers that encode the symbols on thekeycaps of a keyboard. The three most significant bits are alwayszero, which leaves a 29-bit number space. For convenience, KEYSYMvalues can be viewed as split into four bytes:

  • Byte 1 is the most significant eight bits (three zero bits andthe most-significant five bits of the 29-bit effective value)

  • Byte 2 is the next most-significant eight bits

  • Byte 3 is the next most-significant eight bits

  • Byte 4 is the least-significant eight bits

There are six categories of KEYSYM values.

Special KEYSYMs

There are two special values:NoSymbolandVoidSymbol.They are used to indicate the absence of symbols (seeSection 5, Keyboards).

Byte 1Byte 2Byte 3Byte 4Hex. valueName
0000#x00000000NoSymbol
0255255255#x00FFFFFFVoidSymbol

Latin-1 KEYSYMs

The Latin-1 KEYSYMs occupy the range #x0020 to #x007E and #x00A0 to#00FF and represent the ISO 10646 / Unicode characters U+0020 toU+007E and U+00A0 to U+00FF, respectively.

Unicode KEYSYMs

These occupy the range #x01000100 to #x0110FFFF and represent the ISO10646 / Unicode characters U+0100 to U+10FFFF, respectively. Thenumeric value of a Unicode KEYSYM is the Unicode position of thecorresponding character plus #x01000000. In the interest of backwardscompatibility, clients should be able to process both the UnicodeKEYSYM and the Legacy KEYSYM for those characters where both exist.

Dead keys, which place an accent on the next character entered, shallbe encoded as Function KEYSYMs, and not as the Unicode KEYSYMcorresponding to an equivalent combining character. Where a keycapindicates a specific function with a graphical symbol that is alsoavailable in Unicode (e.g., an upwards arrow for the cursor upfunction), the appropriate Function KEYSYM should be used, and notthe Unicode KEYSYM corresponding to the depicted symbol.

Function KEYSYMs

These represent keycap symbols that do not directly represent elementsof a coded character set. Instead, they typically identify a softwarefunction, mode, or operation (e.g., cursor up, caps lock, insert) thatcan be activated using a dedicated key. Function KEYSYMs have zerovalues for bytes 1 and 2. Byte 3 distinguishes between several 8-bitsets within which byte 4 identifies the individual function key.

Byte 3Byte 4
255Keyboard
254Keyboard (XKB) Extension
2533270

Within a national market, keyboards tend to be comparatively standardwith respect to the character keys, but they can differ significantlyon the miscellaneous function keys. Some have function keys left overfrom early timesharing days, others were designed for a specificapplication, such as text processing, web browsing, or accessingaudiovisual data. The symbols on the keycaps can differ significantlybetween manufacturers and national markets, even where they denote thesame software function (e.g., Ctrl in the U.S. versus Strg in Germany)

There are two ways of thinking about how to define KEYSYMs for such aworld:

  • The Engraving approach

  • The Common approach

The Engraving approach is to create a KEYSYM for every unique keyengraving. This is effectively taking the union of all key engravingson all keyboards. For example, some keyboards label function keysacross the top as F1 through Fn, and others label them as PF1 throughPFn. These would be different keys under the Engravingapproach. Likewise, Lock would differ from Shift Lock, which isdifferent from the up-arrow symbol that has the effect of changinglowercase to uppercase. There are lots of other aliases such as Del,DEL, Delete, Remove, and so forth. The Engraving approach makes iteasy to decide if a new entry should be added to the KEYSYM set: if itdoes not exactly match an existing one, then a new one is created.

The Common approach tries to capture all of the keys present on aninteresting number of keyboards, folding likely aliases into the sameKEYSYM. For example, Del, DEL, and Delete are all merged into a singleKEYSYM. Vendors can augment the KEYSYM set (using the vendor-specificencoding space) to include all of their unique keys that were notincluded in the standard set. Each vendor decides which of its keysmap into the standard KEYSYMs, which presumably can be overridden by auser. It is more difficult to implement this approach, becausejudgment is required about when a sufficient set of keyboardsimplements an engraving to justify making it a KEYSYM in the standardset and about which engravings should be merged into a singleKEYSYM.

Although neither scheme is perfect or elegant, the Common approach hasbeen selected because it makes it easier to write a portableapplication. Having the Delete functionality merged into a singleKEYSYM allows an application to implement a deletion function andexpect reasonable bindings on a wide set of workstations. Under theCommon approach, application writers are still free to look for andinterpret vendor-specific KEYSYMs, but because they are in theextended set, the application developer is more conscious that theyare writing the application in a nonportable fashion.

The Keyboard set is a miscellaneous collection of commonly occurringkeys on keyboards. Within this set, the numeric keypad symbols aregenerally duplicates of symbols found on keys on the main part of thekeyboard, but they are distinguished here because they often have adistinguishable semantics associated with them.

KEYSYM valueNameSet
#xFF08BACKSPACE, BACK SPACE, BACK CHARKeyboard
#xFF09TABKeyboard
#xFF0ALINEFEED, LFKeyboard
#xFF0BCLEARKeyboard
#xFF0DRETURN, ENTERKeyboard
#xFF13PAUSE, HOLDKeyboard
#xFF14SCROLL LOCKKeyboard
#xFF15SYS REQ, SYSTEM REQUESTKeyboard
#xFF1BESCAPEKeyboard
#xFF20MULTI-KEY CHARACTER PREFACEKeyboard
#xFF21KANJI, KANJI CONVERTKeyboard
#xFF22MUHENKANKeyboard
#xFF23HENKAN MODEKeyboard
#xFF24ROMAJIKeyboard
#xFF25HIRAGANAKeyboard
#xFF26KATAKANAKeyboard
#xFF27HIRAGANA/KATAKANA TOGGLEKeyboard
#xFF28ZENKAKUKeyboard
#xFF29HANKAKUKeyboard
#xFF2AZENKAKU/HANKAKU TOGGLEKeyboard
#xFF2BTOUROKUKeyboard
#xFF2CMASSYOKeyboard
#xFF2DKANA LOCKKeyboard
#xFF2EKANA SHIFTKeyboard
#xFF2FEISU SHIFTKeyboard
#xFF30EISU TOGGLEKeyboard
#xFF31HANGUL START/STOP (TOGGLE)Keyboard
#xFF32HANGUL STARTKeyboard
#xFF33HANGUL END, ENGLISH STARTKeyboard
#xFF34START HANGUL/HANJA CONVERSIONKeyboard
#xFF35HANGUL JAMO MODEKeyboard
#xFF36HANGUL ROMAJA MODEKeyboard
#xFF37HANGUL CODE INPUTKeyboard
#xFF38HANGUL JEONJA MODEKeyboard
#xFF39HANGUL BANJA MODEKeyboard
#xFF3AHANGUL PREHANJA CONVERSIONKeyboard
#xFF3BHANGUL POSTHANJA CONVERSIONKeyboard
#xFF3CHANGUL SINGLE CANDIDATEKeyboard
#xFF3DHANGUL MULTIPLE CANDIDATEKeyboard
#xFF3EHANGUL PREVIOUS CANDIDATEKeyboard
#xFF3FHANGUL SPECIAL SYMBOLSKeyboard
#xFF50HOMEKeyboard
#xFF51LEFT, MOVE LEFT, LEFT ARROWKeyboard
#xFF52UP, MOVE UP, UP ARROWKeyboard
#xFF53RIGHT, MOVE RIGHT, RIGHT ARROWKeyboard
#xFF54DOWN, MOVE DOWN, DOWN ARROWKeyboard
#xFF55PRIOR, PREVIOUS, PAGE UPKeyboard
#xFF56NEXT, PAGE DOWNKeyboard
#xFF57END, EOLKeyboard
#xFF58BEGIN, BOLKeyboard
#xFF60SELECT, MARKKeyboard
#xFF61PRINTKeyboard
#xFF62EXECUTE, RUN, DOKeyboard
#xFF63INSERT, INSERT HEREKeyboard
#xFF65UNDO, OOPSKeyboard
#xFF66REDO, AGAINKeyboard
#xFF67MENUKeyboard
#xFF68FIND, SEARCHKeyboard
#xFF69CANCEL, STOP, ABORT, EXITKeyboard
#xFF6AHELPKeyboard
#xFF6BBREAKKeyboard
#xFF7EMODE SWITCH, SCRIPT SWITCH, CHARACTER SET SWITCHKeyboard
#xFF7FNUM LOCKKeyboard
#xFF80KEYPAD SPACEKeyboard
#xFF89KEYPAD TABKeyboard
#xFF8DKEYPAD ENTERKeyboard
#xFF91KEYPAD F1, PF1, AKeyboard
#xFF92KEYPAD F2, PF2, BKeyboard
#xFF93KEYPAD F3, PF3, CKeyboard
#xFF94KEYPAD F4, PF4, DKeyboard
#xFF95KEYPAD HOMEKeyboard
#xFF96KEYPAD LEFTKeyboard
#xFF97KEYPAD UPKeyboard
#xFF98KEYPAD RIGHTKeyboard
#xFF99KEYPAD DOWNKeyboard
#xFF9AKEYPAD PRIOR, PAGE UPKeyboard
#xFF9BKEYPAD NEXT, PAGE DOWNKeyboard
#xFF9CKEYPAD ENDKeyboard
#xFF9DKEYPAD BEGINKeyboard
#xFF9EKEYPAD INSERTKeyboard
#xFF9FKEYPAD DELETEKeyboard
#xFFAAKEYPAD MULTIPLICATION SIGN, ASTERISKKeyboard
#xFFABKEYPAD PLUS SIGNKeyboard
#xFFACKEYPAD SEPARATOR, COMMAKeyboard
#xFFADKEYPAD MINUS SIGN, HYPHENKeyboard
#xFFAEKEYPAD DECIMAL POINT, FULL STOPKeyboard
#xFFAFKEYPAD DIVISION SIGN, SOLIDUSKeyboard
#xFFB0KEYPAD DIGIT ZEROKeyboard
#xFFB1KEYPAD DIGIT ONEKeyboard
#xFFB2KEYPAD DIGIT TWOKeyboard
#xFFB3KEYPAD DIGIT THREEKeyboard
#xFFB4KEYPAD DIGIT FOURKeyboard
#xFFB5KEYPAD DIGIT FIVEKeyboard
#xFFB6KEYPAD DIGIT SIXKeyboard
#xFFB7KEYPAD DIGIT SEVENKeyboard
#xFFB8KEYPAD DIGIT EIGHTKeyboard
#xFFB9KEYPAD DIGIT NINEKeyboard
#xFFBDKEYPAD EQUALS SIGNKeyboard
#xFFBEF1Keyboard
#xFFBFF2Keyboard
#xFFC0F3Keyboard
#xFFC1F4Keyboard
#xFFC2F5Keyboard
#xFFC3F6Keyboard
#xFFC4F7Keyboard
#xFFC5F8Keyboard
#xFFC6F9Keyboard
#xFFC7F10Keyboard
#xFFC8F11, L1Keyboard
#xFFC9F12, L2Keyboard
#xFFCAF13, L3Keyboard
#xFFCBF14, L4Keyboard
#xFFCCF15, L5Keyboard
#xFFCDF16, L6Keyboard
#xFFCEF17, L7Keyboard
#xFFCFF18, L8Keyboard
#xFFD0F19, L9Keyboard
#xFFD1F20, L10Keyboard
#xFFD2F21, R1Keyboard
#xFFD3F22, R2Keyboard
#xFFD4F23, R3Keyboard
#xFFD5F24, R4Keyboard
#xFFD6F25, R5Keyboard
#xFFD7F26, R6Keyboard
#xFFD8F27, R7Keyboard
#xFFD9F28, R8Keyboard
#xFFDAF29, R9Keyboard
#xFFDBF30, R10Keyboard
#xFFDCF31, R11Keyboard
#xFFDDF32, R12Keyboard
#xFFDEF33, R13Keyboard
#xFFDFF34, R14Keyboard
#xFFE0F35, R15Keyboard
#xFFE1LEFT SHIFTKeyboard
#xFFE2RIGHT SHIFTKeyboard
#xFFE3LEFT CONTROLKeyboard
#xFFE4RIGHT CONTROLKeyboard
#xFFE5CAPS LOCKKeyboard
#xFFE6SHIFT LOCKKeyboard
#xFFE7LEFT METAKeyboard
#xFFE8RIGHT METAKeyboard
#xFFE9LEFT ALTKeyboard
#xFFEARIGHT ALTKeyboard
#xFFEBLEFT SUPERKeyboard
#xFFECRIGHT SUPERKeyboard
#xFFEDLEFT HYPERKeyboard
#xFFEERIGHT HYPERKeyboard
#xFFFFDELETE, RUBOUTKeyboard

The Keyboard (XKB) Extension set, which provides among other thingsa range of dead keys, is defined in "The X Keyboard Extension:Protocol Specification", Appendix C.

The 3270 set defines additional keys that are specific to IBM 3270terminals.

KEYSYM valueNameSet
#xFD013270 DUPLICATE3270
#xFD023270 FIELDMARK3270
#xFD033270 RIGHT23270
#xFD043270 LEFT23270
#xFD053270 BACKTAB3270
#xFD063270 ERASEEOF3270
#xFD073270 ERASEINPUT3270
#xFD083270 RESET3270
#xFD093270 QUIT3270
#xFD0A3270 PA13270
#xFD0B3270 PA23270
#xFD0C3270 PA33270
#xFD0D3270 TEST3270
#xFD0E3270 ATTN3270
#xFD0F3270 CURSORBLINK3270
#xFD103270 ALTCURSOR3270
#xFD113270 KEYCLICK3270
#xFD123270 JUMP3270
#xFD133270 IDENT3270
#xFD143270 RULE3270
#xFD153270 COPY3270
#xFD163270 PLAY3270
#xFD173270 SETUP3270
#xFD183270 RECORD3270
#xFD193270 CHANGESCREEN3270
#xFD1A3270 DELETEWORD3270
#xFD1B3270 EXSELECT3270
#xFD1C3270 CURSORSELECT3270
#xFD1D3270 PRINTSCREEN3270
#xFD1E3270 ENTER3270

Vendor KEYSYMs

The KEYSYM number range #x10000000 to #x1FFFFFFF is available forvendor-specific extentions. Among these, the range #x11000000 to#x1100FFFF is designated for keypad KEYSYMs.

Legacy KEYSYMs

These date from the time before ISO 10646 / Unicode wasavailable. They represent characters from a number of different older8-bit coded character sets and have zero values for bytes 1 and2. Byte 3 indicates a coded character set and byte 4 is the 8-bitvalue of the particular character within that set.

Byte 3Byte 4Byte 3Byte 4
1Latin-211APL
2Latin-312Hebrew
3Latin-413Thai
4Kana14Korean
5Arabic15Latin-5
6Cyrillic16Latin-6
7Greek17Latin-7
8Technical18Latin-8
9Special19Latin-9
10Publishing32Currency

Each character set contains gaps where codes have been removed thatwere duplicates with codes in previous character sets (that is,character sets with lesser byte 3 value).

The Latin, Arabic, Cyrillic, Greek, Hebrew, and Thai sets were takenfrom the early drafts of the relevant ISO 8859 parts available at thetime. However, in the case of the Cyrillic and Greek sets, theseturned out differently in the final versions of the ISO standard. TheTechnical, Special, and Publishing sets are based on Digital EquipmentCorporation standards, as no equivalent international standards wereavailable at the time.

The table below lists all standardized Legacy KEYSYMs, along with thename used in the source document. Where there exists an unambiguousequivalent in Unicode, as it is the case with all ISO 8859 characters,it is given in the second column as a cross reference. Where there isno Unicode number provided, the exact semantics of the KEYSYM may havebeen lost and a Unicode KEYSYM should be used instead, if available.

As support of Unicode KEYSYMs increases, some or all of the LegacyKEYSYMs may be phased out and withdrawn in future versions of thisstandard. Most KEYSYMs in the sets Technical, Special, Publishing, APLand Currency (with the exception of #x20AC) were probably never usedin practice, and were not supported by pre-Unicode fonts. Inparticular, the Currency set, which was copied from Unicode, hasalready been deprecated by the introduction of the Unicode KEYSYMs.

KEYSYM valueUnicode valueNameSet
#x01A1U+0104LATIN CAPITAL LETTER A WITH OGONEKLatin-2
#x01A2U+02D8BREVELatin-2
#x01A3U+0141LATIN CAPITAL LETTER L WITH STROKELatin-2
#x01A5U+013DLATIN CAPITAL LETTER L WITH CARONLatin-2
#x01A6U+015ALATIN CAPITAL LETTER S WITH ACUTELatin-2
#x01A9U+0160LATIN CAPITAL LETTER S WITH CARONLatin-2
#x01AAU+015ELATIN CAPITAL LETTER S WITH CEDILLALatin-2
#x01ABU+0164LATIN CAPITAL LETTER T WITH CARONLatin-2
#x01ACU+0179LATIN CAPITAL LETTER Z WITH ACUTELatin-2
#x01AEU+017DLATIN CAPITAL LETTER Z WITH CARONLatin-2
#x01AFU+017BLATIN CAPITAL LETTER Z WITH DOT ABOVELatin-2
#x01B1U+0105LATIN SMALL LETTER A WITH OGONEKLatin-2
#x01B2U+02DBOGONEKLatin-2
#x01B3U+0142LATIN SMALL LETTER L WITH STROKELatin-2
#x01B5U+013ELATIN SMALL LETTER L WITH CARONLatin-2
#x01B6U+015BLATIN SMALL LETTER S WITH ACUTELatin-2
#x01B7U+02C7CARONLatin-2
#x01B9U+0161LATIN SMALL LETTER S WITH CARONLatin-2
#x01BAU+015FLATIN SMALL LETTER S WITH CEDILLALatin-2
#x01BBU+0165LATIN SMALL LETTER T WITH CARONLatin-2
#x01BCU+017ALATIN SMALL LETTER Z WITH ACUTELatin-2
#x01BDU+02DDDOUBLE ACUTE ACCENTLatin-2
#x01BEU+017ELATIN SMALL LETTER Z WITH CARONLatin-2
#x01BFU+017CLATIN SMALL LETTER Z WITH DOT ABOVELatin-2
#x01C0U+0154LATIN CAPITAL LETTER R WITH ACUTELatin-2
#x01C3U+0102LATIN CAPITAL LETTER A WITH BREVELatin-2
#x01C5U+0139LATIN CAPITAL LETTER L WITH ACUTELatin-2
#x01C6U+0106LATIN CAPITAL LETTER C WITH ACUTELatin-2
#x01C8U+010CLATIN CAPITAL LETTER C WITH CARONLatin-2
#x01CAU+0118LATIN CAPITAL LETTER E WITH OGONEKLatin-2
#x01CCU+011ALATIN CAPITAL LETTER E WITH CARONLatin-2
#x01CFU+010ELATIN CAPITAL LETTER D WITH CARONLatin-2
#x01D0U+0110LATIN CAPITAL LETTER D WITH STROKELatin-2
#x01D1U+0143LATIN CAPITAL LETTER N WITH ACUTELatin-2
#x01D2U+0147LATIN CAPITAL LETTER N WITH CARONLatin-2
#x01D5U+0150LATIN CAPITAL LETTER O WITH DOUBLE ACUTELatin-2
#x01D8U+0158LATIN CAPITAL LETTER R WITH CARONLatin-2
#x01D9U+016ELATIN CAPITAL LETTER U WITH RING ABOVELatin-2
#x01DBU+0170LATIN CAPITAL LETTER U WITH DOUBLE ACUTELatin-2
#x01DEU+0162LATIN CAPITAL LETTER T WITH CEDILLALatin-2
#x01E0U+0155LATIN SMALL LETTER R WITH ACUTELatin-2
#x01E3U+0103LATIN SMALL LETTER A WITH BREVELatin-2
#x01E5U+013ALATIN SMALL LETTER L WITH ACUTELatin-2
#x01E6U+0107LATIN SMALL LETTER C WITH ACUTELatin-2
#x01E8U+010DLATIN SMALL LETTER C WITH CARONLatin-2
#x01EAU+0119LATIN SMALL LETTER E WITH OGONEKLatin-2
#x01ECU+011BLATIN SMALL LETTER E WITH CARONLatin-2
#x01EFU+010FLATIN SMALL LETTER D WITH CARONLatin-2
#x01F0U+0111LATIN SMALL LETTER D WITH STROKELatin-2
#x01F1U+0144LATIN SMALL LETTER N WITH ACUTELatin-2
#x01F2U+0148LATIN SMALL LETTER N WITH CARONLatin-2
#x01F5U+0151LATIN SMALL LETTER O WITH DOUBLE ACUTELatin-2
#x01F8U+0159LATIN SMALL LETTER R WITH CARONLatin-2
#x01F9U+016FLATIN SMALL LETTER U WITH RING ABOVELatin-2
#x01FBU+0171LATIN SMALL LETTER U WITH DOUBLE ACUTELatin-2
#x01FEU+0163LATIN SMALL LETTER T WITH CEDILLALatin-2
#x01FFU+02D9DOT ABOVELatin-2
#x02A1U+0126LATIN CAPITAL LETTER H WITH STROKELatin-3
#x02A6U+0124LATIN CAPITAL LETTER H WITH CIRCUMFLEXLatin-3
#x02A9U+0130LATIN CAPITAL LETTER I WITH DOT ABOVELatin-3
#x02ABU+011ELATIN CAPITAL LETTER G WITH BREVELatin-3
#x02ACU+0134LATIN CAPITAL LETTER J WITH CIRCUMFLEXLatin-3
#x02B1U+0127LATIN SMALL LETTER H WITH STROKELatin-3
#x02B6U+0125LATIN SMALL LETTER H WITH CIRCUMFLEXLatin-3
#x02B9U+0131LATIN SMALL LETTER DOTLESS ILatin-3
#x02BBU+011FLATIN SMALL LETTER G WITH BREVELatin-3
#x02BCU+0135LATIN SMALL LETTER J WITH CIRCUMFLEXLatin-3
#x02C5U+010ALATIN CAPITAL LETTER C WITH DOT ABOVELatin-3
#x02C6U+0108LATIN CAPITAL LETTER C WITH CIRCUMFLEXLatin-3
#x02D5U+0120LATIN CAPITAL LETTER G WITH DOT ABOVELatin-3
#x02D8U+011CLATIN CAPITAL LETTER G WITH CIRCUMFLEXLatin-3
#x02DDU+016CLATIN CAPITAL LETTER U WITH BREVELatin-3
#x02DEU+015CLATIN CAPITAL LETTER S WITH CIRCUMFLEXLatin-3
#x02E5U+010BLATIN SMALL LETTER C WITH DOT ABOVELatin-3
#x02E6U+0109LATIN SMALL LETTER C WITH CIRCUMFLEXLatin-3
#x02F5U+0121LATIN SMALL LETTER G WITH DOT ABOVELatin-3
#x02F8U+011DLATIN SMALL LETTER G WITH CIRCUMFLEXLatin-3
#x02FDU+016DLATIN SMALL LETTER U WITH BREVELatin-3
#x02FEU+015DLATIN SMALL LETTER S WITH CIRCUMFLEXLatin-3
#x03A2U+0138LATIN SMALL LETTER KRALatin-4
#x03A3U+0156LATIN CAPITAL LETTER R WITH CEDILLALatin-4
#x03A5U+0128LATIN CAPITAL LETTER I WITH TILDELatin-4
#x03A6U+013BLATIN CAPITAL LETTER L WITH CEDILLALatin-4
#x03AAU+0112LATIN CAPITAL LETTER E WITH MACRONLatin-4
#x03ABU+0122LATIN CAPITAL LETTER G WITH CEDILLALatin-4
#x03ACU+0166LATIN CAPITAL LETTER T WITH STROKELatin-4
#x03B3U+0157LATIN SMALL LETTER R WITH CEDILLALatin-4
#x03B5U+0129LATIN SMALL LETTER I WITH TILDELatin-4
#x03B6U+013CLATIN SMALL LETTER L WITH CEDILLALatin-4
#x03BAU+0113LATIN SMALL LETTER E WITH MACRONLatin-4
#x03BBU+0123LATIN SMALL LETTER G WITH CEDILLALatin-4
#x03BCU+0167LATIN SMALL LETTER T WITH STROKELatin-4
#x03BDU+014ALATIN CAPITAL LETTER ENGLatin-4
#x03BFU+014BLATIN SMALL LETTER ENGLatin-4
#x03C0U+0100LATIN CAPITAL LETTER A WITH MACRONLatin-4
#x03C7U+012ELATIN CAPITAL LETTER I WITH OGONEKLatin-4
#x03CCU+0116LATIN CAPITAL LETTER E WITH DOT ABOVELatin-4
#x03CFU+012ALATIN CAPITAL LETTER I WITH MACRONLatin-4
#x03D1U+0145LATIN CAPITAL LETTER N WITH CEDILLALatin-4
#x03D2U+014CLATIN CAPITAL LETTER O WITH MACRONLatin-4
#x03D3U+0136LATIN CAPITAL LETTER K WITH CEDILLALatin-4
#x03D9U+0172LATIN CAPITAL LETTER U WITH OGONEKLatin-4
#x03DDU+0168LATIN CAPITAL LETTER U WITH TILDELatin-4
#x03DEU+016ALATIN CAPITAL LETTER U WITH MACRONLatin-4
#x03E0U+0101LATIN SMALL LETTER A WITH MACRONLatin-4
#x03E7U+012FLATIN SMALL LETTER I WITH OGONEKLatin-4
#x03ECU+0117LATIN SMALL LETTER E WITH DOT ABOVELatin-4
#x03EFU+012BLATIN SMALL LETTER I WITH MACRONLatin-4
#x03F1U+0146LATIN SMALL LETTER N WITH CEDILLALatin-4
#x03F2U+014DLATIN SMALL LETTER O WITH MACRONLatin-4
#x03F3U+0137LATIN SMALL LETTER K WITH CEDILLALatin-4
#x03F9U+0173LATIN SMALL LETTER U WITH OGONEKLatin-4
#x03FDU+0169LATIN SMALL LETTER U WITH TILDELatin-4
#x03FEU+016BLATIN SMALL LETTER U WITH MACRONLatin-4
#x047EU+203EOVERLINEKana
#x04A1U+3002KANA FULL STOPKana
#x04A2U+300CKANA OPENING BRACKETKana
#x04A3U+300DKANA CLOSING BRACKETKana
#x04A4U+3001KANA COMMAKana
#x04A5U+30FBKANA CONJUNCTIVEKana
#x04A6U+30F2KANA LETTER WOKana
#x04A7U+30A1KANA LETTER SMALL AKana
#x04A8U+30A3KANA LETTER SMALL IKana
#x04A9U+30A5KANA LETTER SMALL UKana
#x04AAU+30A7KANA LETTER SMALL EKana
#x04ABU+30A9KANA LETTER SMALL OKana
#x04ACU+30E3KANA LETTER SMALL YAKana
#x04ADU+30E5KANA LETTER SMALL YUKana
#x04AEU+30E7KANA LETTER SMALL YOKana
#x04AFU+30C3KANA LETTER SMALL TSUKana
#x04B0U+30FCPROLONGED SOUND SYMBOLKana
#x04B1U+30A2KANA LETTER AKana
#x04B2U+30A4KANA LETTER IKana
#x04B3U+30A6KANA LETTER UKana
#x04B4U+30A8KANA LETTER EKana
#x04B5U+30AAKANA LETTER OKana
#x04B6U+30ABKANA LETTER KAKana
#x04B7U+30ADKANA LETTER KIKana
#x04B8U+30AFKANA LETTER KUKana
#x04B9U+30B1KANA LETTER KEKana
#x04BAU+30B3KANA LETTER KOKana
#x04BBU+30B5KANA LETTER SAKana
#x04BCU+30B7KANA LETTER SHIKana
#x04BDU+30B9KANA LETTER SUKana
#x04BEU+30BBKANA LETTER SEKana
#x04BFU+30BDKANA LETTER SOKana
#x04C0U+30BFKANA LETTER TAKana
#x04C1U+30C1KANA LETTER CHIKana
#x04C2U+30C4KANA LETTER TSUKana
#x04C3U+30C6KANA LETTER TEKana
#x04C4U+30C8KANA LETTER TOKana
#x04C5U+30CAKANA LETTER NAKana
#x04C6U+30CBKANA LETTER NIKana
#x04C7U+30CCKANA LETTER NUKana
#x04C8U+30CDKANA LETTER NEKana
#x04C9U+30CEKANA LETTER NOKana
#x04CAU+30CFKANA LETTER HAKana
#x04CBU+30D2KANA LETTER HIKana
#x04CCU+30D5KANA LETTER FUKana
#x04CDU+30D8KANA LETTER HEKana
#x04CEU+30DBKANA LETTER HOKana
#x04CFU+30DEKANA LETTER MAKana
#x04D0U+30DFKANA LETTER MIKana
#x04D1U+30E0KANA LETTER MUKana
#x04D2U+30E1KANA LETTER MEKana
#x04D3U+30E2KANA LETTER MOKana
#x04D4U+30E4KANA LETTER YAKana
#x04D5U+30E6KANA LETTER YUKana
#x04D6U+30E8KANA LETTER YOKana
#x04D7U+30E9KANA LETTER RAKana
#x04D8U+30EAKANA LETTER RIKana
#x04D9U+30EBKANA LETTER RUKana
#x04DAU+30ECKANA LETTER REKana
#x04DBU+30EDKANA LETTER ROKana
#x04DCU+30EFKANA LETTER WAKana
#x04DDU+30F3KANA LETTER NKana
#x04DEU+309BVOICED SOUND SYMBOLKana
#x04DFU+309CSEMIVOICED SOUND SYMBOLKana
#x05ACU+060CARABIC COMMAArabic
#x05BBU+061BARABIC SEMICOLONArabic
#x05BFU+061FARABIC QUESTION MARKArabic
#x05C1U+0621ARABIC LETTER HAMZAArabic
#x05C2U+0622ARABIC LETTER ALEF WITH MADDA ABOVEArabic
#x05C3U+0623ARABIC LETTER ALEF WITH HAMZA ABOVEArabic
#x05C4U+0624ARABIC LETTER WAW WITH HAMZA ABOVEArabic
#x05C5U+0625ARABIC LETTER ALEF WITH HAMZA BELOWArabic
#x05C6U+0626ARABIC LETTER YEH WITH HAMZA ABOVEArabic
#x05C7U+0627ARABIC LETTER ALEFArabic
#x05C8U+0628ARABIC LETTER BEHArabic
#x05C9U+0629ARABIC LETTER TEH MARBUTAArabic
#x05CAU+062AARABIC LETTER TEHArabic
#x05CBU+062BARABIC LETTER THEHArabic
#x05CCU+062CARABIC LETTER JEEMArabic
#x05CDU+062DARABIC LETTER HAHArabic
#x05CEU+062EARABIC LETTER KHAHArabic
#x05CFU+062FARABIC LETTER DALArabic
#x05D0U+0630ARABIC LETTER THALArabic
#x05D1U+0631ARABIC LETTER REHArabic
#x05D2U+0632ARABIC LETTER ZAINArabic
#x05D3U+0633ARABIC LETTER SEENArabic
#x05D4U+0634ARABIC LETTER SHEENArabic
#x05D5U+0635ARABIC LETTER SADArabic
#x05D6U+0636ARABIC LETTER DADArabic
#x05D7U+0637ARABIC LETTER TAHArabic
#x05D8U+0638ARABIC LETTER ZAHArabic
#x05D9U+0639ARABIC LETTER AINArabic
#x05DAU+063AARABIC LETTER GHAINArabic
#x05E0U+0640ARABIC TATWEELArabic
#x05E1U+0641ARABIC LETTER FEHArabic
#x05E2U+0642ARABIC LETTER QAFArabic
#x05E3U+0643ARABIC LETTER KAFArabic
#x05E4U+0644ARABIC LETTER LAMArabic
#x05E5U+0645ARABIC LETTER MEEMArabic
#x05E6U+0646ARABIC LETTER NOONArabic
#x05E7U+0647ARABIC LETTER HEHArabic
#x05E8U+0648ARABIC LETTER WAWArabic
#x05E9U+0649ARABIC LETTER ALEF MAKSURAArabic
#x05EAU+064AARABIC LETTER YEHArabic
#x05EBU+064BARABIC FATHATANArabic
#x05ECU+064CARABIC DAMMATANArabic
#x05EDU+064DARABIC KASRATANArabic
#x05EEU+064EARABIC FATHAArabic
#x05EFU+064FARABIC DAMMAArabic
#x05F0U+0650ARABIC KASRAArabic
#x05F1U+0651ARABIC SHADDAArabic
#x05F2U+0652ARABIC SUKUNArabic
#x06A1U+0452CYRILLIC SMALL LETTER DJECyrillic
#x06A2U+0453CYRILLIC SMALL LETTER GJECyrillic
#x06A3U+0451CYRILLIC SMALL LETTER IOCyrillic
#x06A4U+0454CYRILLIC SMALL LETTER UKRAINIAN IECyrillic
#x06A5U+0455CYRILLIC SMALL LETTER DZECyrillic
#x06A6U+0456CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN ICyrillic
#x06A7U+0457CYRILLIC SMALL LETTER YICyrillic
#x06A8U+0458CYRILLIC SMALL LETTER JECyrillic
#x06A9U+0459CYRILLIC SMALL LETTER LJECyrillic
#x06AAU+045ACYRILLIC SMALL LETTER NJECyrillic
#x06ABU+045BCYRILLIC SMALL LETTER TSHECyrillic
#x06ACU+045CCYRILLIC SMALL LETTER KJECyrillic
#x06ADU+0491CYRILLIC SMALL LETTER GHE WITH UPTURNCyrillic
#x06AEU+045ECYRILLIC SMALL LETTER SHORT UCyrillic
#x06AFU+045FCYRILLIC SMALL LETTER DZHECyrillic
#x06B0U+2116NUMERO SIGNCyrillic
#x06B1U+0402CYRILLIC CAPITAL LETTER DJECyrillic
#x06B2U+0403CYRILLIC CAPITAL LETTER GJECyrillic
#x06B3U+0401CYRILLIC CAPITAL LETTER IOCyrillic
#x06B4U+0404CYRILLIC CAPITAL LETTER UKRAINIAN IECyrillic
#x06B5U+0405CYRILLIC CAPITAL LETTER DZECyrillic
#x06B6U+0406CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN ICyrillic
#x06B7U+0407CYRILLIC CAPITAL LETTER YICyrillic
#x06B8U+0408CYRILLIC CAPITAL LETTER JECyrillic
#x06B9U+0409CYRILLIC CAPITAL LETTER LJECyrillic
#x06BAU+040ACYRILLIC CAPITAL LETTER NJECyrillic
#x06BBU+040BCYRILLIC CAPITAL LETTER TSHECyrillic
#x06BCU+040CCYRILLIC CAPITAL LETTER KJECyrillic
#x06BDU+0490CYRILLIC CAPITAL LETTER GHE WITH UPTURNCyrillic
#x06BEU+040ECYRILLIC CAPITAL LETTER SHORT UCyrillic
#x06BFU+040FCYRILLIC CAPITAL LETTER DZHECyrillic
#x06C0U+044ECYRILLIC SMALL LETTER YUCyrillic
#x06C1U+0430CYRILLIC SMALL LETTER ACyrillic
#x06C2U+0431CYRILLIC SMALL LETTER BECyrillic
#x06C3U+0446CYRILLIC SMALL LETTER TSECyrillic
#x06C4U+0434CYRILLIC SMALL LETTER DECyrillic
#x06C5U+0435CYRILLIC SMALL LETTER IECyrillic
#x06C6U+0444CYRILLIC SMALL LETTER EFCyrillic
#x06C7U+0433CYRILLIC SMALL LETTER GHECyrillic
#x06C8U+0445CYRILLIC SMALL LETTER HACyrillic
#x06C9U+0438CYRILLIC SMALL LETTER ICyrillic
#x06CAU+0439CYRILLIC SMALL LETTER SHORT ICyrillic
#x06CBU+043ACYRILLIC SMALL LETTER KACyrillic
#x06CCU+043BCYRILLIC SMALL LETTER ELCyrillic
#x06CDU+043CCYRILLIC SMALL LETTER EMCyrillic
#x06CEU+043DCYRILLIC SMALL LETTER ENCyrillic
#x06CFU+043ECYRILLIC SMALL LETTER OCyrillic
#x06D0U+043FCYRILLIC SMALL LETTER PECyrillic
#x06D1U+044FCYRILLIC SMALL LETTER YACyrillic
#x06D2U+0440CYRILLIC SMALL LETTER ERCyrillic
#x06D3U+0441CYRILLIC SMALL LETTER ESCyrillic
#x06D4U+0442CYRILLIC SMALL LETTER TECyrillic
#x06D5U+0443CYRILLIC SMALL LETTER UCyrillic
#x06D6U+0436CYRILLIC SMALL LETTER ZHECyrillic
#x06D7U+0432CYRILLIC SMALL LETTER VECyrillic
#x06D8U+044CCYRILLIC SMALL LETTER SOFT SIGNCyrillic
#x06D9U+044BCYRILLIC SMALL LETTER YERUCyrillic
#x06DAU+0437CYRILLIC SMALL LETTER ZECyrillic
#x06DBU+0448CYRILLIC SMALL LETTER SHACyrillic
#x06DCU+044DCYRILLIC SMALL LETTER ECyrillic
#x06DDU+0449CYRILLIC SMALL LETTER SHCHACyrillic
#x06DEU+0447CYRILLIC SMALL LETTER CHECyrillic
#x06DFU+044ACYRILLIC SMALL LETTER HARD SIGNCyrillic
#x06E0U+042ECYRILLIC CAPITAL LETTER YUCyrillic
#x06E1U+0410CYRILLIC CAPITAL LETTER ACyrillic
#x06E2U+0411CYRILLIC CAPITAL LETTER BECyrillic
#x06E3U+0426CYRILLIC CAPITAL LETTER TSECyrillic
#x06E4U+0414CYRILLIC CAPITAL LETTER DECyrillic
#x06E5U+0415CYRILLIC CAPITAL LETTER IECyrillic
#x06E6U+0424CYRILLIC CAPITAL LETTER EFCyrillic
#x06E7U+0413CYRILLIC CAPITAL LETTER GHECyrillic
#x06E8U+0425CYRILLIC CAPITAL LETTER HACyrillic
#x06E9U+0418CYRILLIC CAPITAL LETTER ICyrillic
#x06EAU+0419CYRILLIC CAPITAL LETTER SHORT ICyrillic
#x06EBU+041ACYRILLIC CAPITAL LETTER KACyrillic
#x06ECU+041BCYRILLIC CAPITAL LETTER ELCyrillic
#x06EDU+041CCYRILLIC CAPITAL LETTER EMCyrillic
#x06EEU+041DCYRILLIC CAPITAL LETTER ENCyrillic
#x06EFU+041ECYRILLIC CAPITAL LETTER OCyrillic
#x06F0U+041FCYRILLIC CAPITAL LETTER PECyrillic
#x06F1U+042FCYRILLIC CAPITAL LETTER YACyrillic
#x06F2U+0420CYRILLIC CAPITAL LETTER ERCyrillic
#x06F3U+0421CYRILLIC CAPITAL LETTER ESCyrillic
#x06F4U+0422CYRILLIC CAPITAL LETTER TECyrillic
#x06F5U+0423CYRILLIC CAPITAL LETTER UCyrillic
#x06F6U+0416CYRILLIC CAPITAL LETTER ZHECyrillic
#x06F7U+0412CYRILLIC CAPITAL LETTER VECyrillic
#x06F8U+042CCYRILLIC CAPITAL LETTER SOFT SIGNCyrillic
#x06F9U+042BCYRILLIC CAPITAL LETTER YERUCyrillic
#x06FAU+0417CYRILLIC CAPITAL LETTER ZECyrillic
#x06FBU+0428CYRILLIC CAPITAL LETTER SHACyrillic
#x06FCU+042DCYRILLIC CAPITAL LETTER ECyrillic
#x06FDU+0429CYRILLIC CAPITAL LETTER SHCHACyrillic
#x06FEU+0427CYRILLIC CAPITAL LETTER CHECyrillic
#x06FFU+042ACYRILLIC CAPITAL LETTER HARD SIGNCyrillic
#x07A1U+0386GREEK CAPITAL LETTER ALPHA WITH TONOSGreek
#x07A2U+0388GREEK CAPITAL LETTER EPSILON WITH TONOSGreek
#x07A3U+0389GREEK CAPITAL LETTER ETA WITH TONOSGreek
#x07A4U+038AGREEK CAPITAL LETTER IOTA WITH TONOSGreek
#x07A5U+03AAGREEK CAPITAL LETTER IOTA WITH DIALYTIKAGreek
#x07A7U+038CGREEK CAPITAL LETTER OMICRON WITH TONOSGreek
#x07A8U+038EGREEK CAPITAL LETTER UPSILON WITH TONOSGreek
#x07A9U+03ABGREEK CAPITAL LETTER UPSILON WITH DIALYTIKAGreek
#x07ABU+038FGREEK CAPITAL LETTER OMEGA WITH TONOSGreek
#x07AEU+0385GREEK DIALYTIKA TONOSGreek
#x07AFU+2015HORIZONTAL BARGreek
#x07B1U+03ACGREEK SMALL LETTER ALPHA WITH TONOSGreek
#x07B2U+03ADGREEK SMALL LETTER EPSILON WITH TONOSGreek
#x07B3U+03AEGREEK SMALL LETTER ETA WITH TONOSGreek
#x07B4U+03AFGREEK SMALL LETTER IOTA WITH TONOSGreek
#x07B5U+03CAGREEK SMALL LETTER IOTA WITH DIALYTIKAGreek
#x07B6U+0390GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOSGreek
#x07B7U+03CCGREEK SMALL LETTER OMICRON WITH TONOSGreek
#x07B8U+03CDGREEK SMALL LETTER UPSILON WITH TONOSGreek
#x07B9U+03CBGREEK SMALL LETTER UPSILON WITH DIALYTIKAGreek
#x07BAU+03B0GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOSGreek
#x07BBU+03CEGREEK SMALL LETTER OMEGA WITH TONOSGreek
#x07C1U+0391GREEK CAPITAL LETTER ALPHAGreek
#x07C2U+0392GREEK CAPITAL LETTER BETAGreek
#x07C3U+0393GREEK CAPITAL LETTER GAMMAGreek
#x07C4U+0394GREEK CAPITAL LETTER DELTAGreek
#x07C5U+0395GREEK CAPITAL LETTER EPSILONGreek
#x07C6U+0396GREEK CAPITAL LETTER ZETAGreek
#x07C7U+0397GREEK CAPITAL LETTER ETAGreek
#x07C8U+0398GREEK CAPITAL LETTER THETAGreek
#x07C9U+0399GREEK CAPITAL LETTER IOTAGreek
#x07CAU+039AGREEK CAPITAL LETTER KAPPAGreek
#x07CBU+039BGREEK CAPITAL LETTER LAMDAGreek
#x07CCU+039CGREEK CAPITAL LETTER MUGreek
#x07CDU+039DGREEK CAPITAL LETTER NUGreek
#x07CEU+039EGREEK CAPITAL LETTER XIGreek
#x07CFU+039FGREEK CAPITAL LETTER OMICRONGreek
#x07D0U+03A0GREEK CAPITAL LETTER PIGreek
#x07D1U+03A1GREEK CAPITAL LETTER RHOGreek
#x07D2U+03A3GREEK CAPITAL LETTER SIGMAGreek
#x07D4U+03A4GREEK CAPITAL LETTER TAUGreek
#x07D5U+03A5GREEK CAPITAL LETTER UPSILONGreek
#x07D6U+03A6GREEK CAPITAL LETTER PHIGreek
#x07D7U+03A7GREEK CAPITAL LETTER CHIGreek
#x07D8U+03A8GREEK CAPITAL LETTER PSIGreek
#x07D9U+03A9GREEK CAPITAL LETTER OMEGAGreek
#x07E1U+03B1GREEK SMALL LETTER ALPHAGreek
#x07E2U+03B2GREEK SMALL LETTER BETAGreek
#x07E3U+03B3GREEK SMALL LETTER GAMMAGreek
#x07E4U+03B4GREEK SMALL LETTER DELTAGreek
#x07E5U+03B5GREEK SMALL LETTER EPSILONGreek
#x07E6U+03B6GREEK SMALL LETTER ZETAGreek
#x07E7U+03B7GREEK SMALL LETTER ETAGreek
#x07E8U+03B8GREEK SMALL LETTER THETAGreek
#x07E9U+03B9GREEK SMALL LETTER IOTAGreek
#x07EAU+03BAGREEK SMALL LETTER KAPPAGreek
#x07EBU+03BBGREEK SMALL LETTER LAMDAGreek
#x07ECU+03BCGREEK SMALL LETTER MUGreek
#x07EDU+03BDGREEK SMALL LETTER NUGreek
#x07EEU+03BEGREEK SMALL LETTER XIGreek
#x07EFU+03BFGREEK SMALL LETTER OMICRONGreek
#x07F0U+03C0GREEK SMALL LETTER PIGreek
#x07F1U+03C1GREEK SMALL LETTER RHOGreek
#x07F2U+03C3GREEK SMALL LETTER SIGMAGreek
#x07F3U+03C2GREEK SMALL LETTER FINAL SIGMAGreek
#x07F4U+03C4GREEK SMALL LETTER TAUGreek
#x07F5U+03C5GREEK SMALL LETTER UPSILONGreek
#x07F6U+03C6GREEK SMALL LETTER PHIGreek
#x07F7U+03C7GREEK SMALL LETTER CHIGreek
#x07F8U+03C8GREEK SMALL LETTER PSIGreek
#x07F9U+03C9GREEK SMALL LETTER OMEGAGreek
#x08A1U+23B7LEFT RADICALTechnical
#x08A2-TOP LEFT RADICALTechnical
#x08A3-HORIZONTAL CONNECTORTechnical
#x08A4U+2320TOP INTEGRALTechnical
#x08A5U+2321BOTTOM INTEGRALTechnical
#x08A6-VERTICAL CONNECTORTechnical
#x08A7U+23A1TOP LEFT SQUARE BRACKETTechnical
#x08A8U+23A3BOTTOM LEFT SQUARE BRACKETTechnical
#x08A9U+23A4TOP RIGHT SQUARE BRACKETTechnical
#x08AAU+23A6BOTTOM RIGHT SQUARE BRACKETTechnical
#x08ABU+239BTOP LEFT PARENTHESISTechnical
#x08ACU+239DBOTTOM LEFT PARENTHESISTechnical
#x08ADU+239ETOP RIGHT PARENTHESISTechnical
#x08AEU+23A0BOTTOM RIGHT PARENTHESISTechnical
#x08AFU+23A8LEFT MIDDLE CURLY BRACETechnical
#x08B0U+23ACRIGHT MIDDLE CURLY BRACETechnical
#x08B1-TOP LEFT SUMMATIONTechnical
#x08B2-BOTTOM LEFT SUMMATIONTechnical
#x08B3-TOP VERTICAL SUMMATION CONNECTORTechnical
#x08B4-BOTTOM VERTICAL SUMMATION CONNECTORTechnical
#x08B5-TOP RIGHT SUMMATIONTechnical
#x08B6-BOTTOM RIGHT SUMMATIONTechnical
#x08B7-RIGHT MIDDLE SUMMATIONTechnical
#x08BCU+2264LESS THAN OR EQUAL SIGNTechnical
#x08BDU+2260NOT EQUAL SIGNTechnical
#x08BEU+2265GREATER THAN OR EQUAL SIGNTechnical
#x08BFU+222BINTEGRALTechnical
#x08C0U+2234THEREFORETechnical
#x08C1U+221DVARIATION, PROPORTIONAL TOTechnical
#x08C2U+221EINFINITYTechnical
#x08C5U+2207NABLA, DELTechnical
#x08C8U+223CIS APPROXIMATE TOTechnical
#x08C9U+2243SIMILAR OR EQUAL TOTechnical
#x08CDU+21D4IF AND ONLY IFTechnical
#x08CEU+21D2IMPLIESTechnical
#x08CFU+2261IDENTICAL TOTechnical
#x08D6U+221ARADICALTechnical
#x08DAU+2282IS INCLUDED INTechnical
#x08DBU+2283INCLUDESTechnical
#x08DCU+2229INTERSECTIONTechnical
#x08DDU+222AUNIONTechnical
#x08DEU+2227LOGICAL ANDTechnical
#x08DFU+2228LOGICAL ORTechnical
#x08EFU+2202PARTIAL DERIVATIVETechnical
#x08F6U+0192FUNCTIONTechnical
#x08FBU+2190LEFT ARROWTechnical
#x08FCU+2191UPWARD ARROWTechnical
#x08FDU+2192RIGHT ARROWTechnical
#x08FEU+2193DOWNWARD ARROWTechnical
#x09DF-BLANKSpecial
#x09E0U+25C6SOLID DIAMONDSpecial
#x09E1U+2592CHECKERBOARDSpecial
#x09E2U+2409"HT"Special
#x09E3U+240C"FF"Special
#x09E4U+240D"CR"Special
#x09E5U+240A"LF"Special
#x09E8U+2424"NL"Special
#x09E9U+240B"VT"Special
#x09EAU+2518LOWER-RIGHT CORNERSpecial
#x09EBU+2510UPPER-RIGHT CORNERSpecial
#x09ECU+250CUPPER-LEFT CORNERSpecial
#x09EDU+2514LOWER-LEFT CORNERSpecial
#x09EEU+253CCROSSING-LINESSpecial
#x09EFU+23BAHORIZONTAL LINE, SCAN 1Special
#x09F0U+23BBHORIZONTAL LINE, SCAN 3Special
#x09F1U+2500HORIZONTAL LINE, SCAN 5Special
#x09F2U+23BCHORIZONTAL LINE, SCAN 7Special
#x09F3U+23BDHORIZONTAL LINE, SCAN 9Special
#x09F4U+251CLEFT "T"Special
#x09F5U+2524RIGHT "T"Special
#x09F6U+2534BOTTOM "T"Special
#x09F7U+252CTOP "T"Special
#x09F8U+2502VERTICAL BARSpecial
#x0AA1U+2003EM SPACEPublish
#x0AA2U+2002EN SPACEPublish
#x0AA3U+20043/EM SPACEPublish
#x0AA4U+20054/EM SPACEPublish
#x0AA5U+2007DIGIT SPACEPublish
#x0AA6U+2008PUNCTUATION SPACEPublish
#x0AA7U+2009THIN SPACEPublish
#x0AA8U+200AHAIR SPACEPublish
#x0AA9U+2014EM DASHPublish
#x0AAAU+2013EN DASHPublish
#x0AAC-SIGNIFICANT BLANK SYMBOLPublish
#x0AAEU+2026ELLIPSISPublish
#x0AAFU+2025DOUBLE BASELINE DOTPublish
#x0AB0U+2153VULGAR FRACTION ONE THIRDPublish
#x0AB1U+2154VULGAR FRACTION TWO THIRDSPublish
#x0AB2U+2155VULGAR FRACTION ONE FIFTHPublish
#x0AB3U+2156VULGAR FRACTION TWO FIFTHSPublish
#x0AB4U+2157VULGAR FRACTION THREE FIFTHSPublish
#x0AB5U+2158VULGAR FRACTION FOUR FIFTHSPublish
#x0AB6U+2159VULGAR FRACTION ONE SIXTHPublish
#x0AB7U+215AVULGAR FRACTION FIVE SIXTHSPublish
#x0AB8U+2105CARE OFPublish
#x0ABBU+2012FIGURE DASHPublish
#x0ABC-LEFT ANGLE BRACKETPublish
#x0ABD-DECIMAL POINTPublish
#x0ABE-RIGHT ANGLE BRACKETPublish
#x0ABF-MARKERPublish
#x0AC3U+215BVULGAR FRACTION ONE EIGHTHPublish
#x0AC4U+215CVULGAR FRACTION THREE EIGHTHSPublish
#x0AC5U+215DVULGAR FRACTION FIVE EIGHTHSPublish
#x0AC6U+215EVULGAR FRACTION SEVEN EIGHTHSPublish
#x0AC9U+2122TRADEMARK SIGNPublish
#x0ACA-SIGNATURE MARKPublish
#x0ACB-TRADEMARK SIGN IN CIRCLEPublish
#x0ACC-LEFT OPEN TRIANGLEPublish
#x0ACD-RIGHT OPEN TRIANGLEPublish
#x0ACE-EM OPEN CIRCLEPublish
#x0ACF-EM OPEN RECTANGLEPublish
#x0AD0U+2018LEFT SINGLE QUOTATION MARKPublish
#x0AD1U+2019RIGHT SINGLE QUOTATION MARKPublish
#x0AD2U+201CLEFT DOUBLE QUOTATION MARKPublish
#x0AD3U+201DRIGHT DOUBLE QUOTATION MARKPublish
#x0AD4U+211EPRESCRIPTION, TAKE, RECIPEPublish
#x0AD5U+2030PER MILLE SIGNPublish
#x0AD6U+2032MINUTESPublish
#x0AD7U+2033SECONDSPublish
#x0AD9U+271DLATIN CROSSPublish
#x0ADA-HEXAGRAMPublish
#x0ADB-FILLED RECTANGLE BULLETPublish
#x0ADC-FILLED LEFT TRIANGLE BULLETPublish
#x0ADD-FILLED RIGHT TRIANGLE BULLETPublish
#x0ADE-EM FILLED CIRCLEPublish
#x0ADF-EM FILLED RECTANGLEPublish
#x0AE0-EN OPEN CIRCLE BULLETPublish
#x0AE1-EN OPEN SQUARE BULLETPublish
#x0AE2-OPEN RECTANGULAR BULLETPublish
#x0AE3-OPEN TRIANGULAR BULLET UPPublish
#x0AE4-OPEN TRIANGULAR BULLET DOWNPublish
#x0AE5-OPEN STARPublish
#x0AE6-EN FILLED CIRCLE BULLETPublish
#x0AE7-EN FILLED SQUARE BULLETPublish
#x0AE8-FILLED TRIANGULAR BULLET UPPublish
#x0AE9-FILLED TRIANGULAR BULLET DOWNPublish
#x0AEA-LEFT POINTERPublish
#x0AEB-RIGHT POINTERPublish
#x0AECU+2663CLUBPublish
#x0AEDU+2666DIAMONDPublish
#x0AEEU+2665HEARTPublish
#x0AF0U+2720MALTESE CROSSPublish
#x0AF1U+2020DAGGERPublish
#x0AF2U+2021DOUBLE DAGGERPublish
#x0AF3U+2713CHECK MARK, TICKPublish
#x0AF4U+2717BALLOT CROSSPublish
#x0AF5U+266FMUSICAL SHARPPublish
#x0AF6U+266DMUSICAL FLATPublish
#x0AF7U+2642MALE SYMBOLPublish
#x0AF8U+2640FEMALE SYMBOLPublish
#x0AF9U+260ETELEPHONE SYMBOLPublish
#x0AFAU+2315TELEPHONE RECORDER SYMBOLPublish
#x0AFBU+2117PHONOGRAPH COPYRIGHT SIGNPublish
#x0AFCU+2038CARETPublish
#x0AFDU+201ASINGLE LOW QUOTATION MARKPublish
#x0AFEU+201EDOUBLE LOW QUOTATION MARKPublish
#x0AFF-CURSORPublish
#x0BA3-LEFT CARETAPL
#x0BA6-RIGHT CARETAPL
#x0BA8-DOWN CARETAPL
#x0BA9-UP CARETAPL
#x0BC0-OVERBARAPL
#x0BC2U+22A5DOWN TACKAPL
#x0BC3-UP SHOE (CAP)APL
#x0BC4U+230ADOWN STILEAPL
#x0BC6-UNDERBARAPL
#x0BCAU+2218JOTAPL
#x0BCCU+2395QUADAPL
#x0BCEU+22A4UP TACKAPL
#x0BCFU+25CBCIRCLEAPL
#x0BD3U+2308UP STILEAPL
#x0BD6-DOWN SHOE (CUP)APL
#x0BD8-RIGHT SHOEAPL
#x0BDA-LEFT SHOEAPL
#x0BDCU+22A2LEFT TACKAPL
#x0BFCU+22A3RIGHT TACKAPL
#x0CDFU+2017DOUBLE LOW LINEHebrew
#x0CE0U+05D0HEBREW LETTER ALEFHebrew
#x0CE1U+05D1HEBREW LETTER BETHebrew
#x0CE2U+05D2HEBREW LETTER GIMELHebrew
#x0CE3U+05D3HEBREW LETTER DALETHebrew
#x0CE4U+05D4HEBREW LETTER HEHebrew
#x0CE5U+05D5HEBREW LETTER VAVHebrew
#x0CE6U+05D6HEBREW LETTER ZAYINHebrew
#x0CE7U+05D7HEBREW LETTER HETHebrew
#x0CE8U+05D8HEBREW LETTER TETHebrew
#x0CE9U+05D9HEBREW LETTER YODHebrew
#x0CEAU+05DAHEBREW LETTER FINAL KAFHebrew
#x0CEBU+05DBHEBREW LETTER KAFHebrew
#x0CECU+05DCHEBREW LETTER LAMEDHebrew
#x0CEDU+05DDHEBREW LETTER FINAL MEMHebrew
#x0CEEU+05DEHEBREW LETTER MEMHebrew
#x0CEFU+05DFHEBREW LETTER FINAL NUNHebrew
#x0CF0U+05E0HEBREW LETTER NUNHebrew
#x0CF1U+05E1HEBREW LETTER SAMEKHHebrew
#x0CF2U+05E2HEBREW LETTER AYINHebrew
#x0CF3U+05E3HEBREW LETTER FINAL PEHebrew
#x0CF4U+05E4HEBREW LETTER PEHebrew
#x0CF5U+05E5HEBREW LETTER FINAL TSADIHebrew
#x0CF6U+05E6HEBREW LETTER TSADIHebrew
#x0CF7U+05E7HEBREW LETTER QOFHebrew
#x0CF8U+05E8HEBREW LETTER RESHHebrew
#x0CF9U+05E9HEBREW LETTER SHINHebrew
#x0CFAU+05EAHEBREW LETTER TAVHebrew
#x0DA1U+0E01THAI CHARACTER KO KAIThai
#x0DA2U+0E02THAI CHARACTER KHO KHAIThai
#x0DA3U+0E03THAI CHARACTER KHO KHUATThai
#x0DA4U+0E04THAI CHARACTER KHO KHWAIThai
#x0DA5U+0E05THAI CHARACTER KHO KHONThai
#x0DA6U+0E06THAI CHARACTER KHO RAKHANGThai
#x0DA7U+0E07THAI CHARACTER NGO NGUThai
#x0DA8U+0E08THAI CHARACTER CHO CHANThai
#x0DA9U+0E09THAI CHARACTER CHO CHINGThai
#x0DAAU+0E0ATHAI CHARACTER CHO CHANGThai
#x0DABU+0E0BTHAI CHARACTER SO SOThai
#x0DACU+0E0CTHAI CHARACTER CHO CHOEThai
#x0DADU+0E0DTHAI CHARACTER YO YINGThai
#x0DAEU+0E0ETHAI CHARACTER DO CHADAThai
#x0DAFU+0E0FTHAI CHARACTER TO PATAKThai
#x0DB0U+0E10THAI CHARACTER THO THANThai
#x0DB1U+0E11THAI CHARACTER THO NANGMONTHOThai
#x0DB2U+0E12THAI CHARACTER THO PHUTHAOThai
#x0DB3U+0E13THAI CHARACTER NO NENThai
#x0DB4U+0E14THAI CHARACTER DO DEKThai
#x0DB5U+0E15THAI CHARACTER TO TAOThai
#x0DB6U+0E16THAI CHARACTER THO THUNGThai
#x0DB7U+0E17THAI CHARACTER THO THAHANThai
#x0DB8U+0E18THAI CHARACTER THO THONGThai
#x0DB9U+0E19THAI CHARACTER NO NUThai
#x0DBAU+0E1ATHAI CHARACTER BO BAIMAIThai
#x0DBBU+0E1BTHAI CHARACTER PO PLAThai
#x0DBCU+0E1CTHAI CHARACTER PHO PHUNGThai
#x0DBDU+0E1DTHAI CHARACTER FO FAThai
#x0DBEU+0E1ETHAI CHARACTER PHO PHANThai
#x0DBFU+0E1FTHAI CHARACTER FO FANThai
#x0DC0U+0E20THAI CHARACTER PHO SAMPHAOThai
#x0DC1U+0E21THAI CHARACTER MO MAThai
#x0DC2U+0E22THAI CHARACTER YO YAKThai
#x0DC3U+0E23THAI CHARACTER RO RUAThai
#x0DC4U+0E24THAI CHARACTER RUThai
#x0DC5U+0E25THAI CHARACTER LO LINGThai
#x0DC6U+0E26THAI CHARACTER LUThai
#x0DC7U+0E27THAI CHARACTER WO WAENThai
#x0DC8U+0E28THAI CHARACTER SO SALAThai
#x0DC9U+0E29THAI CHARACTER SO RUSIThai
#x0DCAU+0E2ATHAI CHARACTER SO SUAThai
#x0DCBU+0E2BTHAI CHARACTER HO HIPThai
#x0DCCU+0E2CTHAI CHARACTER LO CHULAThai
#x0DCDU+0E2DTHAI CHARACTER O ANGThai
#x0DCEU+0E2ETHAI CHARACTER HO NOKHUKThai
#x0DCFU+0E2FTHAI CHARACTER PAIYANNOIThai
#x0DD0U+0E30THAI CHARACTER SARA AThai
#x0DD1U+0E31THAI CHARACTER MAI HAN-AKATThai
#x0DD2U+0E32THAI CHARACTER SARA AAThai
#x0DD3U+0E33THAI CHARACTER SARA AMThai
#x0DD4U+0E34THAI CHARACTER SARA IThai
#x0DD5U+0E35THAI CHARACTER SARA IIThai
#x0DD6U+0E36THAI CHARACTER SARA UEThai
#x0DD7U+0E37THAI CHARACTER SARA UEEThai
#x0DD8U+0E38THAI CHARACTER SARA UThai
#x0DD9U+0E39THAI CHARACTER SARA UUThai
#x0DDAU+0E3ATHAI CHARACTER PHINTHUThai
#x0DDFU+0E3FTHAI CURRENCY SYMBOL BAHTThai
#x0DE0U+0E40THAI CHARACTER SARA EThai
#x0DE1U+0E41THAI CHARACTER SARA AEThai
#x0DE2U+0E42THAI CHARACTER SARA OThai
#x0DE3U+0E43THAI CHARACTER SARA AI MAIMUANThai
#x0DE4U+0E44THAI CHARACTER SARA AI MAIMALAIThai
#x0DE5U+0E45THAI CHARACTER LAKKHANGYAOThai
#x0DE6U+0E46THAI CHARACTER MAIYAMOKThai
#x0DE7U+0E47THAI CHARACTER MAITAIKHUThai
#x0DE8U+0E48THAI CHARACTER MAI EKThai
#x0DE9U+0E49THAI CHARACTER MAI THOThai
#x0DEAU+0E4ATHAI CHARACTER MAI TRIThai
#x0DEBU+0E4BTHAI CHARACTER MAI CHATTAWAThai
#x0DECU+0E4CTHAI CHARACTER THANTHAKHATThai
#x0DEDU+0E4DTHAI CHARACTER NIKHAHITThai
#x0DF0U+0E50THAI DIGIT ZEROThai
#x0DF1U+0E51THAI DIGIT ONEThai
#x0DF2U+0E52THAI DIGIT TWOThai
#x0DF3U+0E53THAI DIGIT THREEThai
#x0DF4U+0E54THAI DIGIT FOURThai
#x0DF5U+0E55THAI DIGIT FIVEThai
#x0DF6U+0E56THAI DIGIT SIXThai
#x0DF7U+0E57THAI DIGIT SEVENThai
#x0DF8U+0E58THAI DIGIT EIGHTThai
#x0DF9U+0E59THAI DIGIT NINEThai
#x0EA1-HANGUL KIYEOGKorean
#x0EA2-HANGUL SSANG KIYEOGKorean
#x0EA3-HANGUL KIYEOG SIOSKorean
#x0EA4-HANGUL NIEUNKorean
#x0EA5-HANGUL NIEUN JIEUJKorean
#x0EA6-HANGUL NIEUN HIEUHKorean
#x0EA7-HANGUL DIKEUDKorean
#x0EA8-HANGUL SSANG DIKEUDKorean
#x0EA9-HANGUL RIEULKorean
#x0EAA-HANGUL RIEUL KIYEOGKorean
#x0EAB-HANGUL RIEUL MIEUMKorean
#x0EAC-HANGUL RIEUL PIEUBKorean
#x0EAD-HANGUL RIEUL SIOSKorean
#x0EAE-HANGUL RIEUL TIEUTKorean
#x0EAF-HANGUL RIEUL PHIEUFKorean
#x0EB0-HANGUL RIEUL HIEUHKorean
#x0EB1-HANGUL MIEUMKorean
#x0EB2-HANGUL PIEUBKorean
#x0EB3-HANGUL SSANG PIEUBKorean
#x0EB4-HANGUL PIEUB SIOSKorean
#x0EB5-HANGUL SIOSKorean
#x0EB6-HANGUL SSANG SIOSKorean
#x0EB7-HANGUL IEUNGKorean
#x0EB8-HANGUL JIEUJKorean
#x0EB9-HANGUL SSANG JIEUJKorean
#x0EBA-HANGUL CIEUCKorean
#x0EBB-HANGUL KHIEUQKorean
#x0EBC-HANGUL TIEUTKorean
#x0EBD-HANGUL PHIEUFKorean
#x0EBE-HANGUL HIEUHKorean
#x0EBF-HANGUL AKorean
#x0EC0-HANGUL AEKorean
#x0EC1-HANGUL YAKorean
#x0EC2-HANGUL YAEKorean
#x0EC3-HANGUL EOKorean
#x0EC4-HANGUL EKorean
#x0EC5-HANGUL YEOKorean
#x0EC6-HANGUL YEKorean
#x0EC7-HANGUL OKorean
#x0EC8-HANGUL WAKorean
#x0EC9-HANGUL WAEKorean
#x0ECA-HANGUL OEKorean
#x0ECB-HANGUL YOKorean
#x0ECC-HANGUL UKorean
#x0ECD-HANGUL WEOKorean
#x0ECE-HANGUL WEKorean
#x0ECF-HANGUL WIKorean
#x0ED0-HANGUL YUKorean
#x0ED1-HANGUL EUKorean
#x0ED2-HANGUL YIKorean
#x0ED3-HANGUL IKorean
#x0ED4-HANGUL JONG SEONG KIYEOGKorean
#x0ED5-HANGUL JONG SEONG SSANG KIYEOGKorean
#x0ED6-HANGUL JONG SEONG KIYEOG SIOSKorean
#x0ED7-HANGUL JONG SEONG NIEUNKorean
#x0ED8-HANGUL JONG SEONG NIEUN JIEUJKorean
#x0ED9-HANGUL JONG SEONG NIEUN HIEUHKorean
#x0EDA-HANGUL JONG SEONG DIKEUDKorean
#x0EDB-HANGUL JONG SEONG RIEULKorean
#x0EDC-HANGUL JONG SEONG RIEUL KIYEOGKorean
#x0EDD-HANGUL JONG SEONG RIEUL MIEUMKorean
#x0EDE-HANGUL JONG SEONG RIEUL PIEUBKorean
#x0EDF-HANGUL JONG SEONG RIEUL SIOSKorean
#x0EE0-HANGUL JONG SEONG RIEUL TIEUTKorean
#x0EE1-HANGUL JONG SEONG RIEUL PHIEUFKorean
#x0EE2-HANGUL JONG SEONG RIEUL HIEUHKorean
#x0EE3-HANGUL JONG SEONG MIEUMKorean
#x0EE4-HANGUL JONG SEONG PIEUBKorean
#x0EE5-HANGUL JONG SEONG PIEUB SIOSKorean
#x0EE6-HANGUL JONG SEONG SIOSKorean
#x0EE7-HANGUL JONG SEONG SSANG SIOSKorean
#x0EE8-HANGUL JONG SEONG IEUNGKorean
#x0EE9-HANGUL JONG SEONG JIEUJKorean
#x0EEA-HANGUL JONG SEONG CIEUCKorean
#x0EEB-HANGUL JONG SEONG KHIEUQKorean
#x0EEC-HANGUL JONG SEONG TIEUTKorean
#x0EED-HANGUL JONG SEONG PHIEUFKorean
#x0EEE-HANGUL JONG SEONG HIEUHKorean
#x0EEF-HANGUL RIEUL YEORIN HIEUHKorean
#x0EF0-HANGUL SUNKYEONGEUM MIEUMKorean
#x0EF1-HANGUL SUNKYEONGEUM PIEUBKorean
#x0EF2-HANGUL PAN SIOSKorean
#x0EF3-HANGUL KKOGJI DALRIN IEUNGKorean
#x0EF4-HANGUL SUNKYEONGEUM PHIEUFKorean
#x0EF5-HANGUL YEORIN HIEUHKorean
#x0EF6-HANGUL ARAE AKorean
#x0EF7-HANGUL ARAE AEKorean
#x0EF8-HANGUL JONG SEONG PAN SIOSKorean
#x0EF9-HANGUL JONG SEONG KKOGJI DALRIN IEUNGKorean
#x0EFA-HANGUL JONG SEONG YEORIN HIEUHKorean
#x0EFF-KOREAN WONKorean
#x13BCU+0152LATIN CAPITAL LIGATURE OELatin-9
#x13BDU+0153LATIN SMALL LIGATURE OELatin-9
#x13BEU+0178LATIN CAPITAL LETTER Y WITH DIAERESISLatin-9
#x20A0-CURRENCY ECU SIGNCurrency
#x20A1-CURRENCY COLON SIGNCurrency
#x20A2-CURRENCY CRUZEIRO SIGNCurrency
#x20A3-CURRENCY FRENCH FRANC SIGNCurrency
#x20A4-CURRENCY LIRA SIGNCurrency
#x20A5-CURRENCY MILL SIGNCurrency
#x20A6-CURRENCY NAIRA SIGNCurrency
#x20A7-CURRENCY PESETA SIGNCurrency
#x20A8-CURRENCY RUPEE SIGNCurrency
#x20A9-CURRENCY WON SIGNCurrency
#x20AA-CURRENCY NEW SHEQEL SIGNCurrency
#x20AB-CURRENCY DONG SIGNCurrency
#x20ACU+20ACCURRENCY EURO SIGNCurrency

Appendix B. Protocol Encoding

Table of Contents

Syntactic Conventions
Common Types
Errors
Keyboards
Pointers
Predefined Atoms
Connection Setup
Requests
Events

Syntactic Conventions

All numbers are in decimal,unless prefixed with #x, in which case they are in hexadecimal (base 16).

The general syntax used to describe requests, replies, errors, events, andcompound types is:

NameofThing   encode-form   ...   encode-form

Each encode-form describes a single component.

For components described in the protocol as:

   name: TYPE

the encode-form is:

   N     TYPE     name

N is the number of bytes occupied in the data stream,and TYPE is the interpretation of those bytes.For example,

   depth: CARD8

becomes:

   1     CARD8     depth

For components with a static numeric value the encode-form is:

   N     value     name

The value is always interpreted as an N-byte unsigned integer.For example,the first two bytes of aWindowerror are always zero (indicating anerror in general) and three (indicating theWindowerror in particular):

   1      0      Error   1      3      code

For components described in the protocol as:

name:{Name1,...,NameI}

the encode-form is:

   N          name        value1 Name1        ...        valueI NameI

The value is always interpreted as an N-byte unsigned integer.Note that the size of N is sometimes larger than that strictly requiredto encode the values.For example:

class:{InputOutput,InputOnly,CopyFromParent }

becomes:

2               class     0     CopyFromParent     1     InputOutput     2     InputOnly

For components described in the protocol as:

NAME: TYPE orAlternative1 ...orAlternativeI

the encode-form is:

N     TYPE               NAME     value1     Alternative1     ...     valueI     AlternativeI

The alternative values are guaranteed not to conflict with the encodingof TYPE.For example:

destination: WINDOW orPointerWindoworInputFocus

becomes:

4     WINDOW          destination     0     PointerWindow     1     InputFocus

For components described in the protocol as:

   value-mask: BITMASK

the encode-form is:

N     BITMASK               value-mask     mask1     mask-name1     ...     maskI     mask-nameI

The individual bits in the mask are specified and named,and N is 2 or 4.The most-significant bit in a BITMASK is reserved for use in definingchained (multiword) bitmasks, as extensions augment existing core requests.The precise interpretation of this bit is not yet defined here,although a probable mechanism is that a 1-bit indicates that another N bytesof bitmask follows, with bits within the overall mask still interpretedfrom least-significant to most-significant with an N-byte unit,with N-byte unitsinterpreted in stream order, and with the overall mask being byte-swappedin individual N-byte units.

For LISTofVALUE encodings, the request is followed by a section of the form:

   VALUEs   encode-form   ...   encode-form

listing an encode-form for each VALUE.The NAME in each encode-form keys to the corresponding BITMASK bit.The encoding of a VALUE always occupies four bytes,but the number of bytes specified in the encoding-form indicates howmany of the least-significant bytes are actually used;the remaining bytes are unused and their values do not matter.

In various cases, the number of bytes occupied by a component will bespecifiedby a lowercase single-letter variable name instead of a specific numericvalue, and often some other component will have its value specified as asimple numeric expression involving these variables.Components specified with such expressions are always interpretedas unsigned integers.The scope of such variables is always just the enclosing request, reply,error, event, or compound type structure.For example:

2      3+n                  request length4n     LISTofPOINT          points

For unused bytes (the values of the bytes are undefined and do no matter),the encode-form is:

   N               unused

If the number of unused bytes is variable, the encode-form typically is:

   p               unused, p=pad(E)

where E is some expression,and pad(E) is the number of bytes needed to round E up to a multiple of four.

   pad(E) = (4 - (E mod 4)) mod 4

Common Types

LISTofFOO

In this document the LISTof notation strictly means some number of repetitionsof the FOO encoding;the actual length of the list is encoded elsewhere.

SETofFOO

A set is always represented by a bitmask, with a 1-bit indicating presence inthe set.

BITMASK: CARD32
WINDOW: CARD32
PIXMAP: CARD32
CURSOR: CARD32
FONT: CARD32
GCONTEXT: CARD32
COLORMAP: CARD32
DRAWABLE: CARD32
FONTABLE: CARD32
ATOM: CARD32
VISUALID: CARD32
BYTE: 8-bit value
INT8: 8-bit signed integer
INT16: 16-bit signed integer
INT32: 32-bit signed integer
CARD8: 8-bit unsigned integer
CARD16: 16-bit unsigned integer
CARD32: 32-bit unsigned integer
TIMESTAMP: CARD32
BITGRAVITY     0     Forget     1     NorthWest     2     North     3     NorthEast     4     West     5     Center     6     East     7     SouthWest     8     South     9     SouthEast     10     StaticWINGRAVITY     0     Unmap     1     NorthWest     2     North     3     NorthEast     4     West     5     Center     6     East     7     SouthWest     8     South     9     SouthEast     10     StaticBOOL     0     False     1     TrueSETofEVENT     #x00000001     KeyPress     #x00000002     KeyRelease     #x00000004     ButtonPress     #x00000008     ButtonRelease     #x00000010     EnterWindow     #x00000020     LeaveWindow     #x00000040     PointerMotion     #x00000080     PointerMotionHint     #x00000100     Button1Motion     #x00000200     Button2Motion     #x00000400     Button3Motion     #x00000800     Button4Motion     #x00001000     Button5Motion     #x00002000     ButtonMotion     #x00004000     KeymapState     #x00008000     Exposure     #x00010000     VisibilityChange     #x00020000     StructureNotify     #x00040000     ResizeRedirect     #x00080000     SubstructureNotify     #x00100000     SubstructureRedirect     #x00200000     FocusChange     #x00400000     PropertyChange     #x00800000     ColormapChange     #x01000000     OwnerGrabButton     #xFE000000     unused but must be zeroSETofPOINTEREVENT     encodings are the same as for SETofEVENT, except with     #xFFFF8003     unused but must be zeroSETofDEVICEEVENT     encodings are the same as for SETofEVENT, except with     #xFFFFC0B0     unused but must be zeroKEYSYM: CARD32KEYCODE: CARD8BUTTON: CARD8SETofKEYBUTMASK     #x0001     Shift     #x0002     Lock     #x0004     Control     #x0008     Mod1     #x0010     Mod2     #x0020     Mod3     #x0040     Mod4     #x0080     Mod5     #x0100     Button1     #x0200     Button2     #x0400     Button3     #x0800     Button4     #x1000     Button5     #xE000     unused but must be zeroSETofKEYMASK     encodings are the same as for SETofKEYBUTMASK, except with     #xFF00          unused but must be zeroSTRING8: LISTofCARD8STRING16: LISTofCHAR2BCHAR2B     1     CARD8     byte1     1     CARD8     byte2POINT     2     INT16     x     2     INT16     yRECTANGLE     2     INT16     x     2     INT16     y     2     CARD16    width     2     CARD16    heightARC     2     INT16     x     2     INT16     y     2     CARD16    width     2     CARD16    height     2     INT16     angle1     2     INT16     angle2HOST     1                         family           0         Internet           1         DECnet           2         Chaos           5         ServerInterpreted           6         InternetV6     1                         unused     2      n                  length of address     n      LISTofBYTE         address     p                         unused, p=pad(n)STR     1      n                  length of name in bytes     n      STRING8            name

Errors

Request     1     0                               Error     1     1                               code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedValue     1     0                               Error     1     2                               code     2     CARD16                          sequence number     4     <32-bits>                 bad value     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedWindow     1     0                               Error     1     3                               code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedPixmap     1     0                               Error     1     4                               code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedAtom     1     0                               Error     1     5                               code     2     CARD16                          sequence number     4     CARD32                          bad atom id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedCursor     1     0                               Error     1     6                               code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedFont     1     0                               Error     1     7                               code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedMatch     1     0                               Error     1     8                               code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedDrawable     1     0                               Error     1     9                               code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedAccess     1     0                               Error     1     10                              code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedAlloc     1     0                               Error     1     11                              code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedColormap     1     0                               Error     1     12                              code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedGContext     1     0                               Error     1     13                              code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedIDChoice     1     0                               Error     1     14                              code     2     CARD16                          sequence number     4     CARD32                          bad resource id     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedName     1     0                               Error     1     15                              code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedLength     1     0                               Error     1     16                              code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unusedImplementation     1     0                               Error     1     17                              code     2     CARD16                          sequence number     4                                     unused     2     CARD16                          minor opcode     1     CARD8                           major opcode     21                                    unused

Keyboards

KEYCODE values are always greater than 7 (and less than 256).

KEYSYM values with the bit #x10000000 set are reserved as vendor-specific.

The names and encodings of the standard KEYSYM values are contained inAppendix A, Keysym Encoding.

Pointers

BUTTON values are numbered starting with one.

Predefined Atoms

PRIMARY           1      WM_NORMAL_HINTS     40SECONDARY         2      WM_SIZE_HINTS       41ARC               3      WM_ZOOM_HINTS       42ATOM              4      MIN_SPACE           43BITMAP            5      NORM_SPACE          44CARDINAL          6      MAX_SPACE           45COLORMAP          7      END_SPACE           46CURSOR            8      SUPERSCRIPT_X       47CUT_BUFFER0       9      SUPERSCRIPT_Y       48CUT_BUFFER1       10     SUBSCRIPT_X         49CUT_BUFFER2       11     SUBSCRIPT_Y         50CUT_BUFFER3       12     UNDERLINE_POSITION  51CUT_BUFFER4       13     UNDERLINE_THICKNESS 52CUT_BUFFER5       14     STRIKEOUT_ASCENT    53CUT_BUFFER6       15     STRIKEOUT_DESCENT   54CUT_BUFFER7       16     ITALIC_ANGLE        55DRAWABLE          17     X_HEIGHT            56FONT              18     QUAD_WIDTH          57INTEGER           19     WEIGHT              58PIXMAP            20     POINT_SIZE          59POINT             21     RESOLUTION          60RECTANGLE         22     COPYRIGHT           61RESOURCE_MANAGER  23     NOTICE              62RGB_COLOR_MAP     24     FONT_NAME           63RGB_BEST_MAP      25     FAMILY_NAME         64RGB_BLUE_MAP      26     FULL_NAME           65RGB_DEFAULT_MAP   27     CAP_HEIGHT          66RGB_GRAY_MAP      28     WM_CLASS            67RGB_GREEN_MAP     29     WM_TRANSIENT_FOR    68RGB_RED_MAP       30STRING            31VISUALID          32WINDOW            33WM_COMMAND        34WM_HINTS          35WM_CLIENT_MACHINE 36WM_ICON_NAME      37WM_ICON_SIZE      38WM_NAME           39

Connection Setup

For TCP connections,displays on a given host are numbered starting from 0,and the server for display N listens and accepts connections on port 6000 + N.For DECnet connections,displays on a given host are numbered starting from 0,and the server for display N listens and accepts connections on the objectname obtained by concatenating "X$X" with the decimal representation of N,for example, X$X0 and X$X1.

Information sent by the client at connection setup:

     1                       byte-order          #x42     MSB first          #x6C     LSB first     1                       unused     2     CARD16            protocol-major-version     2     CARD16            protocol-minor-version     2     n                 length of authorization-protocol-name     2     d                 length of authorization-protocol-data     2                       unused     n     STRING8           authorization-protocol-name     p                       unused, p=pad(n)     d     STRING8           authorization-protocol-data     q                       unused, q=pad(d)

Except where explicitly noted in the protocol,all 16-bit and 32-bit quantities sent by the client must be transmittedwith the specified byte order,and all 16-bit and 32-bit quantities returned by the server will be transmittedwith this byte order.

Information received by the client if the connection is refused:

     1     0                 Failed     1     n                 length of reason in bytes     2     CARD16            protocol-major-version     2     CARD16            protocol-minor-version     2     (n+p)/4           length in 4-byte units of "additional data"     n     STRING8           reason     p                       unused, p=pad(n)

Information received by the client if further authentication is required:

     1     2                 Authenticate     5                       unused     2     (n+p)/4           length in 4-byte units of "additional data"     n     STRING8           reason     p                       unused, p=pad(n)

Information received by the client if the connection is accepted:

     1     1                               Success     1                                     unused     2     CARD16                          protocol-major-version     2     CARD16                          protocol-minor-version     2     8+2n+(v+p+m)/4                  length in 4-byte units of                                           "additional data"     4     CARD32                          release-number     4     CARD32                          resource-id-base     4     CARD32                          resource-id-mask     4     CARD32                          motion-buffer-size     2     v                               length of vendor     2     CARD16                          maximum-request-length     1     CARD8                           number of SCREENs in roots     1     n                               number for FORMATs in                                           pixmap-formats     1                                     image-byte-order          0     LSBFirst          1     MSBFirst     1                                     bitmap-format-bit-order          0     LeastSignificant          1     MostSignificant     1     CARD8                           bitmap-format-scanline-unit     1     CARD8                           bitmap-format-scanline-pad     1     KEYCODE                         min-keycode     1     KEYCODE                         max-keycode     4                                     unused     v     STRING8                         vendor     p                                     unused, p=pad(v)     8n     LISTofFORMAT                   pixmap-formats     m     LISTofSCREEN                    roots (m is always a multiple of 4)
FORMAT     1     CARD8                           depth     1     CARD8                           bits-per-pixel     1     CARD8                           scanline-pad     5                                     unused
SCREEN     4     WINDOW                          root     4     COLORMAP                        default-colormap     4     CARD32                          white-pixel     4     CARD32                          black-pixel     4     SETofEVENT                      current-input-masks     2     CARD16                          width-in-pixels     2     CARD16                          height-in-pixels     2     CARD16                          width-in-millimeters     2     CARD16                          height-in-millimeters     2     CARD16                          min-installed-maps     2     CARD16                          max-installed-maps     4     VISUALID                        root-visual     1                                     backing-stores          0     Never          1     WhenMapped          2     Always     1     BOOL                            save-unders     1     CARD8                           root-depth     1     CARD8                           number of DEPTHs in allowed-depths     n     LISTofDEPTH                     allowed-depths (n is always a                                           multiple of 4)
DEPTH     1     CARD8                           depth     1                                     unused     2     n                               number of VISUALTYPES in visuals     4                                     unused     24n     LISTofVISUALTYPE              visuals
VISUALTYPE     4     VISUALID                        visual-id     1                                     class          0     StaticGray          1     GrayScale          2     StaticColor          3     PseudoColor          4     TrueColor          5     DirectColor     1     CARD8                           bits-per-rgb-value     2     CARD16                          colormap-entries     4     CARD32                          red-mask     4     CARD32                          green-mask     4     CARD32                          blue-mask     4                                     unused

Requests

CreateWindow     1     1                               opcode     1     CARD8                           depth     2     8+n                             request length     4     WINDOW                          wid     4     WINDOW                          parent     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          border-width     2                                     class          0     CopyFromParent          1     InputOutput          2     InputOnly     4     VISUALID                        visual          0     CopyFromParent     4     BITMASK                         value-mask (has n bits set to 1)          #x00000001     background-pixmap          #x00000002     background-pixel          #x00000004     border-pixmap          #x00000008     border-pixel          #x00000010     bit-gravity          #x00000020     win-gravity          #x00000040     backing-store          #x00000080     backing-planes          #x00000100     backing-pixel          #x00000200     override-redirect          #x00000400     save-under          #x00000800     event-mask          #x00001000     do-not-propagate-mask          #x00002000     colormap          #x00004000     cursor     4n     LISTofVALUE                    value-list  VALUEs     4     PIXMAP                          background-pixmap          0     None          1     ParentRelative     4     CARD32                          background-pixel     4     PIXMAP                          border-pixmap          0     CopyFromParent     4     CARD32                          border-pixel     1     BITGRAVITY                      bit-gravity     1     WINGRAVITY                      win-gravity     1                                     backing-store          0     NotUseful          1     WhenMapped          2     Always     4     CARD32                          backing-planes     4     CARD32                          backing-pixel     1     BOOL                            override-redirect     1     BOOL                            save-under     4     SETofEVENT                      event-mask     4     SETofDEVICEEVENT                do-not-propagate-mask     4     COLORMAP                        colormap          0     CopyFromParent     4     CURSOR                          cursor          0     NoneChangeWindowAttributes     1     2                               opcode     1                                     unused     2     3+n                             request length     4     WINDOW                          window     4     BITMASK                         value-mask (has n bits set to 1)          encodings are the same as for CreateWindow     4n     LISTofVALUE                    value-list          encodings are the same as for CreateWindowGetWindowAttributes     1     3                               opcode     1                                     unused     2     2                               request length     4     WINDOW                          window▶     1     1                               Reply     1                                     backing-store          0     NotUseful          1     WhenMapped          2     Always     2     CARD16                          sequence number     4     3                               reply length     4     VISUALID                        visual     2                                     class          1     InputOutput          2     InputOnly     1     BITGRAVITY                      bit-gravity     1     WINGRAVITY                      win-gravity     4     CARD32                          backing-planes     4     CARD32                          backing-pixel     1     BOOL                            save-under     1     BOOL                            map-is-installed     1                                     map-state          0     Unmapped          1     Unviewable          2     Viewable     1     BOOL                            override-redirect     4     COLORMAP                        colormap          0     None     4     SETofEVENT                      all-event-masks     4     SETofEVENT                      your-event-mask     2     SETofDEVICEEVENT                do-not-propagate-mask     2                                     unusedDestroyWindow     1     4                               opcode     1                                     unused     2     2                               request length     4     WINDOW                          windowDestroySubwindows     1     5                               opcode     1                                     unused     2     2                               request length     4     WINDOW                          windowChangeSaveSet     1     6                               opcode     1                                     mode          0     Insert          1     Delete     2     2                               request length     4     WINDOW                          windowReparentWindow     1     7                               opcode     1                                     unused     2     4                               request length     4     WINDOW                          window     4     WINDOW                          parent     2     INT16                           x     2     INT16                           yMapWindow     1     8                               opcode     1                                     unused     2     2                               request length     4     WINDOW                          windowMapSubwindows     1     9                               opcode     1                                     unused     2     2                               request length     4     WINDOW                          windowUnmapWindow     1     10                              opcode     1                                     unused     2     2                               request length     4     WINDOW                          windowUnmapSubwindows     1     11                              opcode     1                                     unused     2     2                               request length     4     WINDOW                          windowConfigureWindow     1     12                              opcode     1                                     unused     2     3+n                             request length     4     WINDOW                          window     2     BITMASK                         value-mask (has n bits set to 1)          #x0001     x          #x0002     y          #x0004     width          #x0008     height          #x0010     border-width          #x0020     sibling          #x0040     stack-mode     2               unused     4n     LISTofVALUE                    value-list  VALUEs     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          border-width     4     WINDOW                          sibling     1                                     stack-mode          0     Above          1     Below          2     TopIf          3     BottomIf          4     OppositeCirculateWindow     1     13                              opcode     1                                     direction          0     RaiseLowest          1     LowerHighest     2     2                               request length     4     WINDOW                          windowGetGeometry     1     14                              opcode     1                                     unused     2     2                               request length     4     DRAWABLE                        drawable▶     1     1                               Reply     1     CARD8                           depth     2     CARD16                          sequence number     4     0                               reply length     4     WINDOW                          root     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          border-width     10                                    unusedQueryTree     1     15                              opcode     1                                     unused     2     2                               request length     4     WINDOW                          window▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     n                               reply length     4     WINDOW                          root     4     WINDOW                          parent          0     None     2     n                               number of WINDOWs in children     14                                    unused     4n     LISTofWINDOW                   childrenInternAtom     1     16                              opcode     1     BOOL                            only-if-exists     2     2+(n+p)/4                       request length     2     n                               length of name     2                                     unused     n     STRING8                         name     p                                     unused, p=pad(n)▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     4     ATOM                            atom           0     None     20                                    unusedGetAtomName     1     17                              opcode     1                                     unused     2     2                               request length     4     ATOM                            atom▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     (n+p)/4                         reply length     2     n                               length of name     22                                    unused     n     STRING8                         name     p                                     unused, p=pad(n)ChangeProperty     1     18                              opcode     1                                     mode          0     Replace          1     Prepend          2     Append     2     6+(n+p)/4                       request length     4     WINDOW                          window     4     ATOM                            property     4     ATOM                            type     1     CARD8                           format     3                                     unused     4     CARD32                          length of data in format units                    (= n for format = 8)                    (= n/2 for format = 16)                    (= n/4 for format = 32)     n     LISTofBYTE                      data                    (n is a multiple of 2 for format = 16)                    (n is a multiple of 4 for format = 32)     p                                     unused, p=pad(n)DeleteProperty     1     19                              opcode     1                                     unused     2     3                               request length     4     WINDOW                          window     4     ATOM                            propertyGetProperty     1     20                              opcode     1     BOOL                            delete     2     6                               request length     4     WINDOW                          window     4     ATOM                            property     4     ATOM                            type          0     AnyPropertyType     4     CARD32                          long-offset     4     CARD32                          long-length▶     1     1                               Reply     1     CARD8                           format     2     CARD16                          sequence number     4     (n+p)/4                         reply length     4     ATOM                            type          0     None     4     CARD32                          bytes-after     4     CARD32                          length of value in format units                    (= 0 for format = 0)                    (= n for format = 8)                    (= n/2 for format = 16)                    (= n/4 for format = 32)     12                                    unused     n     LISTofBYTE                      value                    (n is zero for format = 0)                    (n is a multiple of 2 for format = 16)                    (n is a multiple of 4 for format = 32)     p                                     unused, p=pad(n)ListProperties     1     21                              opcode     1                                     unused     2     2                               request length     4     WINDOW                          window▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     n                               reply length     2     n                               number of ATOMs in atoms     22                                    unused     4n     LISTofATOM                     atomsSetSelectionOwner     1     22                              opcode     1                                     unused     2     4                               request length     4     WINDOW                          owner          0     None     4     ATOM                            selection     4     TIMESTAMP                       time          0     CurrentTimeGetSelectionOwner     1     23                              opcode     1                                     unused     2     2                               request length     4     ATOM                            selection▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     4     WINDOW                          owner          0     None     20                                    unusedConvertSelection     1     24                              opcode     1                                     unused     2     6                               request length     4     WINDOW                          requestor     4     ATOM                            selection     4     ATOM                            target     4     ATOM                            property          0     None     4     TIMESTAMP                       time          0     CurrentTimeSendEvent     1     25                              opcode     1     BOOL                            propagate     2     11                              requestlength     4     WINDOW                          destination          0     PointerWindow          1     InputFocus     4     SETofEVENT                      event-mask     32                                    event          standard event format (seethe Events section)GrabPointer     1     26                              opcode     1     BOOL                            owner-events     2     6                               request length     4     WINDOW                          grab-window     2     SETofPOINTEREVENT               event-mask     1                                     pointer-mode          0     Synchronous          1     Asynchronous     1                                     keyboard-mode          0     Synchronous          1     Asynchronous     4     WINDOW                          confine-to          0     None     4     CURSOR                          cursor          0     None     4     TIMESTAMP                       time          0     CurrentTime▶     1     1                               Reply     1                                     status          0     Success          1     AlreadyGrabbed          2     InvalidTime          3     NotViewable          4     Frozen     2     CARD16                          sequence number     4     0                               reply length     24                                    unusedUngrabPointer     1     27                              opcode     1                                     unused     2     2                               request length     4     TIMESTAMP                       time          0     CurrentTimeGrabButton     1     28                              opcode     1     BOOL                            owner-events     2     6                               request length     4     WINDOW                          grab-window     2     SETofPOINTEREVENT               event-mask     1                                     pointer-mode          0     Synchronous          1     Asynchronous     1                                     keyboard-mode          0     Synchronous          1     Asynchronous     4     WINDOW                          confine-to          0     None     4     CURSOR                          cursor          0     None     1     BUTTON                          button          0     AnyButton     1                                     unused     2     SETofKEYMASK                    modifiers          #x8000                           AnyModifierUngrabButton     1     29                              opcode     1     BUTTON                          button          0     AnyButton     2     3                               request length     4     WINDOW                          grab-window     2     SETofKEYMASK                    modifiers          #x8000                           AnyModifier     2                                     unusedChangeActivePointerGrab     1     30                              opcode     1                                     unused     2     4                               request length     4     CURSOR                          cursor          0     None     4     TIMESTAMP                       time          0     CurrentTime     2     SETofPOINTEREVENT               event-mask     2                                     unusedGrabKeyboard     1     31                              opcode     1     BOOL                            owner-events     2     4                               request length     4     WINDOW                          grab-window     4     TIMESTAMP                       time          0     CurrentTime     1                                     pointer-mode          0     Synchronous          1     Asynchronous     1                                     keyboard-mode          0     Synchronous          1     Asynchronous     2                                     unused▶     1     1                               Reply     1                                     status          0     Success          1     AlreadyGrabbed          2     InvalidTime          3     NotViewable          4     Frozen     2     CARD16                          sequence number     4     0                               reply length     24                                    unusedUngrabKeyboard     1     32                              opcode     1                                     unused     2     2                               request length     4     TIMESTAMP                       time          0     CurrentTimeGrabKey     1     33                              opcode     1     BOOL                            owner-events     2     4                               request length     4     WINDOW                          grab-window     2     SETofKEYMASK                    modifiers          #x8000     AnyModifier     1     KEYCODE                         key          0     AnyKey     1                                     pointer-mode          0     Synchronous          1     Asynchronous     1                                     keyboard-mode          0     Synchronous          1     Asynchronous     3                                     unusedUngrabKey     1     34                              opcode     1     KEYCODE                         key          0     AnyKey     2     3                               request length     4     WINDOW                          grab-window     2     SETofKEYMASK                    modifiers          #x8000     AnyModifier     2                                     unusedAllowEvents     1     35                              opcode     1                                     mode          0     AsyncPointer          1     SyncPointer          2     ReplayPointer          3     AsyncKeyboard          4     SyncKeyboard          5     ReplayKeyboard          6     AsyncBoth          7     SyncBoth     2     2                               request length     4     TIMESTAMP                       time          0     CurrentTimeGrabServer     1     36                              opcode     1                                     unused     2     1                               request lengthUngrabServer     1     37                              opcode     1                                     unused     2     1                               request lengthQueryPointer     1     38                              opcode     1                                     unused     2     2                               request length     4     WINDOW                          window▶     1     1                               Reply     1     BOOL                            same-screen     2     CARD16                          sequence number     4     0                               reply length     4     WINDOW                          root     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           win-x     2     INT16                           win-y     2     SETofKEYBUTMASK                 mask     6                                     unusedGetMotionEvents     1     39                              opcode     1                                     unused     2     4                               request length     4     WINDOW                          window     4     TIMESTAMP                       start          0     CurrentTime     4     TIMESTAMP                       stop          0     CurrentTime▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     2n                              reply length     4     n                               number of TIMECOORDs in events     20                                    unused     8n     LISTofTIMECOORD                events  TIMECOORD     4     TIMESTAMP                       time     2     INT16                           x     2     INT16                           yTranslateCoordinates     1     40                              opcode     1                                     unused     2     4                               request length     4     WINDOW                          src-window     4     WINDOW                          dst-window     2     INT16                           src-x     2     INT16                           src-y▶     1     1                               Reply     1     BOOL                            same-screen     2     CARD16                          sequence number     4     0                               reply length     4     WINDOW                          child          0     None     2     INT16                           dst-x     2     INT16                           dst-y     16                                    unusedWarpPointer     1     41                              opcode     1                                     unused     2     6                               request length     4     WINDOW                          src-window          0     None     4     WINDOW                          dst-window          0     None     2     INT16                           src-x     2     INT16                           src-y     2     CARD16                          src-width     2     CARD16                          src-height     2     INT16                           dst-x     2     INT16                           dst-ySetInputFocus     1     42                              opcode     1                                     revert-to          0     None          1     PointerRoot          2     Parent     2     3                               request length     4     WINDOW                          focus          0     None          1     PointerRoot     4     TIMESTAMP                       time          0     CurrentTimeGetInputFocus     1     43                              opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1                                     revert-to          0     None          1     PointerRoot          2     Parent     2     CARD16                          sequence number     4     0                               reply length     4     WINDOW                          focus          0     None          1     PointerRoot     20                                    unusedQueryKeymap     1     44                              opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     2                               reply length     32     LISTofCARD8                    keysOpenFont     1     45                              opcode     1                                     unused     2     3+(n+p)/4                       request length     4     FONT                            fid     2     n                               length of name     2                                     unused     n     STRING8                         name     p                                     unused, p=pad(n)CloseFont     1     46                              opcode     1                                     unused     2     2                               request length     4     FONT                            fontQueryFont     1     47                              opcode     1                                     unused     2     2                               request length     4     FONTABLE                        font▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     7+2n+3m                         reply length     12     CHARINFO                       min-bounds     4                                     unused     12     CHARINFO                       max-bounds     4                                     unused     2     CARD16                          min-char-or-byte2     2     CARD16                          max-char-or-byte2     2     CARD16                          default-char     2     n                               number of FONTPROPs in properties     1                                     draw-direction          0     LeftToRight          1     RightToLeft     1     CARD8                           min-byte1     1     CARD8                           max-byte1     1     BOOL                            all-chars-exist     2     INT16                           font-ascent     2     INT16                           font-descent     4     m                               number of CHARINFOs in char-infos     8n     LISTofFONTPROP                 properties     12m     LISTofCHARINFO                char-infos  FONTPROP     4     ATOM                            name     4     <32-bits>                 value  CHARINFO     2     INT16                           left-side-bearing     2     INT16                           right-side-bearing     2     INT16                           character-width     2     INT16                           ascent     2     INT16                           descent     2     CARD16                          attributesQueryTextExtents     1     48                              opcode     1     BOOL                            odd length, True if p = 2     2     2+(2n+p)/4                      request length     4     FONTABLE                        font     2n     STRING16                       string     p                                     unused, p=pad(2n)▶     1     1                               Reply     1                                     draw-direction          0     LeftToRight          1     RightToLeft     2     CARD16                          sequence number     4     0                               reply length     2     INT16                           font-ascent     2     INT16                           font-descent     2     INT16                           overall-ascent     2     INT16                           overall-descent     4     INT32                           overall-width     4     INT32                           overall-left     4     INT32                           overall-right     4                                     unusedListFonts     1     49                              opcode     1                                     unused     2     2+(n+p)/4                       request length     2     CARD16                          max-names     2     n                               length of pattern     n     STRING8                         pattern     p                                     unused, p=pad(n)▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     (n+p)/4                         reply length     2     CARD16                          number of STRs in names     22                                    unused     n     LISTofSTR                       names     p                                     unused, p=pad(n)ListFontsWithInfo     1     50                              opcode     1                                     unused     2     2+(n+p)/4                       request length     2     CARD16                          max-names     2     n                               length of pattern     n     STRING8                         pattern     p                                     unused, p=pad(n)▶ (except for last in series)     1     1                               Reply     1     n                               length of name in bytes     2     CARD16                          sequence number     4     7+2m+(n+p)/4                    reply length     12     CHARINFO                       min-bounds     4                                     unused     12     CHARINFO                       max-bounds     4                                     unused     2     CARD16                          min-char-or-byte2     2     CARD16                          max-char-or-byte2     2     CARD16                          default-char     2     m                               number of FONTPROPs in properties     1                                     draw-direction          0     LeftToRight          1     RightToLeft     1     CARD8                           min-byte1     1     CARD8                           max-byte1     1     BOOL                            all-chars-exist     2     INT16                           font-ascent     2     INT16                           font-descent     4     CARD32                          replies-hint     8m     LISTofFONTPROP                 properties     n     STRING8                         name     p                                     unused, p=pad(n)  FONTPROP     encodings are the same as for QueryFont  CHARINFO     encodings are the same as for QueryFont▶ (last in series)     1     1                               Reply     1     0                               last-reply indicator     2     CARD16                          sequence number     4     7                               reply length     52                                    unusedSetFontPath     1     51                              opcode     1                                     unused     2     2+(n+p)/4                       request length     2     CARD16                          number of STRs in path     2                                     unused     n     LISTofSTR                       path     p                                     unused, p=pad(n)GetFontPath     1     52                              opcode     1                                     unused     2     1                               request list▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     (n+p)/4                         reply length     2     CARD16                          number of STRs in path     22                                    unused     n     LISTofSTR                       path     p                                     unused, p=pad(n)CreatePixmap     1     53                              opcode     1     CARD8                           depth     2     4                               request length     4     PIXMAP                          pid     4     DRAWABLE                        drawable     2     CARD16                          width     2     CARD16                          heightFreePixmap     1     54                              opcode     1                                     unused     2     2                               request length     4     PIXMAP                          pixmapCreateGC     1     55                              opcode     1                                     unused     2     4+n                             request length     4     GCONTEXT                        cid     4     DRAWABLE                        drawable     4     BITMASK                         value-mask (has n bits set to 1)          #x00000001     function          #x00000002     plane-mask          #x00000004     foreground          #x00000008     background          #x00000010     line-width          #x00000020     line-style          #x00000040     cap-style          #x00000080     join-style          #x00000100     fill-style          #x00000200     fill-rule          #x00000400     tile          #x00000800     stipple          #x00001000     tile-stipple-x-origin          #x00002000     tile-stipple-y-origin          #x00004000     font          #x00008000     subwindow-mode          #x00010000     graphics-exposures          #x00020000     clip-x-origin          #x00040000     clip-y-origin          #x00080000     clip-mask          #x00100000     dash-offset          #x00200000     dashes          #x00400000     arc-mode     4n     LISTofVALUE                    value-list  VALUEs     1                                     function           0     Clear           1     And           2     AndReverse           3     Copy           4     AndInverted           5     NoOp           6     Xor           7     Or           8     Nor           9     Equiv          10     Invert          11     OrReverse          12     CopyInverted          13     OrInverted          14     Nand          15     Set     4     CARD32                          plane-mask     4     CARD32                          foreground     4     CARD32                          background     2     CARD16                          line-width     1                                     line-style          0     Solid          1     OnOffDash          2     DoubleDash     1                                     cap-style          0     NotLast          1     Butt          2     Round          3     Projecting     1                                     join-style          0     Miter          1     Round          2     Bevel     1                                     fill-style          0     Solid          1     Tiled          2     Stippled          3     OpaqueStippled     1                                     fill-rule          0     EvenOdd          1     Winding     4     PIXMAP                          tile     4     PIXMAP                          stipple     2     INT16                           tile-stipple-x-origin     2     INT16                           tile-stipple-y-origin     4     FONT                            font     1                                     subwindow-mode          0     ClipByChildren          1     IncludeInferiors     1     BOOL                            graphics-exposures     2     INT16                           clip-x-origin     2     INT16                           clip-y-origin     4     PIXMAP                          clip-mask          0     None     2     CARD16                          dash-offset     1     CARD8                           dashes     1                                     arc-mode          0     Chord          1     PieSliceChangeGC     1     56                              opcode     1                                     unused     2     3+n                             request length     4     GCONTEXT                        gc     4     BITMASK                         value-mask (has n bits set to 1)          encodings are the same as for CreateGC     4n     LISTofVALUE                    value-list          encodings are the same as for CreateGCCopyGC     1     57                              opcode     1                                     unused     2     4                               request length     4     GCONTEXT                        src-gc     4     GCONTEXT                        dst-gc     4     BITMASK                         value-mask          encodings are the same as for CreateGCSetDashes     1     58                              opcode     1                                     unused     2     3+(n+p)/4                       request length     4     GCONTEXT                        gc     2     CARD16                          dash-offset     2     n                               length of dashes     n     LISTofCARD8                     dashes     p                                     unused, p=pad(n)SetClipRectangles     1     59                              opcode     1                                     ordering          0     UnSorted          1     YSorted          2     YXSorted          3     YXBanded     2     3+2n                            request length     4     GCONTEXT                        gc     2     INT16                           clip-x-origin     2     INT16                           clip-y-origin     8n     LISTofRECTANGLE                rectanglesFreeGC     1     60                              opcode     1                                     unused     2     2                               request length     4     GCONTEXT                        gcClearArea     1     61                              opcode     1     BOOL                            exposures     2     4                               request length     4     WINDOW                          window     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          heightCopyArea     1     62                              opcode     1                                     unused     2     7                               request length     4     DRAWABLE                        src-drawable     4     DRAWABLE                        dst-drawable     4     GCONTEXT                        gc     2     INT16                           src-x     2     INT16                           src-y     2     INT16                           dst-x     2     INT16                           dst-y     2     CARD16                          width     2     CARD16                          heightCopyPlane     1     63                              opcode     1                                     unused     2     8                               request length     4     DRAWABLE                        src-drawable     4     DRAWABLE                        dst-drawable     4     GCONTEXT                        gc     2     INT16                           src-x     2     INT16                           src-y     2     INT16                           dst-x     2     INT16                           dst-y     2     CARD16                          width     2     CARD16                          height     4     CARD32                          bit-planePolyPoint     1     64                              opcode     1                                     coordinate-mode          0     Origin          1     Previous     2     3+n                             request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     4n     LISTofPOINT                    pointsPolyLine     1     65                              opcode     1                                     coordinate-mode          0     Origin          1     Previous     2     3+n                             request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     4n     LISTofPOINT                    pointsPolySegment     1     66                              opcode     1                                     unused     2     3+2n                            request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     8n     LISTofSEGMENT                  segments  SEGMENT     2     INT16                           x1     2     INT16                           y1     2     INT16                           x2     2     INT16                           y2PolyRectangle     1     67                              opcode     1                                     unused     2     3+2n                            request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     8n     LISTofRECTANGLE                rectanglesPolyArc     1     68                              opcode     1                                     unused     2     3+3n                            request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     12n     LISTofARC                     arcsFillPoly     1     69                              opcode     1                                     unused     2     4+n                             request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     1                                     shape          0     Complex          1     Nonconvex          2     Convex     1                                     coordinate-mode          0     Origin          1     Previous     2                                     unused     4n     LISTofPOINT                    pointsPolyFillRectangle     1     70                              opcode     1                                     unused     2     3+2n                            request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     8n     LISTofRECTANGLE                rectanglesPolyFillArc     1     71                              opcode     1                                     unused     2     3+3n                            request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     12n     LISTofARC                     arcsPutImage     1     72                              opcode     1                                     format          0     Bitmap          1     XYPixmap          2     ZPixmap     2     6+(n+p)/4                       request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     2     CARD16                          width     2     CARD16                          height     2     INT16                           dst-x     2     INT16                           dst-y     1     CARD8                           left-pad     1     CARD8                           depth     2                                     unused     n     LISTofBYTE                      data     p                                     unused, p=pad(n)GetImage     1     73                              opcode     1                                     format          1     XYPixmap          2     ZPixmap     2     5                               request length     4     DRAWABLE                        drawable     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     4     CARD32                          plane-mask▶     1     1                               Reply     1     CARD8                           depth     2     CARD16                          sequence number     4     (n+p)/4                         reply length     4     VISUALID                        visual          0     None     20                                    unused     n     LISTofBYTE                      data     p                                     unused, p=pad(n)PolyText8     1     74                              opcode     1                                     unused     2     4+(n+p)/4                       request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     2     INT16                           x     2     INT16                           y     n     LISTofTEXTITEM8                 items     p                                     unused, p=pad(n)  (p is always 0                                           or 1)  TEXTITEM8     1     m                               length of string (cannot be 255)     1     INT8                            delta     m     STRING8                         string  or     1     255                             font-shift indicator     1                                     font byte 3 (most-significant)     1                                     font byte 2     1                                     font byte 1     1                                     font byte 0 (least-significant)PolyText16     1     75                              opcode     1                                     unused     2     4+(n+p)/4                       request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     2     INT16                           x     2     INT16                           y     n     LISTofTEXTITEM16                items     p                                     unused, p=pad(n)  (p must be 0 or                                           1)  TEXTITEM16     1     m                               number of CHAR2Bs in string                                           (cannot be 255)     1     INT8                            delta     2m     STRING16                       string  or     1     255                             font-shift indicator     1                                     font byte 3 (most-significant)     1                                     font byte 2     1                                     font byte 1     1                                     font byte 0 (least-significant)ImageText8     1     76                              opcode     1     n                               length of string     2     4+(n+p)/4                       request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     2     INT16                           x     2     INT16                           y     n     STRING8                         string     p                                     unused, p=pad(n)ImageText16     1     77                              opcode     1     n                               number of CHAR2Bs in string     2     4+(2n+p)/4                      request length     4     DRAWABLE                        drawable     4     GCONTEXT                        gc     2     INT16                           x     2     INT16                           y     2n     STRING16                       string     p                                     unused, p=pad(2n)CreateColormap     1     78                              opcode     1                                     alloc          0     None          1     All     2     4                               request length     4     COLORMAP                        mid     4     WINDOW                          window     4     VISUALID                        visualFreeColormap     1     79                              opcode     1                                     unused     2     2                               request length     4     COLORMAP                        cmapCopyColormapAndFree     1     80                              opcode     1                                     unused     2     3                               request length     4     COLORMAP                        mid     4     COLORMAP                        src-cmapInstallColormap     1     81                              opcode     1                                     unused     2     2                               request length     4     COLORMAP                        cmapUninstallColormap     1     82                              opcode     1                                     unused     2     2                               request length     4     COLORMAP                        cmapListInstalledColormaps     1     83                              opcode     1                                     unused     2     2                               request length     4     WINDOW                          window▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     n                               reply length     2     n                               number of COLORMAPs in cmaps     22                                    unused     4n     LISTofCOLORMAP                 cmapsAllocColor     1     84                              opcode     1                                     unused     2     4                               request length     4     COLORMAP                        cmap     2     CARD16                          red     2     CARD16                          green     2     CARD16                          blue     2                                     unused▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     2     CARD16                          red     2     CARD16                          green     2     CARD16                          blue     2                                     unused     4     CARD32                          pixel     12                                    unusedAllocNamedColor     1     85                              opcode     1                                     unused     2     3+(n+p)/4                       request length     4     COLORMAP                        cmap     2     n                               length of name     2                                     unused     n     STRING8                         name     p                                     unused, p=pad(n)▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     4     CARD32                          pixel     2     CARD16                          exact-red     2     CARD16                          exact-green     2     CARD16                          exact-blue     2     CARD16                          visual-red     2     CARD16                          visual-green     2     CARD16                          visual-blue     8                                     unusedAllocColorCells     1     86                              opcode     1     BOOL                            contiguous     2     3                               request length     4     COLORMAP                        cmap     2     CARD16                          colors     2     CARD16                          planes▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     n+m                             reply length     2     n                               number of CARD32s in pixels     2     m                               number of CARD32s in masks     20                                    unused     4n     LISTofCARD32                   pixels     4m     LISTofCARD32                   masksAllocColorPlanes     1     87                              opcode     1     BOOL                            contiguous     2     4                               request length     4     COLORMAP                        cmap     2     CARD16                          colors     2     CARD16                          reds     2     CARD16                          greens     2     CARD16                          blues▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     n                               reply length     2     n                               number of CARD32s in pixels     2                                     unused     4     CARD32                          red-mask     4     CARD32                          green-mask     4     CARD32                          blue-mask     8                                     unused     4n     LISTofCARD32                   pixelsFreeColors     1     88                              opcode     1                                     unused     2     3+n                             request length     4     COLORMAP                        cmap     4     CARD32                          plane-mask     4n     LISTofCARD32                   pixelsStoreColors     1     89                              opcode     1                                     unused     2     2+3n                            request length     4     COLORMAP                        cmap     12n     LISTofCOLORITEM               items  COLORITEM     4     CARD32                          pixel     2     CARD16                          red     2     CARD16                          green     2     CARD16                          blue     1                                     do-red, do-green, do-blue          #x01     do-red (1 is True, 0 is False)          #x02     do-green (1 is True, 0 is False)          #x04     do-blue (1 is True, 0 is False)          #xF8     unused     1                                     unusedStoreNamedColor     1     90                              opcode     1                                     do-red, do-green, do-blue          #x01     do-red (1 is True, 0 is False)          #x02     do-green (1 is True, 0 is False)          #x04     do-blue (1 is True, 0 is False)          #xF8     unused     2     4+(n+p)/4                       request length     4     COLORMAP                        cmap     4     CARD32                          pixel     2     n                               length of name     2                                     unused     n     STRING8                         name     p                                     unused, p=pad(n)QueryColors     1     91                              opcode     1                                     unused     2     2+n                             request length     4     COLORMAP                        cmap     4n     LISTofCARD32                   pixels▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     2n                              reply length     2     n                               number of RGBs in colors     22                                    unused     8n     LISTofRGB                      colors  RGB     2     CARD16                          red     2     CARD16                          green     2     CARD16                          blue     2                                     unusedLookupColor     1     92                              opcode     1                                     unused     2     3+(n+p)/4                       request length     4     COLORMAP                        cmap     2     n                               length of name     2                                     unused     n     STRING8                         name     p                                     unused, p=pad(n)▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     2     CARD16                          exact-red     2     CARD16                          exact-green     2     CARD16                          exact-blue     2     CARD16                          visual-red     2     CARD16                          visual-green     2     CARD16                          visual-blue     12                                    unusedCreateCursor     1     93                              opcode     1                                     unused     2     8                               request length     4     CURSOR                          cid     4     PIXMAP                          source     4     PIXMAP                          mask          0     None     2     CARD16                          fore-red     2     CARD16                          fore-green     2     CARD16                          fore-blue     2     CARD16                          back-red     2     CARD16                          back-green     2     CARD16                          back-blue     2     CARD16                          x     2     CARD16                          yCreateGlyphCursor     1     94                              opcode     1                                     unused     2     8                               request length     4     CURSOR                          cid     4     FONT                            source-font     4     FONT                            mask-font          0     None     2     CARD16                          source-char     2     CARD16                          mask-char     2     CARD16                          fore-red     2     CARD16                          fore-green     2     CARD16                          fore-blue     2     CARD16                          back-red     2     CARD16                          back-green     2     CARD16                          back-blueFreeCursor     1     95                              opcode     1                                     unused     2     2                               request length     4     CURSOR                          cursorRecolorCursor     1     96                              opcode     1                                     unused     2     5                               request length     4     CURSOR                          cursor     2     CARD16                          fore-red     2     CARD16                          fore-green     2     CARD16                          fore-blue     2     CARD16                          back-red     2     CARD16                          back-green     2     CARD16                          back-blueQueryBestSize     1     97                              opcode     1                                     class          0     Cursor          1     Tile          2     Stipple     2     3                               request length     4     DRAWABLE                        drawable     2     CARD16                          width     2     CARD16                          height▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     2     CARD16                          width     2     CARD16                          height     20                                    unusedQueryExtension     1     98                              opcode     1                                     unused     2     2+(n+p)/4                       request length     2     n                               length of name     2                                     unused     n     STRING8                         name     p                                     unused, p=pad(n)▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     1     BOOL                            present     1     CARD8                           major-opcode     1     CARD8                           first-event     1     CARD8                           first-error     20                                    unusedListExtensions     1     99                              opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1     CARD8                           number of STRs in names     2     CARD16                          sequence number     4     (n+p)/4                         reply length     24                                    unused     n     LISTofSTR                       names     p                                     unused, p=pad(n)ChangeKeyboardMapping     1     100                             opcode     1     n                               keycode-count     2     2+nm                            request length     1     KEYCODE                         first-keycode     1     m                               keysyms-per-keycode     2                                     unused     4nm     LISTofKEYSYM                  keysymsGetKeyboardMapping     1     101                             opcode     1                                     unused     2     2                               request length     1     KEYCODE                         first-keycode     1     m                               count     2                                     unused▶     1     1                               Reply     1     n                               keysyms-per-keycode     2     CARD16                          sequence number     4     nm                              reply length (m = count field                                           from the request)     24                                    unused     4nm     LISTofKEYSYM                  keysymsChangeKeyboardControl     1     102                             opcode     1                                     unused     2     2+n                             request length     4     BITMASK                         value-mask (has n bits set to 1)          #x0001     key-click-percent          #x0002     bell-percent          #x0004     bell-pitch          #x0008     bell-duration          #x0010     led          #x0020     led-mode          #x0040     key          #x0080     auto-repeat-mode     4n     LISTofVALUE                    value-list  VALUEs     1     INT8                            key-click-percent     1     INT8                            bell-percent     2     INT16                           bell-pitch     2     INT16                           bell-duration     1     CARD8                           led     1                                     led-mode          0     Off          1     On     1     KEYCODE                         key     1                                     auto-repeat-mode          0     Off          1     On          2     DefaultGetKeyboardControl     1     103                             opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1                                     global-auto-repeat          0     Off          1     On     2     CARD16                          sequence number     4     5                               reply length     4     CARD32                          led-mask     1     CARD8                           key-click-percent     1     CARD8                           bell-percent     2     CARD16                          bell-pitch     2     CARD16                          bell-duration     2                                     unused     32     LISTofCARD8                    auto-repeatsBell     1     104                             opcode     1     INT8                            percent     2     1                               request lengthChangePointerControl     1     105                             opcode     1                                     unused     2     3                               request length     2     INT16                           acceleration-numerator     2     INT16                           acceleration-denominator     2     INT16                           threshold     1     BOOL                            do-acceleration     1     BOOL                            do-thresholdGetPointerControl     1     106                             opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     2     CARD16                          acceleration-numerator     2     CARD16                          acceleration-denominator     2     CARD16                          threshold     18                                    unusedSetScreenSaver     1     107                             opcode     1                                     unused     2     3                               request length     2     INT16                           timeout     2     INT16                           interval     1                                     prefer-blanking          0     No          1     Yes          2     Default     1                                     allow-exposures          0     No          1     Yes          2     Default     2                                     unusedGetScreenSaver     1     108                             opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1                                     unused     2     CARD16                          sequence number     4     0                               reply length     2     CARD16                          timeout     2     CARD16                          interval     1                                     prefer-blanking          0     No          1     Yes     1                                     allow-exposures          0     No          1     Yes     18                                    unusedChangeHosts     1     109                             opcode     1                                     mode          0     Insert          1     Delete     2     2+(n+p)/4                       request length     1                                     family          0     Internet          1     DECnet          2     Chaos     1                                     unused     2     n                               length of address     n     LISTofCARD8                     address     p                                     unused, p=pad(n)ListHosts     1     110                             opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1                                     mode          0     Disabled          1     Enabled     2     CARD16                          sequence number     4     n/4                             reply length     2     CARD16                          number of HOSTs in hosts     22                                    unused     n     LISTofHOST                      hosts (n always a multiple of 4)SetAccessControl     1     111                             opcode     1                                     mode          0     Disable          1     Enable     2     1                               request lengthSetCloseDownMode     1     112                             opcode     1                                     mode          0     Destroy          1     RetainPermanent          2     RetainTemporary     2     1                               request lengthKillClient     1     113                             opcode     1                                     unused     2     2                               request length     4     CARD32                          resource          0     AllTemporaryRotateProperties     1     114                             opcode     1                                     unused     2     3+n                             request length     4     WINDOW                          window     2     n                               number of properties     2     INT16                           delta     4n    LISTofATOM                      propertiesForceScreenSaver     1     115                             opcode     1                                     mode          0     Reset          1     Activate     2     1                               request lengthSetPointerMapping     1     116                             opcode     1     n                               length of map     2     1+(n+p)/4                       request length     n     LISTofCARD8                     map     p                                     unused, p=pad(n)▶     1     1                               Reply     1                                     status          0     Success          1     Busy     2     CARD16                          sequence number     4     0                               reply length     24                                    unusedGetPointerMapping     1     117                             opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1     n                               length of map     2     CARD16                          sequence number     4     (n+p)/4                         reply length     24                                    unused     n     LISTofCARD8                     map     p                                     unused, p=pad(n)SetModifierMapping     1     118                             opcode     1     n                               keycodes-per-modifier     2     1+2n                            request length     8n    LISTofKEYCODE                   keycodes▶     1     1                               Reply     1                                     status          0     Success          1     Busy          2     Failed     2     CARD16                          sequence number     4     0                               reply length     24                                    unusedGetModifierMapping     1     119                             opcode     1                                     unused     2     1                               request length▶     1     1                               Reply     1     n                               keycodes-per-modifier     2     CARD16                          sequence number     4     2n                              reply length     24                                    unused     8n     LISTofKEYCODE                  keycodesNoOperation     1     127                             opcode     1                                     unused     2     1+n                             request length     4n                                    unused

Events

KeyPress     1     2                               code     1     KEYCODE                         detail     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1     BOOL                            same-screen     1                                     unusedKeyRelease     1     3                               code     1     KEYCODE                         detail     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1     BOOL                            same-screen     1                                     unusedButtonPress     1     4                               code     1     BUTTON                          detail     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1     BOOL                            same-screen     1                                     unusedButtonRelease     1     5                               code     1     BUTTON                          detail     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1     BOOL                            same-screen     1                                     unusedMotionNotify     1     6                               code     1                                     detail          0     Normal          1     Hint     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child           0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1     BOOL                            same-screen     1                                     unusedEnterNotify     1     7                               code     1                                     detail          0     Ancestor          1     Virtual          2     Inferior          3     Nonlinear          4     NonlinearVirtual     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1                                     mode          0     Normal          1     Grab          2     Ungrab     1                                     same-screen, focus          #x01     focus (1 is True, 0 is False)          #x02     same-screen (1 is True, 0 is False)          #xFC     unusedLeaveNotify     1     8                               code     1                                     detail          0     Ancestor          1     Virtual          2     Inferior          3     Nonlinear          4     NonlinearVirtual     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          root     4     WINDOW                          event     4     WINDOW                          child          0     None     2     INT16                           root-x     2     INT16                           root-y     2     INT16                           event-x     2     INT16                           event-y     2     SETofKEYBUTMASK                 state     1                                     mode          0     Normal          1     Grab          2     Ungrab     1                                     same-screen, focus          #x01     focus (1 is True, 0 is False)          #x02     same-screen (1 is True, 0 is False)          #xFC     unusedFocusIn     1     9                               code     1                                     detail          0     Ancestor          1     Virtual          2     Inferior          3     Nonlinear          4     NonlinearVirtual          5     Pointer          6     PointerRoot          7     None     2     CARD16                          sequence number     4     WINDOW                          event     1                                     mode          0     Normal          1     Grab          2     Ungrab          3     WhileGrabbed     23                                    unusedFocusOut     1     10                              code     1                                     detail          0     Ancestor          1     Virtual          2     Inferior          3     Nonlinear          4     NonlinearVirtual          5     Pointer          6     PointerRoot          7     None     2     CARD16                          sequence number     4     WINDOW                          event     1                                     mode          0     Normal          1     Grab          2     Ungrab          3     WhileGrabbed     23                                    unusedKeymapNotify     1     11                              code     31    LISTofCARD8                     keys (byte for keycodes 0-7 is                                           omitted)Expose     1     12                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          window     2     CARD16                          x     2     CARD16                          y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          count     14                                    unusedGraphicsExposure     1     13                              code     1                                     unused     2     CARD16                          sequence number     4     DRAWABLE                        drawable     2     CARD16                          x     2     CARD16                          y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          minor-opcode     2     CARD16                          count     1     CARD8                           major-opcode     11                                    unusedNoExposure     1     14                              code     1                                     unused     2     CARD16                          sequence number     4     DRAWABLE                        drawable     2     CARD16                          minor-opcode     1     CARD8                           major-opcode     21                                    unusedVisibilityNotify     1     15                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          window     1                                     state          0     Unobscured          1     PartiallyObscured          2     FullyObscured     23                                    unusedCreateNotify     1     16                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          parent     4     WINDOW                          window     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          border-width     1     BOOL                            override-redirect     9                                     unusedDestroyNotify     1     17                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     20                                    unusedUnmapNotify     1     18                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     1     BOOL                            from-configure     19                                    unusedMapNotify     1     19                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     1     BOOL                            override-redirect     19                                    unusedMapRequest     1     20                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          parent     4     WINDOW                          window     20                                    unusedReparentNotify     1     21                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     4     WINDOW                          parent     2     INT16                           x     2     INT16                           y     1     BOOL                            override-redirect     11                                    unusedConfigureNotify     1     22                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     4     WINDOW                          above-sibling          0     None     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          border-width     1     BOOL                            override-redirect     5                                     unusedConfigureRequest     1     23                              code     1                                     stack-mode          0     Above          1     Below          2     TopIf          3     BottomIf          4     Opposite     2     CARD16                          sequence number     4     WINDOW                          parent     4     WINDOW                          window     4     WINDOW                          sibling          0     None     2     INT16                           x     2     INT16                           y     2     CARD16                          width     2     CARD16                          height     2     CARD16                          border-width     2     BITMASK                         value-mask          #x0001     x          #x0002     y          #x0004     width          #x0008     height          #x0010     border-width          #x0020     sibling          #x0040     stack-mode     4                                     unusedGravityNotify     1     24                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     2     INT16                           x     2     INT16                           y     16                                    unusedResizeRequest     1     25                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          window     2     CARD16                          width     2     CARD16                          height     20                                    unusedCirculateNotify     1     26                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          event     4     WINDOW                          window     4     WINDOW                          unused     1                                     place          0     Top          1     Bottom     15                                    unusedCirculateRequest     1     27                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          parent     4     WINDOW                          window     4                                     unused     1                                     place          0     Top          1     Bottom     15                                    unusedPropertyNotify     1     28                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          window     4     ATOM                            atom     4     TIMESTAMP                       time     1                                     state          0     NewValue          1     Deleted     15                                    unusedSelectionClear     1     29                              code     1                                     unused     2     CARD16                          sequence number     4     TIMESTAMP                       time     4     WINDOW                          owner     4     ATOM                            selection     16                                    unusedSelectionRequest     1     30                              code     1                                     unused     2     CARD16                          sequence number     4     TIMESTAMP                       time          0     CurrentTime     4     WINDOW                          owner     4     WINDOW                          requestor     4     ATOM                            selection     4     ATOM                            target     4     ATOM                            property          0     None     4                                     unusedSelectionNotify     1     31                              code     1                                     unused     2     CARD16                          sequence number     4     TIMESTAMP                       time          0     CurrentTime     4     WINDOW                          requestor     4     ATOM                            selection     4     ATOM                            target     4     ATOM                            property          0     None     8                                     unusedColormapNotify     1     32                              code     1                                     unused     2     CARD16                          sequence number     4     WINDOW                          window     4     COLORMAP                        colormap          0     None     1     BOOL                            new     1                                     state          0     Uninstalled          1     Installed     18                                    unusedClientMessage     1     33                              code     1     CARD8                           format     2     CARD16                          sequence number     4     WINDOW                          window     4     ATOM                            type     20                                    dataMappingNotify     1     34                              code     1                                     unused     2     CARD16                          sequence number     1                                     request          0     Modifier          1     Keyboard          2     Pointer     1     KEYCODE                         first-keycode     1     CARD8                           count     25                                    unused

Glossary

Access control list

X maintains a list of hosts from which client programs can be run.By default,only programs on the local host and hosts specified in an initial list readby the server can use the display.Clients on the local host can change this access control list.Some server implementations can also implement other authorization mechanismsin addition to or in place of this mechanism.The action of this mechanism can be conditional based on the authorizationprotocol name and data received by the server at connection setup.

Active grab

A grab is active when the pointer or keyboard is actually owned bythe single grabbing client.

Ancestors

If W is aninferior of A, then A is an ancestor of W.

Atom

An atom is a unique ID corresponding to a string name.Atoms are used to identify properties, types, and selections.

Background

AnInputOutputwindow can have a background, which is defined as a pixmap.When regions of the window have their contents lost or invalidated,the server will automatically tile those regions with the background.

Backing store

When a server maintains the contents of a window,the pixels saved off screen are known as a backing store.

Bit gravity

When a window is resized,the contents of the window are not necessarily discarded.It is possible to request that the server relocate the previous contentsto some region of the window (though no guarantees are made).This attraction of window contents for some location ofa window is known as bit gravity.

Bit plane

When a pixmap or window is thought of as a stack of bitmaps,each bitmap is called a bit plane or plane.

Bitmap

A bitmap is apixmap of depth one.

Border

AnInputOutputwindow can have a border of equal thickness on all four sides of the window.A pixmap defines the contents of the border,and the server automatically maintains the contents of the border.Exposure events are never generated for border regions.

Button grabbing

Buttons on the pointer may be passively grabbed by a client.When the button is pressed,the pointer is then actively grabbed by the client.

Byte order

For image (pixmap/bitmap) data,the server defines the byte order,and clients with different native byte ordering must swap bytes as necessary.For all other parts of the protocol,the client defines the byte order,and the server swaps bytes as necessary.

Children

The children of a window are its first-level subwindows.

Client

An application program connects to the window system server by someinterprocess communication path, such as a TCP connection or ashared memory buffer.This program is referred to as a client of the window system server.More precisely,the client is the communication path itself;a program with multiple paths open to the server is viewed asmultiple clients by the protocol.Resource lifetimes are controlled by connection lifetimes,not by program lifetimes.

Clipping region

In agraphics context,a bitmap or list of rectangles can be specifiedto restrict output to a particular region of the window.The image defined by the bitmap or rectangles is called a clipping region.

Colormap

A colormap consists of a set of entries defining color values.The colormap associated with a window is used to display the contents ofthe window; each pixel value indexes the colormap to produce RGB valuesthat drive the guns of a monitor.Depending on hardware limitations,one or more colormaps may be installed at one time,so that windows associated with those maps display with correct colors.

Connection

The interprocess communication path between the server and clientprogram is known as a connection.A client program typically (but not necessarily) has oneconnection to the server over which requests and events are sent.

Containment

A windowcontains the pointer if the window is viewable and thehotspot of the cursor iswithin a visible region of the window or avisible region of one of its inferiors.The border of the window is included as part of the window for containment.The pointer isin a window if the window contains the pointerbut no inferior contains the pointer.

Coordinate system

The coordinate system has the X axis horizontal and the Y axis vertical,with the origin [0, 0] at the upper left.Coordinates are integral,in terms of pixels,and coincide with pixel centers.Each window and pixmap has its own coordinate system.For a window,the origin is inside the border at the inside upper left.

Cursor

A cursor is the visible shape of the pointer on a screen.It consists of ahotspot,a source bitmap, a shape bitmap, and a pair of colors.The cursor defined for a window controls the visible appearancewhen the pointer is in that window.

Depth

The depth of a window or pixmap is the number of bits per pixel that it has.The depth of a graphics context is the depth of the drawables it can beused in conjunction with for graphics output.

Device

Keyboards, mice, tablets, track-balls, button boxes, and so on are allcollectively known as input devices.The core protocol only deals with two devices,the keyboard andthe pointer.

DirectColor

DirectColoris a class of colormap in which a pixel value is decomposed into threeseparate subfields for indexing.The first subfield indexes an array to produce red intensity values.The second subfield indexes a second array to produce blue intensity values.The third subfield indexes a third array to produce green intensity values.The RGB values can be changed dynamically.

Display

A server, together with its screens and input devices, is called a display.

Drawable

Both windows and pixmaps can be used as sources and destinations ingraphics operations.These windows and pixmaps are collectively known as drawables.However, anInputOnlywindow cannot be used as a source or destination in a graphics operation.

Event

Clients are informed of information asynchronously by means of events.These events can be generated either asynchronously from devicesor as side effects of client requests.Events are grouped into types.The server never sends events to a client unless theclient has specificially asked to be informed of that type of event.However, other clients can force events to be sent to other clients.Events are typically reported relative to a window.

Event mask

Events are requested relative to a window.The set of event types that a client requests relative to a windowis described by using an event mask.

Event synchronization

There are certain race conditions possible when demultiplexing deviceevents to clients (in particular deciding where pointer and keyboardevents should be sent when in the middle of window managementoperations).The event synchronization mechanism allows synchronous processingof device events.

Event propagation

Device-related events propagate from the source window to ancestorwindows until some client has expressed interest in handling that typeof event or until the event is discarded explicitly.

Event source

The window the pointer is in is the source of a device-relatedevent.

Exposure event

Servers do not guarantee to preserve the contents of windows whenwindows are obscured or reconfigured.Exposure events are sent to clients to inform them when contentsof regions of windows have been lost.

Extension

Named extensions to the core protocol can be defined to extend thesystem.Extension to output requests, resources, and event types areall possible and are expected.

Focus window

The focus window is another term for theinput focus.

Font

A font is a matrix of glyphs (typically characters).The protocol does no translation or interpretation of character sets.The client simply indicates values used to index the glyph array.A font contains additional metric information to determine interglyphand interline spacing.

GC, GContext

GC and gcontext are abbreviations forgraphics context.

Glyph

A glyph is an image, typically of a character, in a font.

Grab

Keyboard keys, the keyboard, pointer buttons, the pointer, and theserver can be grabbed for exclusive use by a client.In general,these facilities are not intended to be used by normal applicationsbut are intended for various input and window managers to implementvarious styles of user interfaces.

Graphics context

Various information for graphics output is stored in a graphics contextsuch as foreground pixel, background pixel, line width,clipping region,and so on.A graphics context can only be used with drawables that have the same rootand the same depth as the graphics context.

Gravity

Seebit gravityandwindow gravity.

GrayScale

GrayScalecan be viewed as a degenerate case ofPseudoColor,in which the red, green, and blue values in any given colormap entry are equal,thus producing shades of gray.The gray values can be changed dynamically.

Hotspot

A cursor has an associated hotspot that defines the point in thecursor corresponding to the coordinates reported for the pointer.

Identifier

An identifier is a unique value associated with a resource that clients useto name that resource.The identifier can be used over any connection.

Inferiors

The inferiors of a window are all of the subwindows nested below it:the children, the children's children, and so on.

Input focus

The input focus is normally a window defining the scope forprocessing of keyboard input.If a generated keyboard event would normally be reported to this windowor one of its inferiors,the event is reported normally.Otherwise, the event is reported with respect tothe focus window.The input focus also can be set such that allkeyboard events are discarded and such that the focuswindow is dynamically taken to be the root window of whatever screenthe pointer is on at each keyboard event.

Input manager

Control over keyboard input is typically provided by an input manager client.

InputOnly window

AnInputOnlywindow is a window that cannot be used for graphics requests.InputOnlywindows are invisible and can be used to control such thingsas cursors, input event generation, and grabbing.InputOnlywindows cannot haveInputOutputwindows as inferiors.

InputOutput window

AnInputOutputwindow is the normal kind of opaque window, used for both input and output.InputOutputwindows can have bothInputOutputandInputOnlywindows as inferiors.

Key grabbing

Keys on the keyboard can be passively grabbed by a client.When the key is pressed,the keyboard is then actively grabbed by the client.

Keyboard grabbing

A client can actively grab control of the keyboard, and key eventswill be sent to that client rather than the client the events wouldnormally have been sent to.

Keysym

An encoding of a symbol on a keycap on a keyboard.

Mapped

A window is said to be mapped if a map call has been performed on it.Unmapped windows and their inferiors are never viewable or visible.

Modifier keys

Shift, Control, Meta, Super, Hyper, Alt, Compose, Apple, CapsLock,ShiftLock, and similar keys are called modifier keys.

Monochrome

Monochrome is a special case ofStaticGrayin which there are only two colormap entries.

Obscure

A window is obscured if some other window obscures it.Window A obscures window B if both are viewableInputOutputwindows, A is higher in the global stacking order,and the rectangle defined by the outside edges of A intersectsthe rectangle defined by the outside edges of B.Note the distinction between obscure and occludes.Also note that window borders are included in the calculationand that a window can be obscured and yet still have visible regions.

Occlude

A window is occluded if some other window occludes it.Window A occludes window B if both are mapped, A is higher in the globalstacking order, and the rectangle defined by the outside edges of Aintersects the rectangle defined by the outside edges of B.Note the distinction between occludes and obscures.Also note that window borders are included in the calculation.

Padding

Some padding bytes are inserted in the data stream to maintainalignment of the protocol requests on natural boundaries.This increases ease of portability to some machine architectures.

Parent window

If C is achild of P,then P is the parent of C.

Passive grab

Grabbing a key or button is a passive grab.The grab activates when the key or button is actually pressed.

Pixel value

A pixel is an N-bit value, where N is the number of bit planes usedin a particular window or pixmap (that is,N is the depth of the window or pixmap).For a window,a pixel value indexes a colormap to derive an actual color to be displayed.

Pixmap

A pixmap is a three-dimensional array of bits.A pixmap is normally thought of as a two-dimensional array of pixels,where each pixel can be a value from 0 to (2^N)-1and where N is the depth (z axis) of the pixmap.A pixmap can also be thought of as a stack of N bitmaps.

Plane

When a pixmap or window is thought of as a stack of bitmaps,each bitmap is called a plane or bit plane.

Plane mask

Graphics operations can be restricted to only affect a subset of bitplanes of a destination.A plane mask is a bit mask describing which planes are to be modified.The plane mask is stored in a graphics context.

Pointer

The pointer is the pointing device attached to the cursorand tracked on the screens.

Pointer grabbing

A client can actively grab control of the pointer.Then button and motion events will be sent to that clientrather than the client the events would normally have been sent to.

Pointing device

A pointing device is typically a mouse, tablet, or some otherdevice with effective dimensional motion.There is only one visible cursor defined by the core protocol,and it tracks whatever pointing device is attached as the pointer.

Property

Windows may have associated properties,which consist of a name, a type, a data format, and some data.The protocol places no interpretation on properties.They are intended as a general-purpose naming mechanism for clients.For example, clients might use properties to share information such as resizehints, program names, and icon formats with a window manager.

Property list

The property list of a window is the list of properties that havebeen defined for the window.

PseudoColor

PseudoColoris a class of colormap in which a pixel value indexes the colormap toproduce independent red, green, and blue values;that is, the colormap is viewed as an array of triples (RGB values).The RGB values can be changed dynamically.

Redirecting control

Window managers (or client programs) may want to enforce window layoutpolicy in various ways.When a client attempts to change the size or position of a window,the operation may be redirected to a specified clientrather than the operation actually being performed.

Reply

Information requested by a client program is sent back to the clientwith a reply.Both events and replies are multiplexed on the same connection.Most requests do not generate replies,although some requests generate multiple replies.

Request

A command to the server is called a request.It is a single block of data sent over a connection.

Resource

Windows, pixmaps, cursors, fonts, graphics contexts, and colormaps areknown as resources.They all have unique identifiers associated with them for naming purposes.The lifetime of a resource usually is bounded by the lifetime of the connectionover which the resource was created.

RGB values

Red, green, and blue (RGB) intensity values are used to define color.These values are always represented as 16-bit unsigned numbers,with 0 being the minimum intensity and 65535 being the maximum intensity.The server scales the values to match the display hardware.

Root

The root of a pixmap, colormap, or graphics context is the same as the root ofwhatever drawable was used when the pixmap, colormap, or graphics context wascreated.The root of a window is the root window under which the window was created.

Root window

Each screen has a root window covering it.It cannot be reconfigured or unmapped,but it otherwise acts as a full-fledged window.A root window has no parent.

Save set

The save set of a client is a list of other clients' windows that,if they are inferiors of one of the client's windows at connection close,should not be destroyed and that should be remapped if currently unmapped.Save sets are typically used by window managers to avoidlost windows if the manager terminates abnormally.

Scanline

A scanline is a list of pixel or bit values viewed as a horizontalrow (all values having the same y coordinate) of an image, with thevalues ordered by increasing x coordinate.

Scanline order

An image represented in scanline order contains scanlines ordered byincreasing y coordinate.

Screen

A server can provide several independent screens,which typically have physically independent monitors.This would be the expected configuration when there is only a single keyboardand pointer shared among the screens.

Selection

A selection can be thought of as an indirect property with dynamictype; that is, rather than having the property stored in the server,it is maintained by some client (theowner).A selection is global in nature and is thought of as belonging to the user(although maintained by clients), rather than as being private to a particularwindow subhierarchy or a particular set of clients.When a client asks for the contents of a selection,it specifies a selectiontarget type.This target type can be used to control the transmitted representation of thecontents.For example,if the selection isthe last thing the user clicked onand that is currently an image, then the target type might specifywhether the contents of the image should be sent in XY format or Z format.The target type can also be used to control the class of contents transmitted;for example, asking for thelooks (fonts, linespacing, indentation, and so on) of a paragraph selection rather than thetext of the paragraph.The target type can also be used for other purposes.The protocol does not constrain the semantics.

Server

The server provides the basic windowing mechanism.It handles connections from clients,multiplexes graphics requests onto the screens,and demultiplexes input back to the appropriate clients.

Server grabbing

The server can be grabbed by a single client for exclusive use.This prevents processing of any requests from other client connections untilthe grab is completed.This is typically only a transient state forsuch things as rubber-banding, pop-up menus, or to execute requestsindivisibly.

Sibling

Children of the same parent window are known as sibling windows.

Stacking order

Sibling windows may stack on top of each other.Windows above other windows both obscure and occlude those lower windows.This is similar to paper on a desk.The relationship between sibling windows is known as the stacking order.

StaticColor

StaticColorcan be viewed as a degenerate case ofPseudoColorin which the RGB values are predefined and read-only.

StaticGray

StaticGraycan be viewed as a degenerate case ofGrayScalein which the gray values are predefined and read-only.The values are typically linear or near-linear increasing ramps.

Stipple

A stipple pattern is a bitmap that is used to tile a region that will serveas an additional clip mask for a fill operation with the foregroundcolor.

String Equivalence

Two ISO Latin-1 STRING8 values are considered equal if they are the samelength and if corresponding bytes are either equal or are equivalent asfollows: decimal values 65 to 90 inclusive (charactersA toZ) arepairwise equivalent to decimal values 97 to 122 inclusive(charactersa toz), decimal values 192 to 214 inclusive(charactersA grave toO diaeresis) are pairwise equivalent to decimalvalues 224 to 246 inclusive (charactersa grave too diaeresis),and decimal values 216 to 222 inclusive (charactersO oblique toTHORN)are pairwise equivalent to decimal values 246 to 254 inclusive(characterso oblique tothorn).

Tile

A pixmap can be replicated in two dimensions to tile a region.The pixmap itself is also known as a tile.

Timestamp

A timestamp is a time value, expressed in milliseconds.It typically is the time since the lastserver reset.Timestamp values wrap around (after about 49.7 days).The server, given its current time is represented by timestamp T,always interprets timestamps from clients by treating half of thetimestamp space as being earlier in time than T and half of thetimestamp space as being later in time than T.One timestamp value (namedCurrentTime)is never generated by the server.This value is reserved for use in requests to represent the currentserver time.

TrueColor

TrueColorcan be viewed as a degenerate case ofDirectColorin which the subfields in the pixel value directly encodethe corresponding RGB values; that is, the colormap has predefinedread-only RGB values.The values are typically linear or near-linear increasing ramps.

Type

A type is an arbitrary atom used to identify the interpretation ofproperty data.Types are completely uninterpreted by the serverand are solely for the benefit of clients.

Viewable

A window is viewable if it and all of its ancestors are mapped.This does not imply that any portion of the window is actually visible.Graphics requests can be performed on a window when it is not viewable,but output will not be retained unless the server is maintainingbacking store.

Visible

A region of a window is visible if someone looking at the screen canactually see it;that is, the window is viewable and the region is not occluded by anyother window.

Window gravity

When windows are resized,subwindows may be repositioned automatically relative to some positionin the window.This attraction of a subwindow to some part of its parent is knownas window gravity.

Window manager

Manipulation of windows on the screen and much of the user interface(policy) is typically provided by a window manager client.

XYFormat

The data for a pixmap is said to be in XY format if it is organized asa set of bitmaps representing individual bit planes, with the planesappearing from most-significant to least-significant in bit order.

ZFormat

The data for a pixmap is said to be in Z format if it is organized asa set of pixel values in scanline order.

Index

A

Access control list,ChangeHosts,Glossary
Active grab,Glossary
keyboard,GrabKeyboard
pointer,GrabPointer,ChangeActivePointerGrab
AllocColor,AllocColor
AllocColorCells,AllocColorCells
AllocColorPlanes,AllocColorPlanes
AllocNamedColor,AllocNamedColor
AllowEvents,AllowEvents
Ancestors,Glossary
Atom,InternAtom,Glossary
predefined,Predefined Atoms,Predefined Atoms
Authorization,Connection Initiation

B

Background,CreateWindow,ClearArea,Glossary
Backing store,Screen Information,Glossary
Bell,Bell
Bit
gravity,ConfigureWindow,Glossary
plane,Glossary
Bitmap,Glossary
format,Server Information
Border,Glossary
Button
grabbing,GrabButton,Glossary
number,Pointers
ButtonPress,Input Device events
ButtonRelease,Input Device events
Byte order,Connection Initiation,Glossary

C

ChangeActivePointerGrab,ChangeActivePointerGrab
ChangeGC,ChangeGC
ChangeHosts,ChangeHosts
ChangeKeyboardControl,ChangeKeyboardControl
ChangeKeyboardMapping,ChangeKeyboardMapping
ChangePointerControl,ChangePointerControl
ChangeProperty,ChangeProperty
ChangeSaveSet,ChangeSaveSet
ChangeWindowAttributes,ChangeWindowAttributes
Children,QueryTree,Glossary
CirculateNotify,CirculateNotify
CirculateRequest,CirculateRequest
CirculateWindow,CirculateWindow
ClearArea,ClearArea
Client,Glossary
ClientMessage,ClientMessage
Clipping region,CreateGC,Glossary
CloseFont,CloseFont
Colormap,CreateColormap,Glossary
types,Visual Information
ColormapNotify,ColormapNotify
ConfigureNotify,ConfigureNotify
ConfigureRequest,ConfigureRequest
ConfigureWindow,ConfigureWindow
Connection,Connection Setup,Glossary
closing,Connection Close
opening,Connection Initiation
Containment,Glossary
ConvertSelection,ConvertSelection
Coordinate system,Glossary
translating,Glossary
CopyArea,CopyArea
CopyColormapAndFree,CopyColormapAndFree
CopyGC,CopyGC
CopyPlane,CopyPlane
CreateColormap,CreateColormap
CreateCursor,CreateCursor
CreateGC,CreateGC
CreateGlyphCursor,CreateGlyphCursor
CreateNotify,CreateNotify
CreatePixmap,CreatePixmap
CreateWindow,CreateWindow
CurrentTime,Glossary
Cursor,CreateCursor,Glossary

D

DeleteProperty,DeleteProperty
Depth,Glossary
DestroyNotify,DestroyNotify
DestroySubwindows,DestroySubwindows
DestroyWindow,DestroyWindow
Device,Glossary
DirectColor,Glossary
Display,Glossary
Drawable,Glossary

E

EnterNotify,Pointer Window events
Error Codes
Access,Errors
Alloc,Errors
Atom,Errors
Colormap,Errors
Cursor,Errors
Drawable,Errors
extensions,Error Format
Font,Errors
GContext,Errors
IDChoice,Errors
Implementation,Errors
Length,Errors
Match,Errors
Name,Errors
Pixmap,Errors
Request,Errors
Value,Errors
Window,Errors
Error report
encoding,Errors
format,Error Format
Event,Events,Glossary
encoding,Events
Exposure,Expose,Glossary
extension,Event Format
format,Event Format
mask,CreateWindow,Glossary
propagation,CreateWindow,Glossary
sending,SendEvent
source,Input Device events,Glossary
synchronization,Glossary
Expose,Expose
Extension,Request Format,Glossary
error codes,Error Format
event,Event Format
listing,ListExtensions
querying,QueryExtension

F

Fill rule,CreateGC
FillPoly,FillPoly
Focus window,Glossary
FocusIn,Input Focus events
FocusOut,Input Focus events
Font,OpenFont,Glossary
ForceScreenSaver,ForceScreenSaver
FreeColormap,FreeColormap
FreeColors,FreeColors
FreeCursor,FreeCursor
FreeGC,FreeGC
FreePixmap,FreePixmap

G

GC,Glossary
(see also Graphics context)
GContext,Glossary
(see also Graphics context)
GetAtomName,GetAtomName
GetFontPath,GetFontPath
GetGeometry,GetGeometry
GetImage,GetImage
GetInputFocus,GetInputFocus
GetKeyboardControl,GetKeyboardControl
GetKeyboardMapping,GetKeyboardMapping
GetModifierMapping,GetModifierMapping
GetMotionEvents,GetMotionEvents
GetPointerControl,GetPointerControl
GetPointerMapping,GetPointerMapping
GetProperty,GetProperty
GetScreenSaver,GetScreenSaver
GetSelectionOwner,GetSelectionOwner
GetWindowAttributes,GetWindowAttributes
Glyph,Glossary
Grab,Glossary
(see also Active grab)
(see also Passive grab)
GrabButton,GrabButton
GrabKey,GrabKey
GrabKeyboard,GrabKeyboard
GrabPointer,GrabPointer
GrabServer,GrabServer
Graphics context,CreateGC,Glossary
GraphicsExposure,GraphicsExposure
Gravity,ConfigureWindow,Glossary
GravityNotify,GravityNotify
GrayScale,Glossary

H

Hotspot,Glossary

I

Identifier,Glossary
ImageText16,ImageText16
ImageText8,ImageText8
Inferiors,Glossary
Input device
events,Input Device events
Input focus,SetInputFocus,Glossary
events,Input Focus events
Input manager,Glossary
InstallColormap,InstallColormap
InternAtom,InternAtom

K

Key
grabbing,GrabKey,Glossary
modifier (see Modifier keys)
Keyboard,Keyboards
grabbing,GrabKeyboard,Glossary
Keycode,Keyboards,Server Information
KeymapNotify,KeymapNotify
KeyPress,Keyboards,Input Device events
KeyRelease,Input Device events
Keysym,Keyboards,ChangeKeyboardMapping,GetKeyboardMapping,KEYSYM Encoding,Glossary
Unicode,Unicode KEYSYMs
KillClient,KillClient

L

LeaveNotify,Pointer Window events
Line
drawing,CreateGC,PolyLine
ListExtensions,ListExtensions
ListFonts,ListFonts
ListFontsWithInfo,ListFontsWithInfo
ListHosts,ListHosts
ListInstalledColormaps,ListInstalledColormaps
ListProperties,ListProperties
LookupColor,LookupColor

M

MapNotify,MapNotify
Mapped window,MapWindow,MapNotify,Glossary
MappingNotify,MappingNotify
MapRequest,MapRequest
MapSubwindows,MapSubwindows
MapWindow,MapWindow
modifier
group,Keyboards
Lock,Keyboards
NumLock,Keyboards
Modifier keys,SetModifierMapping,GetModifierMapping,Glossary
Monochrome,Glossary
MotionNotify,Input Device events

N

NoExposure,NoExposure
NoOperation,NoOperation

O

Obscure,Glossary
Occlude,Glossary
Opcode
major,Request Format
minor,Request Format
OpenFont,OpenFont

P

Padding,Syntactic Conventions,Glossary
Passive grab,Glossary
keyboard,GrabKey
pointer,GrabButton
Pixel value,Visual Information,Glossary
Pixmap,Glossary
format,Server Information
Plane,Glossary
mask,CreateGC,Glossary
Pointer,Glossary
grabbing,GrabPointer,Glossary
Pointing device,Glossary
PolyArc,PolyArc
PolyFillArc,PolyFillArc
PolyFillRectangle,PolyFillRectangle
PolyLine,PolyLine
PolyPoint,PolyPoint
PolyRectangle,PolyRectangle
PolySegment,PolySegment
PolyText16,PolyText16
PolyText8,PolyText8
Property,ChangeProperty,Glossary
Property list,Glossary
PropertyNotify,PropertyNotify
PseudoColor,Glossary
PutImage,PutImage

Q

QueryBestSize,QueryBestSize
QueryColors,QueryColors
QueryExtension,QueryExtension
QueryFont,QueryFont
QueryKeymap,QueryKeymap
QueryPointer,QueryPointer
QueryTextExtents,QueryTextExtents
QueryTree,QueryTree

R

RecolorCursor,RecolorCursor
Redirecting control,Glossary
ReparentNotify,ReparentNotify
ReparentWindow,ReparentWindow
Reply,Glossary
format,Reply Format
Request,Glossary
encoding,Requests
format,Request Format
length,Request Format,Server Information
ResizeRequest,ResizeRequest
Resource,Glossary
ID,Server Information
RGB values,Glossary
Root,Glossary
RotateProperties,RotateProperties

S

Save set,Glossary
Scanline,Glossary
Scanline order,Glossary
Screen,Screen Information,Glossary
Selection,SetSelectionOwner,Glossary
SelectionClear,SelectionClear
SelectionNotify,SelectionNotify
SelectionRequest,SelectionRequest
SendEvent,SendEvent
Sequence number,Request Format
Server,Glossary
grabbing,GrabServer,Glossary
SetAccessControl,SetAccessControl
SetClipRectangles,SetClipRectangles
SetCloseDownMode,SetCloseDownMode
SetDashes,SetDashes
SetFontPath,SetFontPath
SetInputFocus,SetInputFocus
SetModifierMapping,SetModifierMapping
SetPointerMapping,SetPointerMapping
SetScreenSaver,SetScreenSaver
SetSelectionOwner,SetSelectionOwner
Sibling,Glossary
Stacking order,Glossary
StaticColor,Glossary
StaticGray,Glossary
Stipple,Glossary
StoreColors,StoreColors
StoreNamedColor,StoreNamedColor
String Equivalence,Glossary

T

Tile,Glossary
Timestamp,Glossary
TranslateCoordinates,TranslateCoordinates
TrueColor,Glossary
Type,Glossary
Types
ARC,Common Types
ATOM,Common Types
BITGRAVITY,Common Types
BITMASK,Common Types
BOOL,Common Types
BUTMASK,Common Types
BUTTON,Common Types
BYTE,Common Types
CARD16,Common Types
CARD32,Common Types
CARD8,Common Types
CHAR2B,Common Types
COLORMAP,Common Types
CURSOR,Common Types
DEVICEEVENT,Common Types
DRAWABLE,Common Types
encoding,Common Types
EVENT,Common Types
FONT,Common Types
FONTABLE,Common Types
GCONTEXT,Common Types
HOST,Common Types,ChangeHosts
INT16,Common Types
INT32,Common Types
INT8,Common Types
KEYBUTMASK,Common Types
KEYCODE,Common Types,Keyboards,Server Information
KEYMASK,Common Types
KEYSYM,Common Types,Keyboards,KEYSYM Encoding
LISTofFOO,Common Types
LISTofVALUE,Common Types
OR,Common Types
PIXMAP,Common Types
POINT,Common Types
POINTEREVENT,Common Types
RECTANGLE,Common Types
STRING16,Common Types
STRING8,Common Types
TIMESTAMP,Common Types
VALUE,Common Types
VISUALID,Common Types
WINDOW,Common Types
WINGRAVITY,Common Types

U

UngrabButton,UngrabButton
UngrabKey,UngrabKey
UngrabKeyboard,UngrabKeyboard
UngrabPointer,UngrabPointer
UngrabServer,UngrabServer
UninstallColormap,UninstallColormap
UnmapNotify,UnmapNotify
UnmapSubwindows,UnmapSubwindows
UnmapWindow,UnmapWindow

V

Viewable,Glossary
VisibilityNotify,VisibilityNotify
Visible,Glossary
Visual
information,Visual Information

W

WarpPointer,WarpPointer
Winding rule,CreateGC
Window
children,Glossary
gravity,ConfigureWindow,Glossary
InputOnly,Glossary
InputOutput,Glossary
manager,Glossary
parent,Glossary
root,Glossary

X

XYFormat,Server Information,Glossary

Z

ZFormat,Server Information,Glossary

[8]ページ先頭

©2009-2026 Movatter.jp