From 38c6d386637eecc105f6e6b03ff10e6299bd0002 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Mon, 16 Jan 2012 13:18:50 -0700 Subject: informaltable cleanup On certain tables, add top and bottom borders to table header and a bottom border to the table. This matches what those tables in the old pdfs looked like. the prevents tables from splitting across pages. Useful for tiny tables. Converting the colwidth to a floating point, IE, 1* -> 1.0* cleans up these build errors: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Signed-off-by: Matt Dew --- specs/appgrp.xml | 159 ++++---- specs/dbe.xml | 162 ++++---- specs/dpms.xml | 70 ++-- specs/evi.xml | 51 +-- specs/lbx.xml | 1038 +++++++++++++++++++++++++++------------------------- specs/security.xml | 435 +++++++++------------- specs/shape.xml | 148 ++++---- specs/sync.xml | 75 ++-- specs/tog-cup.xml | 39 +- specs/xtest.xml | 88 ++--- 10 files changed, 1139 insertions(+), 1126 deletions(-) diff --git a/specs/appgrp.xml b/specs/appgrp.xml index cf2c2d0..0f91e16 100644 --- a/specs/appgrp.xml +++ b/specs/appgrp.xml @@ -105,9 +105,10 @@ As a member of an Application Group, when an application creates and maps a wind AppGroupQueryVersion - - - + + + + client_major_version: CARD16 @@ -135,9 +136,10 @@ If supplied, the client_major_version and client_minor_version indicate what ver AppGroupCreate - - - + + + + app_group: APPGROUP @@ -166,13 +168,14 @@ This request creates an Application Group using app_group as the Application Gro The value_mask and value_list specify attributes of the Application Group that are to be explicitly initialized. The attributes, their types, and the default values are: - - - - - + + + + + + - + Attribute Type Default @@ -257,9 +260,10 @@ If the application that created a non-embedded Application Group exits, and ther AppGroupGetAttr - - - + + + + >app_group: APPGROUP @@ -280,9 +284,10 @@ This request returns the application group attributes for app_group. AppGroupQuery - - - + + + + resource: XID @@ -303,9 +308,10 @@ This request returns the Application Group ID of the application that created re AppGroupCreateAssociation - - - + + + + window: WINDOW @@ -326,9 +332,10 @@ This request associates window with system_window. The window_type indicates the AppGroupDestroyAssociation - - - + + + + window: WINDOW @@ -647,25 +654,26 @@ VALUEs Library API - - + + + - + Status XagQueryVersion ( xkb, keycode) /* macro */ - + Display dpy; - + int * major_version_return; - + int * minor_version_return; @@ -688,40 +696,41 @@ An embedding manager such as a web browser that intends to embed programs in an - - + + + - + Status XagCreateEmbeddedApplicationGroup( - + Display* dpy, - + VisualID root_visual, - + Colormap default_colormap, - + unsigned long black_pixel, - + unsigned long white_pixel, - + XAppGroup* app_group_return); @@ -744,20 +753,21 @@ A special font-path can be created by creating an Application Group, getting an - - + + + - + Status XagCreateNonembeddedApplicationGroup( - + Display* dpy, - + XAppGroup* app_group_return); @@ -775,20 +785,21 @@ To destroy an Application Group use XagDestroyApplicationGroup. - - + + + - + Status XagDestroyApplicationGroup( - + Display* dpy, - + XAppGroup app_group); @@ -808,25 +819,26 @@ To retrieve the attributes of an Application Group use XagGetApplicationGroupAtt - - + + + - + Status XagGetApplicationGroupAttributes( - + Display* dpy, - + XAppGroup app_group, - + ...); @@ -886,25 +898,26 @@ To determine which Application Group a resource (such as a window) belongs to, u - - + + + - + Status XagQueryApplicationGroup( - + Display* dpy, - + XID resource, - + XAppGroup* app_group_return); @@ -923,25 +936,26 @@ To associate an X Window ID with a system-specific window ID, such as a HWND or - - + + + - + Status XagCreateAssociation( - + Display* dpy, - + Window* window_return, - + void* system_window); @@ -991,20 +1005,21 @@ To destroy the association created with XagCreateAssociation use XagDestroyAssoc - - + + + - + Status XagDestroyAssociation( - + Display* dpy, - + Window window); diff --git a/specs/dbe.xml b/specs/dbe.xml index d0319d3..5af90a6 100644 --- a/specs/dbe.xml +++ b/specs/dbe.xml @@ -446,30 +446,31 @@ This request returns the major and minor version numbers of this extension. DBEGetVersion - - - - + + + + + - client-major-version - CARD8 + client-major-version + CARD8 - client-minor-version - CARD8 + client-minor-version + CARD8 - => - + => + - server-major-version - CARD8 + server-major-version + CARD8 - server-minor-version - CARD8 + server-minor-version + CARD8 @@ -506,48 +507,50 @@ This request returns information about which visuals support double buffering. DBEGetVisualInfo - - - - + + + + + - screen-specifiers - LISTofDRAWABLE + screen-specifiers + LISTofDRAWABLE - => - + => + - visinfo - LISTofSCREENVISINFO + visinfo + LISTofSCREENVISINFO where: - - - - + + + + + - SCREENVISINFO - LISTofVISINFO + SCREENVISINFO + LISTofVISINFO - VISINFO - [ visual: VISUALID + VISINFO + [ visual: VISUALID - - depth: CARD8 + + depth: CARD8 - - perflevel: CARD8 ] + + perflevel: CARD8 ] @@ -587,22 +590,23 @@ window. DBEAllocateBackBufferName - - - - + + + + + - window - WINDOW + window + WINDOW - back-buffer-name - BACKBUFFER + back-buffer-name + BACKBUFFER - swap-action-hint - SWAPACTION + swap-action-hint + SWAPACTION @@ -654,14 +658,15 @@ This request frees a drawable ID that was obtained by DBEDeallocateBackBufferName - - - - + + + + + - back-buffer-name - BACKBUFFER + back-buffer-name + BACKBUFFER @@ -692,33 +697,37 @@ appropriate swap action for each window. DBESwapBuffers - - - + + + + + - windows - LISTofSWAPINFO + windows + LISTofSWAPINFO where: - - - + + + + + - SWAPINFO - [ window: WINDOW + SWAPINFO + [ window: WINDOW - - swap-action: SWAPACTION ] + + swap-action: SWAPACTION ] - SWAPACTION - { Undefined, Background, Untouched, Copied } + SWAPACTION + { Undefined, Background, Untouched, Copied } @@ -825,22 +834,23 @@ request as a no-op. DBEGetBackBufferAttributes - - - - + + + + + - back-buffer-name - BACKBUFFER + back-buffer-name + BACKBUFFER - => - + => + - attributes - BUFFER_ATTRIBUTES + attributes + BUFFER_ATTRIBUTES diff --git a/specs/dpms.xml b/specs/dpms.xml index 617744c..f504ab7 100644 --- a/specs/dpms.xml +++ b/specs/dpms.xml @@ -127,28 +127,29 @@ it may be decided to make DPMS less aggressive, or disable it completely. - - + + + - + client_major_version: CARD16 - + client_minor_version: CARD16 - + => - + server_major_version: CARD16 - + server_minor_version: CARD16 @@ -182,13 +183,14 @@ of one (1). - - + + + - + => - + capable: BOOL @@ -210,23 +212,24 @@ case of heterogeneous multi-head servers is implementation defined. - - + + + - + => - + standby_timeout: CARD16 - + suspend_timeout: CARD16 - + off_timeout: CARD16 @@ -279,25 +282,26 @@ value of zero indicates that this mode is disabled. - - + + + - + standby_timeout: CARD16 - + suspend_timeout: CARD16 - + off_timeout: CARD16 - + => @@ -370,15 +374,16 @@ may be disabled without damaging the server's stored timeout values. - - + + + - + power_level: CARD16 - + => @@ -399,18 +404,19 @@ DPMSModeSuspend or DPMSModeOff. - - + + + - + => - + power_level: CARD16 - + state: BOOL diff --git a/specs/evi.xml b/specs/evi.xml index e5cfac4..7b661f6 100644 --- a/specs/evi.xml +++ b/specs/evi.xml @@ -98,30 +98,31 @@ visuals support double-buffering. - - + + + - + client_major_version: CARD8 - + client_minor_version: CARD8 - + => - + server_major_version: CARD8 - + server_minor_version: CARD8 @@ -152,20 +153,21 @@ server_minor_version of zero (0). - - + + + - + visual_list: LISTofVISUALID - + => - + per_visual_info: LISTofVISUALINFO @@ -179,55 +181,56 @@ where: - - + + + - + VISUALINFO: [core_visual_id: VISUALID - + screen: CARD8 - + level: INT8 - + transparency_type: CARD8 - + unused: CARD8 - + transparency_value: CARD32 - + min_hw_colormaps: CARD8 - + max_hw_colormaps: CARD8 - + num_colormap_conflicts: CARD16 - + colormap_conflicts: LISTofVISUALID] diff --git a/specs/lbx.xml b/specs/lbx.xml index a06569d..87060b7 100644 --- a/specs/lbx.xml +++ b/specs/lbx.xml @@ -969,21 +969,22 @@ by reception of an X request from the client. They replace the X request. Requests Initiated by the Proxy or by the Client - - + + + - + LbxQueryVersion - + =>; - + majorVersion: CARD16 - + minorVersion: CARD16 @@ -1007,49 +1008,50 @@ LbxQueryVersion. Requests Initiated or Substituted by the Proxy - - + + + - + LbxQueryExtension - + nbytes : CARD32 - + name : STRING8 - + => - + num-requests: CARD8 - + present: BOOL - + major-opcode: CARD8 - + first-event: CARD8 - + first-error: CARD8 - + reply-mask: LISTofMASK /* optional */ - + event-mask:LISTofMASK /* optional */ - + Errors: Alloc @@ -1112,52 +1114,53 @@ LbxQueryExtension. Control Requests Initiated by the Proxy - - + + + - + LbxStartProxy - + options : LISTofOPTION - + => - + choices: LISTofCHOICE - + Errors: LbxClient , Alloc - + where: - + OPTION [optcode: CARD8, - + len: OPTLEN, - + option: (See See StartProxy Options) ] - + CHOICE [optcode: CARD8, - + len: OPTLEN, - + choice: (See See StartProxy Options) ] @@ -1165,19 +1168,20 @@ url="lbx.htm#35444">See StartProxy Options) ] - +
StartProxy Options - - - - - + + + + + + - + optcode option choice @@ -1185,55 +1189,55 @@ url="lbx.htm#35444">See StartProxy Options) ] - + delta-proxy DELTAOPT DELTACHOICE entries=16, maxlen=64 - + delta-server DELTAOPT DELTACHOICE entries=16, maxlen=64 - + stream-comp LISTofNAMEDOPT INDEXEDCHOICE No Compression - + bitmap-comp LISTofSTRING8 LISTofINDEXEDOPT No Compression - + pixmap-comp LISTofPIXMAPMETHOD LISTofPIXMAPCHOICE No Compression - + use-squish BOOL BOOL True - + use-tags BOOL BOOL True - + colormap LISTofSTRING8 INDEXEDCHOICE No Colormap Grabbing - + extension NAMEDOPT INDEXEDCHOICE @@ -1246,71 +1250,72 @@ url="lbx.htm#35444">See StartProxy Options) ] --> - - + + + - +   - + DELTAOPT [minN, maxN, prefN: CARD8 - + minMaxMsgLen, maxMaxMsgLen, prefMaxMsgLen: CARD8] - + DELTACHOICE [entries, maxlen: CARD8] - + INDEXEDCHOICE [index: CARD8, - + data: LISTofBYTE] - + INDEXEDOPT [index, opcode: CARD8] - + NAMEDOPT [name: STRING8, - + detail: LISTofBYTE] - + OPTLEN 1 or 3 CARD8 - + where: - + (0 < in <= 0xFF): out = in - + (0 <= in<= 0xFFFF): out[0] = 0; out[1] = in >> 8; out[2] = in& 0xFF; - + PIXMAPMETHOD [name: STRING8, - + format-mask: BITMASK, - + depths: LISTofCARD8] - + PIXMAPCHOICE [index, opcode: CARD8, - + format-mask: BITMASK, - + depths: LISTofCARD8] - + @@ -1469,15 +1474,16 @@ LbxStartProxy. - - + + + - + LbxStopProxy - + Errors: LbxClient @@ -1506,115 +1512,116 @@ LbxClient - - + + + - + LbxNewClient - + byte-order : CARD8 - + client-id : CARD32 - + protocol-major-version : CARD16 - + protocol-minor-version: CARD16 - + authorization-protocol-name : STRING8 - + authorization-protocol-data : STRING8 - + => - + Core X reply (if connection is rejected) - +   - + OR - +   - + success: BOOL - + change-type: {NoDeltas, NormalClientDeltas, AppGroupDeltas} - + protocol-major-version: CARD16 - + protocol-minor-version: CARD16 - + tag-id: CARD32 - + length: CARD16 - + connection-data: CONINFO or CONDIF or CONDIFROOT - +   - + where: - + CONINFO: (the "additional data" portion of the core connection reply for successes) - + CONDIF: [resource-id-base: CARD32, - + root-input-masks: LISTofSETofEVENT] - + CONDIFROOT: [resource-id-base: CARD32, - + root: WINDOW - + root-visual: VISUALID - + default-colormap: COLORMAP - + white-pixel, black-pixel: CARD32 - + root-input-masks: LISTofSETofEVENT] @@ -1774,21 +1781,22 @@ description of this request is on page 13.. - - + + + - + LbxCloseClient - + client : CARD32 - + Errors: LbxClient @@ -1815,21 +1823,22 @@ description of this request is on page 12.. - - + + + - + LbxSwitch - + client : CARD32 - + Errors: LbxClient @@ -1861,15 +1870,16 @@ LbxSwitch. - - + + + - + LbxSync - + => @@ -1889,21 +1899,22 @@ LbxSync. - - + + + - + LbxModifySequence - + adjust : CARD32 - + Errors: None @@ -1926,21 +1937,22 @@ description of this request is on page 13.. - - + + + - + LbxAllowMotion - + num : CARD32 - + Errors: None @@ -1961,15 +1973,16 @@ description of this request is on page 14.. - - + + + - + LbxInvalidateTag - + tag : CARD32 @@ -1992,25 +2005,26 @@ LbxInvalidateTag. - - + + + - + LbxTagData - + tag : CARD32 - + real-length : CARD32 - + data : LISTofBYTE @@ -2037,103 +2051,104 @@ LbxTagData. - - + + + - + LbxGrabCmap - + cmap : Colormap - + => - + smart-grab : BOOL - + large-pixel: BOOL /* optional */ - + auto-release: BOOL /* optional */ - + three-channels : BOOL /* optional */ - + bits-per-rgb: CARD4 /* optional */ - + cells : LISTofCHAN /* optional */ - +   - + where: - + CHAN: LISTofLBXPIXEL - + LBXPIXEL: PIXELPRIVATE or PIXELPRIVATERANGE or - + PIXELALLOC or PIXELALLOCRANGE - + PIXEL: CARD8 or CARD16 - + PIXELPRIVATE: [ pixel: PIXEL ] - + PIXELPRIVATERANGE: [ first-pixel, last-pixel: PIXEL] - + PIXELALLOC: [ pixel: PIXEL, - + color: COLORSINGLE or COLORTRIPLE] - + PIXELALLOCRANGE: [ first-pixel, last-pixel: PIXEL, - + colors: LISTofCOLORSINGLE or LISTofCOLORTRIPLE] - + COLORSINGLE: [ value: CARD8 or CARD16 ] - + COLORTRIPLE: [ r, g, b: COLORSINGLE] - + Errors: Colormap @@ -2349,15 +2364,16 @@ LbxGrabCmap. - - + + + - + LbxReleaseCmap - + cmap : Colormap @@ -2392,35 +2408,36 @@ LbxReleaseCmap. - - + + + - + LbxInternAtoms - + count : CARD16 - + names: LISTofSTRING8 - + => - + atoms : LISTofATOM - + Errors: Alloc @@ -2447,25 +2464,26 @@ LbxInternAtoms. Substitution Requests - - + + + - + LbxAllocColor - + cmap : Colormap - + pixel : CARD32 - + red , @@ -2538,26 +2556,27 @@ LbxAllocColor. - - + + + - + LbxIncrementPixel - + cmap : COLORMAP - + pixel : CARD32 - + Errors: None @@ -2581,25 +2600,26 @@ description of this request is on page 14.. - - + + + - + LbxDelta - + count : CARD8 - + cache-index : CARD8 - + diffs : LISTofDIFFITEM @@ -2623,29 +2643,30 @@ description of this request is on page 18.. - - + + + - + LbxGetModifierMapping - + => - + keyspermod : CARD8 - + tag : CARD32 - + keycodes : LISTofKEYCODE /* optional */ @@ -2672,45 +2693,46 @@ LbxGetModifierMapping. - - + + + - + LbxGetKeyboardMapping - + firstKeyCode : KEYCODE - + count : CARD8 - + => - + keysperkeycode : CARD8 - + tag : CARD32 - + keysyms : LISTofKEYSYM /* optional */ - + Errors: Value @@ -2738,82 +2760,83 @@ LbxGetKeyboardMapping. - - + + + - + LbxGetWinAttrAndGeom - + 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 or None - + map-is-installed: BOOL - + map-state: {Unmapped, Unviewable, Viewable} - + all-event-masks, your-event-mask: SETofEVENT - + do-not-propagate-mask: SETofDEVICEEVENT - + override-redirect: BOOL - + root: WINDOW - + depth: CARD8 - + x, y: INT16 - + width, height, border-width: CARD16 - + Errors: Window @@ -2841,57 +2864,58 @@ LbxGetWinAttrAndGeom. - - + + + - + LbxQueryFont - + font : FONTABLE - + => - + compression: BOOL - + tag: CARD32 - + font-info: FONTINFO /* optional */ - + char-infos: LISTofCHARINFO or LISTofLBXCHARINFO /* optional */ - + where: - + LBXCHARINFO: [left-side-bearing: INT6 - + right-side-bearing: INT7 - + character-width: INT6 - + ascent: INT6 - + descent: INT7] - + Errors: Font,Alloc @@ -2943,48 +2967,49 @@ LbxQueryFont. - - + + + - + LbxChangeProperty - + window : WINDOW - + property : ATOM - + type : ATOM - + format : {0,8,16,32} - + mode : {Replace, Prepend, Append} - + nUnits : CARD32 - + => - + tag: CARD32 @@ -3033,64 +3058,65 @@ LbxChangeProperty. - - + + + - + LbxGetProperty - + window : WINDOW - + property : ATOM - + type : ATOM or AnyPropertyType - + long-offset : CARD32 - + long-length : CARD32 - + delete : CARD8 - + => - + type: ATOM or None - + format: {0, 8, 16, 32} - + bytes-after: CARD32 - + nItems: CARD32 - + tag: CARD32 - + value: LISTofINT8 or LISTofINT16 or LISTofINT32 @@ -3171,26 +3197,27 @@ LbxGetProperty. - - + + + - + LbxPolyPoint - + gc-and-drawable: LBXGCANDDRAWABLE - + points : LISTofLBXPOINT - + Errors: Alloc and those given for the corresponding X request. @@ -3223,26 +3250,27 @@ LbxPolyPoint. - - + + + - + LbxPolyLine - + gc-and-drawable: LBXGCANDDRAWABLE - + points : LISTofLBXPOINT - + Errors: Alloc and those given for the corresponding X request. @@ -3275,35 +3303,36 @@ description of this request is on page 21.. - - + + + - + LbxPolySegment - + gc-and-drawable: LBXGCANDDRAWABLE - + segments : LISTofLBXSEGMENT - +   - + where: - + LBXSEGEMENT; [x1, y1, x2, y2: LBXINT16] - + Errors: Alloc and those given for the corresponding X request. @@ -3337,26 +3366,27 @@ LbxPolySegment. - - + + + - + LbxPolyRectangle - + gc-and-drawable: LBXGCANDDRAWABLE - + rectangles : LISTofLBXRECTANGLE - + Errors: Alloc and those given for the corresponding X request. @@ -3383,26 +3413,27 @@ description of this request is on page 22.. - - + + + - + LbxPolyArc - + gc-and-drawable: LBXGCANDDRAWABLE - + arcs : LISTofLBXARC - + Errors: Alloc and those given for the corresponding X request. @@ -3429,26 +3460,27 @@ LbxPolyArc. - - + + + - + LbxPolyFillRectangle - + gc-and-drawable: LBXGCANDDRAWABLE - + rectangles : LISTofLBXRECTANGLE - + Errors: Alloc and those given for the corresponding X request. @@ -3475,26 +3507,27 @@ LbxPolyFillRectangle. - - + + + - + LbxPolyFillArc - + gc-and-drawable: LBXGCANDDRAWABLE - + arcs : LISTofLBXARC - + Errors: Alloc and those given for the corresponding X request. @@ -3521,31 +3554,32 @@ description of this request is on page 22.. - - + + + - + LbxFillPoly - + gc-and-drawable: LBXGCANDDRAWABLE - + shape : BYTE - + points : LISTofLBXPOINT - + Errors: Alloc and those given for the corresponding X request. @@ -3578,61 +3612,62 @@ LbxFillPoly. - - + + + - + LbxCopyArea - + srcCache : CARD8 /* source drawable */ - + gc-and-drawable: LBXGCANDDRAWABLE - + src-Drawable : CARD32 - + src-x : LBXPINT16 - + src-y : LBXPINT16 - + width : LBXCARD16 - + height : LBXCARD16 - + dst-x : LBXPINT16 - + dst-y : LBXPINT16 - + Errors: Those given for the corresponding X request. @@ -3654,66 +3689,67 @@ LbxCopyArea. - - + + + - + LbxCopyPlane - + bit-plane : CARD32 - + src-cache : CARD8 /* cache reference for source drawable */ - + gc-and-drawable: LBXGCANDDRAWABLE - + src-drawable : CARD32 - + src-x : LBXPINT16 - + src-y : LBXPINT16 - + width : LBXCARD16 - + height : LBXCARD16 - + dst-x : LBXPINT16 - + dst-y : LBXPINT16 - + Errors: Those given for the corresponding X request. @@ -3735,36 +3771,37 @@ LbxCopyPlane. - - + + + - + LbxPolyText8 - + gc-and-drawable: LBXGCANDDRAWABLE - + x : LBXPINT16 - + y : LBXPINT16 - + items : LISTofTEXTITEM8 - + Errors: Alloc , and those given for the corresponding X request. @@ -3787,36 +3824,37 @@ description of this request is on page 23.. - - + + + - + LbxPolyText16 - + gc-and-drawable: LBXGCANDDRAWABLE - + x: LBXPINT16 - + y : LBXPINT16 - + items : LISTofTEXTITEM16 - + Errors: Alloc , and those given for the corresponding X request. @@ -3839,41 +3877,42 @@ description of this request is on page 24.. - - + + + - + LbxImageText8 - + gc-and-drawable: LBXGCANDDRAWABLE - + nChars : CARD8 - + x : LBXPINT16 - + y : LBXPINT16 - + string : STRING8 - + Errors: Alloc , and those given for the corresponding X request. @@ -3896,39 +3935,40 @@ description of this request is on page 24.. - - + + + - + LbxImageText16 - + nChars : CARD8 - + gc-and-drawable: LBXGCANDDRAWABLE - + x: LBXPINT16 - + y : LBXPINT16 - + string : STRING16 - + Errors: Alloc , and those given for the corresponding X request. @@ -3951,20 +3991,21 @@ description of this request is on page 24.. - - + + + - + LbxPutImage - + compression-method : CARD8 - + format : { @@ -3975,47 +4016,47 @@ XYPixmap ZPixmap } /* packed */ - + gc-and-drawable: LBXGCANDDRAWABLE - + width , height : LBXCARD16 - + dst-x , dst-y : LBXPINT16 - + depth : CARD8 /* packed */ - + left-pad : CARD8 /* packed */ - + pad-bytes : CARD8 /* packed */ - + data :LISTofBYTE - + Errors: Alloc , @@ -4052,63 +4093,64 @@ LbxPutImage. - - + + + - + LbxGetImage - + drawable : DRAWABLE - + x , y : INT16 - + width , height : CARD16 - + plane-mask : CARD32 - + format : {XYPixmap, ZPixmap} - + => - + depth: CARD8 - + x-length: CARD32 - + visual: VISUALID or None - + compression-method: CARD8 - + data: LISTofBYTE - + Errors: Alloc,Match,Value @@ -4157,21 +4199,22 @@ LbxGetImage. - - + + + - + LbxBeginLargeRequest - + large-request-length : CARD32 - + Errors: Alloc @@ -4213,21 +4256,22 @@ description of this request is on page 25.. - - + + + - + LbxLargeRequestData - + data : LISTofBYTE - + Errors: Alloc @@ -4258,15 +4302,16 @@ description of this request is on page 26.. - - + + + - + LbxEndLargeRequest - + Errors: Length, Alloc @@ -4315,15 +4360,16 @@ LbxEndLargeRequest. Events - - + + + - + LbxSwitchEvent - + client : CARD32 @@ -4345,15 +4391,16 @@ LbxSwitchEvent. - - + + + - + LbxCloseEvent - + client : CARD32 @@ -4374,20 +4421,21 @@ description of this event is on page 27.. - - + + + - + LbxInvalidateTagEvent - + tag : CARD32 - + tag-type : {Modmap, Keymap, Property, Font, ConnInfo} @@ -4420,20 +4468,21 @@ LbxInvalidateTagEvent. - - + + + - + LbxSendTagDataEvent - + tag : CARD32 - + tag-type : {Property} @@ -4463,15 +4512,16 @@ LbxSendTagDataEvent. - - + + + - + LbxListenToOne - + client : CARD32 or @@ -4523,10 +4573,11 @@ description of this event is on page 27.. - - + + + - + LbxListenToAll @@ -4546,25 +4597,26 @@ description of this event is on page 27.. - - + + + - + LbxQuickMotionDeltaEvent - + deltaTime : CARD8 - + deltaX : INT8 - + deltaY : INT8 @@ -4600,30 +4652,31 @@ LbxQuickMotionDeltaEvent. - - + + + - + LbxMotionDeltaEvent - + deltaX : INT8 - + deltaY : INT8 - + deltaTime : CARD16 - + deltaSequence : CARD16 @@ -4659,15 +4712,16 @@ LbxMotionDeltaEvent. - - + + + - + LbxReleaseCmapEvent - + colormap : Colormap @@ -4690,20 +4744,21 @@ LbxReleaseCmapEvent. - - + + + - + LbxFreeCellsEvent - + colormap : Colormap - + pixelStart, pixelEnd : CARD32 @@ -4745,25 +4800,26 @@ speaking, events, replies or errors. - - + + + - + LbxDeltaResponse - + count : CARD8 - + cache-index : CARD8 - + diffs : LISTofDIFFITEM diff --git a/specs/security.xml b/specs/security.xml index b920618..93073c5 100644 --- a/specs/security.xml +++ b/specs/security.xml @@ -78,51 +78,49 @@ This request returns the major and minor version numbers of this extension. SecurityQueryVersion - - + + + + + - + client-major-version - + CARD16 - + client-minor-version - + CARD16 - + => - + server-major-version - + CARD16 - + server-minor-version - + CARD16 - - - - - @@ -163,69 +161,65 @@ authorization. SecurityGenerateAuthorization - - + + + + + - + authorization-protocol-name - + STRING8 - + authorization-protocol-data - + STRING8 - + value-mask - + BITMASK - + value-list - + LISTofVALUE - + => - + authorization-id - + AUTHID - + authorization-data-return - - STRING8 - - - - - - + STRING8 @@ -264,95 +258,80 @@ The value-mask and value-list specify attributes of the authorization that are to be explicitly initialized. The possible values are: - - - - - - - - - - - Attribute - - - Type - - - Default - + + + + + + + + + Attribute + Type + Default + + - + timeout - + CARD32 - + 60 - + group - + XID or None - + None - + trust-level - + {SecurityClientTrusted, - + - + SecurityClientUntrusted} - + SecurityClientUntrusted - + event-mask - + SecurityAuthorizationRevoked, - + - + or None - + None - - - - - - - - - - @@ -395,40 +374,26 @@ is reported to the client. The SecurityAuthorizationRevoked event contains the following field: - - - + + + + + + - - - - - - - Field - - - Type - + Field + Type - - + + + + authorization-id - + AUTHID - - - - - - - - - - @@ -471,22 +436,20 @@ This request deletes an authorization created by SecurityGenerateAuthorization. SecurityRevokeAuthorization - - + + + + + - + authorization-id - + AUTHID - - - - - @@ -898,30 +861,28 @@ follows. authorization-protocol-data - - + + + + + - + policy-mask - + BITMASK - + policies - + LISTofSECURITYPOLICY - - - - - @@ -935,30 +896,28 @@ to the nth 1-bit in policy-mask, counting upward from bit 0. SECURITYPOLICY - - + + + + + - + policy-type - + {Disallow, Permit} - + names - + LISTofSTR - - - - - @@ -1207,79 +1166,64 @@ For the purposes of the Security extension, the Xauth structure has the following fields: - - - + + + + + + + - - - - - - - Type - - - Field name - - - Description - + Type + Field name + Description + + - + unsigned short - + name_length - + number of bytes in name - + char * - + name - + authorization protocol name - + unsigned short - + data_length - + number of bytes in data - + char * - + data - + authorization protocol data - - - - - - - - - - @@ -1354,79 +1298,64 @@ null-terminated strings. The auth_in argument must be freed with The XSecurityAuthorizationAttributes structure has the following fields: - - - - - - - - + + + + + + + - - Type - - - Field name - - - Mask - + Type + Field name + Mask + + - + unsigned int - + trust_level - + XSecurityTrustLevel - + unsigned int - + timeout - + XSecurityTimeout - + XID - + group - + XSecurityGroup - + long - + event_mask - + XSecurityEventMask - - - - - - - - - - @@ -1462,91 +1391,75 @@ authorization. The XSecurityAuthorizationRevokedEvent structure has the following fields: - - - - - - - - + + + + + + + - - Type - - - Field name - - - Description - - + Type + Field name + Description + + - + int - + type - + event base + XSecurityAuthorizationRevoked - + unsigned long - + serial - + # of last request processed by server - + Bool - + send_event - + true if this came from SendEvent - + Display* - + display - + Display the event was read from - + XSecurityAuthorization - + auth_id - + revoked authorization id - - - - - - - - - - diff --git a/specs/shape.xml b/specs/shape.xml index 659253c..16751ff 100644 --- a/specs/shape.xml +++ b/specs/shape.xml @@ -336,25 +336,26 @@ extension is usable by the client. This document defines major version one - - + + + - + dest: WINDOW - + destKind: SHAPE_KIND - + op: SHAPE_OP - + xOff, yOff: INT16 - + rectangles: LISTofRECTANGLES - + ordering: { UnSorted, YSorted, @@ -362,7 +363,7 @@ extension is usable by the client. This document defines major version one YXBanded } - + Errors: Window, @@ -427,10 +428,11 @@ extents. - - + + + - + dest: WINDOW destKind: SHAPE_KIND @@ -440,7 +442,7 @@ extents. None - + Errors: Window, @@ -482,40 +484,41 @@ error results. - - + + + - + dest: WINDOW - + destKind: SHAPE_KIND - + op: SHAPE_OP - + xOff, yOff: INT16 - + source: WINDOW - + sourceKind: SHAPE_KIND - + Errors: Window, @@ -543,25 +546,26 @@ error results. - - + + + - + dest: WINDOW - + destKind: SHAPE_KIND - + xOff, yOff: INT16 - + Errors: Window, @@ -583,10 +587,11 @@ current position by the amounts xOff and yOff. - - + + + - + dest: WINDOW @@ -600,60 +605,61 @@ current position by the amounts xOff and yOff. - - + + + - + boundingShaped: BOOL - + clipShaped: BOOL - + xBoundingShape: INT16 - + yBoundingShape: INT16 - + widthBoundingShape: CARD16 - + heightBoundingShape: CARD16 - + xClipShape: INT16 - + yClipShape: INT16 - + widthClipShape: CARD16 - + heightClipShape: CARD16 - + Errors: Window @@ -678,20 +684,21 @@ corresponding default region are reported. - - + + + - + window: WINDOW - + enable: BOOL - + Errors: Window, @@ -719,21 +726,22 @@ causes the server to stop sending such events. - - + + + - + window: WINDOW - + => enable: BOOL - + Errors: Window @@ -755,26 +763,27 @@ events for the window are generated for this client. - - + + + - + window: WINDOW - + kind: SHAPE_KIND - + => rectangles: LISTofRECTANGLE - + ordering: { UnSorted, @@ -783,7 +792,7 @@ ordering: YXBanded } - + Errors: Window, @@ -810,36 +819,37 @@ request. - - + + + - + window: WINDOW - + kind: SHAPE_KIND - + shaped: BOOL - + x, y: INT16 - + width, height: CARD16 - + time: TIMESTAMP diff --git a/specs/sync.xml b/specs/sync.xml index 6df45a6..afb0783 100644 --- a/specs/sync.xml +++ b/specs/sync.xml @@ -570,57 +570,54 @@ This request creates an alarm and assigns the identifier id to it. The values-mask and values-list specify the attributes that are to be explicitly initialized. The attributes for an Alarm and their defaults are: - - - - - - - - - Attribute - Type - Default - - - - - - + + + + + + + + + + Attribute + Type + Default + + - trigger - TRIGGER - counter - None + trigger + TRIGGER + counter + None - - - value-type - Absolute + + + value-type + Absolute - - - value - 0 + + + value + 0 - - - test-type - PositiveComparison + + + test-type + PositiveComparison - delta - INT64 - 1 + delta + INT64 + 1 - events - BOOL - TRUE + events + BOOL + TRUE diff --git a/specs/tog-cup.xml b/specs/tog-cup.xml index c8597a6..a35ff8c 100644 --- a/specs/tog-cup.xml +++ b/specs/tog-cup.xml @@ -109,30 +109,31 @@ available location.) - - + + + - + client_major_version: CARD16 - + client_minor_version: CARD16 - + => - + server_major_version: CARD16 - + server_minor_version: CARD16 @@ -161,20 +162,21 @@ server_minor_version of zero (0). - - + + + - + screen: CARD32 - + => - + entries: LISTofCOLORITEM @@ -203,25 +205,26 @@ MS-Windows applications running/displaying on the same desktop. - - + + + - + cmap: COLORMAP - + items: LISTofCOLORITEM - + => - + items: LISTofCOLORITEM diff --git a/specs/xtest.xml b/specs/xtest.xml index 121a8d5..4893b88 100644 --- a/specs/xtest.xml +++ b/specs/xtest.xml @@ -178,11 +178,11 @@ subsequent sections: - - - + + + - + FAKE_EVENT_TYPE { KeyPress, @@ -192,26 +192,26 @@ FAKE_EVENT_TYPE ButtonRelease } - + FAKE_EVENT [type: FAKE_EVENT_TYPE, - + detail: BYTE, - + time: TIME, - + root: WINDOW, - + rootX, rootY: INT16] @@ -245,15 +245,15 @@ not required, respectively. - - + + - + gc: "GC" - + gid: GCONTEXT @@ -272,15 +272,15 @@ the value specified by gid. - - + + - + visual: "VISUAL" - + visualid: VISUALID @@ -299,20 +299,20 @@ the value specified by visualid. - - + + - + dpy: "CONNECTION" - + => - + status: BOOL @@ -340,35 +340,35 @@ otherwise. - - + + - + clientMajorVersion: CARD16 - + clientMinorVersion: CARD16 - + => - + serverMajorVersion: CARD16 - + serverMinorVersion: CARD16 - + Errors: Length @@ -389,15 +389,15 @@ extension is usable by the client. This document defines major version two - - + + - + window: WINDOW - + cursor-id: CURSOR or CurrentCursor @@ -405,17 +405,17 @@ or None - + => - + same: BOOL - + Errors: Window, @@ -441,15 +441,15 @@ the result of the comparison in same. - - + + - + events: LISTofFAKE_EVENT - + Errors: Window, @@ -585,10 +585,10 @@ error occurs. - - + + - + impervious: BOOL -- cgit v1.2.1