From bd15ca56e689a63832cd6aa63b638fcdbe406b04 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 30 Oct 2010 00:03:21 -0700 Subject: xc-misc.xml: Misc. markup cleanups Signed-off-by: Alan Coopersmith --- specs/xc-misc.xml | 74 +++++++++++++++++++++++++------------------------------ 1 file changed, 34 insertions(+), 40 deletions(-) diff --git a/specs/xc-misc.xml b/specs/xc-misc.xml index 65ba0d2..f3f8f62 100644 --- a/specs/xc-misc.xml +++ b/specs/xc-misc.xml @@ -13,16 +13,17 @@ BobScheifler + + DavidWiggins + + X Consortium -DavidWiggins - X Consortium Standard 1994X Consortium Version 1.1 X Consortium X Version 11, Release 6.9/7.0 -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -70,60 +71,61 @@ exhausted its current pool of resource IDs. Requests -XCMiscGetVersion + +XCMiscGetVersion - client_major_version: CARD16 - client_minor_version: CARD16 + client_major_version: CARD16 + client_minor_version: CARD16 => - client_major_version: CARD16 - client_minor_version: CARD16 + client_major_version: CARD16 + client_minor_version: CARD16 -If supplied, the client_major_version and -client_minor_version indicate what version of -the protocol the client wants the server to implement. The server version +If supplied, the client_major_version and +client_minor_version indicate what version of +the protocol the client wants the server to implement. The server version numbers returned indicate the protocol this extension actually supports. This might not equal the version sent by the client. An implementation can (but need not) support more than one version simultaneously. The -server_major_version and the server_minor_version are a +server_major_version and the server_minor_version are a mechanism to support future revisions of the XC-MISC protocol which may be necessary. In general, the major version would increment for incompatible changes, and the minor version would increment for small, upward-compatible changes. Servers that support the protocol -defined in this document will return a -server_major_version of one (1), and a -server_minor_version of one (1). +defined in this document will return a +server_major_version of one (1), and a +server_minor_version of one (1). XCMiscGetXIDRange => - start_id: XID - count: CARD32 + start_id: XID + count: CARD32 This request returns a range of available resource IDs for the client -issuing the request. start_id is the first -ID in the range. count is the number of IDs -in the range. The returned range may or may not be the largest possible +issuing the request. start_id is the first +ID in the range. count is the number of IDs +in the range. The returned range may or may not be the largest possible range. XCMiscGetXIDList - count: CARD32 + count: CARD32 => - ids: LISTofXID + ids: LISTofXID -This request returns the a list of individual resource IDs in -ids. -count is the number of resource IDs requested. +This request returns the a list of individual resource IDs in +ids. +count is the number of resource IDs requested. The number returned may be smaller than the number requested. @@ -141,16 +143,14 @@ conventions established there. The name of this extension is “XC-MISC”. - + XCMiscGetVersion 1 CARD8 opcode 1 0 XC-MISC opcode 2 2 request length 2 CARD16 client_major_version 2 CARD16 client_minor_version - - - + => 1 1 Reply 1 unused @@ -160,16 +160,13 @@ conventions established there. 2 CARD16 server_minor_version 20 unused - - + XCMiscGetXIDRange 1 CARD8 opcode 1 1 XC-MISC opcode 2 1 request length - - - + => 1 1 Reply 1 unused @@ -179,17 +176,15 @@ conventions established there. 4 CARD32 count 16 unused - - + + XCMiscGetXIDList 1 CARD8 opcode 1 2 XC-MISC opcode 2 2 request length 4 CARD32 count - - - + => 1 1 Reply 1 unused @@ -199,7 +194,6 @@ conventions established there. 20 unused 4n LISTofXID ids - -- cgit v1.2.1