From 1676c80db40bffec416da6e3d0002ff9d37093b3 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 27 Jun 2010 20:45:38 -0400 Subject: specs: remove trailing spaces in DocBook XML docs Signed-off-by: Gaetan Nadon --- specs/xtestlib.xml | 105 ++++++++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 53 deletions(-) (limited to 'specs') diff --git a/specs/xtestlib.xml b/specs/xtestlib.xml index ab41656..e177345 100644 --- a/specs/xtestlib.xml +++ b/specs/xtestlib.xml @@ -26,42 +26,42 @@ -Permission to use, copy, modify, and distribute this documentation for -any purpose and without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. UniSoft -makes no representations about the suitability for any purpose of the -information in this document. This documentation is provided +Permission to use, copy, modify, and distribute this documentation for +any purpose and without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. UniSoft +makes no representations about the suitability for any purpose of the +information in this document. This documentation is provided “as is” without express or implied warranty. -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 +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: -The above copyright notice and this permission notice shall be included in all +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN -NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Except as contained in this notice, the name of the X Consortium shall not -be used in advertising or otherwise to promote the sale, use or other dealings +Except as contained in this notice, the name of the X Consortium shall not +be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. @@ -103,10 +103,10 @@ itself needs testing, where possible, and so should be as simple as possible. -Confine the extension to an appropriate high level -within the server to minimize portability problems. In practice this -means that the extension should be at the DIX level or use the -DIX/DDX interface, or both. This has effects, in particular, on the +Confine the extension to an appropriate high level +within the server to minimize portability problems. In practice this +means that the extension should be at the DIX level or use the +DIX/DDX interface, or both. This has effects, in particular, on the level at which "input synthesis" can occur. @@ -132,7 +132,7 @@ Minimize performance penalties on normal server operation. Client Operations -These routines manipulate otherwise hidden client-side behavior. +These routines manipulate otherwise hidden client-side behavior. The actual implementation will depend on the details of the actual language binding and what degree of request buffering, GContext caching, and so on, is provided. In the C binding, defined in section 7, routines are provided @@ -157,13 +157,13 @@ versions of its own. The remaining two requests allow the following: -Access to an otherwise "write-only" server resource: the +Access to an otherwise "write-only" server resource: the cursor associated with a given window -Perhaps most importantly, limited synthesis of input +Perhaps most importantly, limited synthesis of input device events, almost as if a cooperative user had moved the pointing device or pressed a key or button. @@ -177,14 +177,14 @@ or pressed a key or button. C Language Binding -The C functions either provide direct access to the protocol and add no -additional semantics to those defined in section 5 or they correspond +The C functions either provide direct access to the protocol and add no +additional semantics to those defined in section 5 or they correspond directly to the abstract descriptions of client operations in section 4. -All XTEST extension functions and procedures, and all manifest constants -and macros, will start with the string "XTest". All operations are +All XTEST extension functions and procedures, and all manifest constants +and macros, will start with the string "XTest". All operations are classified as server/client (Server) or client-only (Client). All routines that have return type Status will return nonzero for "success" and zero for "failure." Even if the XTEST extension is @@ -214,13 +214,13 @@ returns True if the specified display supports the XTEST extension, else False -If the extension is supported, *event_base would be set to the event number -for the first event for this extension and *error_base would be set to the -error number for the first error for this extension. As no errors or -events are defined for this version of the extension, the values returned -here are not defined (nor useful). If the extension is supported, -*major_version and *minor_version are set to the major and minor version -numbers of the extension supported by the display. Otherwise, none of +If the extension is supported, *event_base would be set to the event number +for the first event for this extension and *error_base would be set to the +error number for the first error for this extension. As no errors or +events are defined for this version of the extension, the values returned +here are not defined (nor useful). If the extension is supported, +*major_version and *minor_version are set to the major and minor version +numbers of the extension supported by the display. Otherwise, none of the arguments are set. @@ -235,7 +235,7 @@ the arguments are set. If the extension is supported, XTestCompareCursorWithWindow -performs a comparison of the cursor whose ID is specified by cursor (which +performs a comparison of the cursor whose ID is specified by cursor (which may be None with the cursor of the window specified by window returning @@ -254,9 +254,9 @@ zero is returned. -If the extension is supported, +If the extension is supported, XTestCompareCurrentCursorWithWindow -performs a comparison of the current cursor with the cursor of the specified +performs a comparison of the current cursor with the cursor of the specified window returning True if they are the same and @@ -289,7 +289,7 @@ of the key with the specified keycode; otherwise, the request is ignored. -If the extension is supported, the simulated event will not be processed +If the extension is supported, the simulated event will not be processed until delay milliseconds after the request is received (if delay is CurrentTime then this is interpreted as no delay at all). No other requests from @@ -317,7 +317,7 @@ or a ButtonRelease (if is_press is False -of the logical button numbered by the specified button; otherwise, the +of the logical button numbered by the specified button; otherwise, the request is ignored. @@ -343,14 +343,14 @@ and subsequent processing of the simulated event has been completed. If the extension is supported, XTestFakeMotionEvent -requests the server to simulate a movement of the pointer to the specified -position (x, y) on the root window of screen_number; otherwise, the request -is ignored. If screen_number is -1, the current screen (that the pointer +requests the server to simulate a movement of the pointer to the specified +position (x, y) on the root window of screen_number; otherwise, the request +is ignored. If screen_number is -1, the current screen (that the pointer is on) is used. -If the extension is supported, the simulated event will not be processed +If the extension is supported, the simulated event will not be processed until delay milliseconds after the request is received (if delay is CurrentTime then this is interpreted as no delay at all). No other requests from @@ -372,14 +372,14 @@ and subsequent processing of the simulated event has been completed. If the extension is supported, XTestFakeRelativeMotionEvent -requests the server to simulate a movement of the pointer by the specified +requests the server to simulate a movement of the pointer by the specified offsets (x, y) relative to the current pointer position on screen_number; otherwise, the request is ignored. If screen_number is -1, the current screen (that the pointer is on) is used. -If the extension is supported, the simulated event will not be processed +If the extension is supported, the simulated event will not be processed until delay milliseconds after the request is received (if delay is CurrentTime then this is interpreted as no delay at all). No other requests from @@ -399,7 +399,7 @@ and subsequent processing of the simulated event has been completed. True then the executing client becomes impervious to server grabs. If impervious is False -then the executing client returns to the normal state of being susceptible +then the executing client returns to the normal state of being susceptible to server grabs. @@ -452,17 +452,16 @@ if any requests were discarded; otherwise, it returns References -Annicchiarico, D., et al., XTrap: The XTrap +Annicchiarico, D., et al., XTrap: The XTrap Architecture. Digital Equipment Corporation, July 1991. -Drake, K. J., Some Proposals for a Minimum X11 +Drake, K. J., Some Proposals for a Minimum X11 Testing Extension. UniSoft Ltd., June 1991. - -- cgit v1.2.1