From 558ec1d7194307d7ce73aeae2f4f61df9d44bba0 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Tue, 4 Oct 2011 21:50:03 -0600 Subject: Cleanup IDs and links in doc 1 - fix the capitalization of the ID attributes to match either the or <funcdef> string it goes with. 2 - fix any <linkend>'s that were affected by 1. 3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org> --- specs/xtestlib.xml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'specs/xtestlib.xml') diff --git a/specs/xtestlib.xml b/specs/xtestlib.xml index ff4877c..463149a 100644 --- a/specs/xtestlib.xml +++ b/specs/xtestlib.xml @@ -66,7 +66,7 @@ in this Software without prior written authorization from the X Consortium. </legalnotice> </bookinfo> -<chapter id='overview'> +<chapter id='Overview'> <title>Overview @@ -114,7 +114,7 @@ Minimize performance penalties on normal server operation. - + Description The functions provided by this extension fall into two groups: @@ -164,7 +164,7 @@ or pressed a key or button. - + C Language Binding @@ -188,7 +188,7 @@ The include file for this extension is <X11/extensions/XTest.h>. - + Bool XTestQueryExtension Display *display @@ -200,7 +200,7 @@ The include file for this extension is -XTestQueryExtension + returns True if the specified display supports the XTEST extension, else @@ -215,7 +215,7 @@ numbers of the extension supported by the display. Otherwise, none of the arguments are set. - + Bool XTestCompareCursorWithWindow Display *display @@ -225,7 +225,7 @@ the arguments are set. If the extension is supported, -XTestCompareCursorWithWindow + performs a comparison of the cursor whose ID is specified by cursor (which may be None @@ -237,7 +237,7 @@ otherwise. If the extension is not supported, then the request is ignored and zero is returned. - + BoolXTestCompareCurrentCursorWithWindow Display *display @@ -246,7 +246,7 @@ zero is returned. If the extension is supported, -XTestCompareCurrentCursorWithWindow + performs a comparison of the current cursor with the cursor of the specified window returning True @@ -256,7 +256,7 @@ otherwise. If the extension is not supported, then the request is ignored and zero is returned. - + XTestFakeKeyEvent Display *display @@ -267,7 +267,7 @@ zero is returned. If the extension is supported, -XTestFakeKeyEvent + requests the server to simulate either a KeyPress (if is_press is @@ -288,7 +288,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestFakeButtonEvent Display *display @@ -299,7 +299,7 @@ and subsequent processing of the simulated event has been completed. If the extension is supported, -XTestFakeButtonEvent + requests the server to simulate either a ButtonPress (if is_press is @@ -321,7 +321,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestFakeMotionEvent Display *display @@ -333,7 +333,7 @@ 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 @@ -349,7 +349,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestFakeRelativeMotionEvent Display *display @@ -362,7 +362,7 @@ 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 offsets (x, y) relative to the current pointer position on screen_number; otherwise, the request is ignored. If screen_number is -1, the @@ -378,7 +378,7 @@ this client will be processed until this delay, if any, has expired and subsequent processing of the simulated event has been completed. - + XTestGrabControl Display *display @@ -394,7 +394,7 @@ then the executing client returns to the normal state of being susceptible to server grabs. - + Bool XTestSetGContextOfGC GC gc @@ -403,12 +403,12 @@ to server grabs. -XTestSetGContextOfGC + sets the GContext within the opaque datatype referenced by gc to be that specified by gid. - + XTestSetVisualIDOfVisual Visual *visual @@ -417,12 +417,12 @@ be that specified by gid. -XTestSetVisualIDOfVisual + sets the VisualID within the opaque datatype referenced by visual to be that specified by visualid. - + Bool XTestDiscard Display *display @@ -430,7 +430,7 @@ be that specified by visualid. -XTestDiscard + discards any requests within the output buffer for the specified display. It returns True @@ -439,7 +439,7 @@ if any requests were discarded; otherwise, it returns - + References -- cgit v1.2.3