From 4f42558a78d3e14b611247249f3f300424f8ecd3 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Wed, 25 May 2011 21:56:10 -0600 Subject: Add id attributes to funcsynopsis to allow other docs to olink to them. Signed-off-by: Matt Dew Reviewed-by: Alan Coopersmith Reviewed-by: Gaetan Nadon --- specs/evi.xml | 4 ++-- specs/security.xml | 10 +++++----- specs/shm.xml | 14 +++++++------- specs/tog-cup.xml | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) (limited to 'specs') diff --git a/specs/evi.xml b/specs/evi.xml index a565f73..12f8923 100644 --- a/specs/evi.xml +++ b/specs/evi.xml @@ -374,7 +374,7 @@ The include file for this extension is: < X11/extensions/XEVI.h>. - + Bool XeviQueryVersion Display *display @@ -433,7 +433,7 @@ To get the extended information for any subset of visuals use XeviGetVisualInfo. - + int XeviGetVisualInfo Display *display diff --git a/specs/security.xml b/specs/security.xml index ee132f3..828ea5c 100644 --- a/specs/security.xml +++ b/specs/security.xml @@ -1141,7 +1141,7 @@ All functions that have return type Status will return nonzero for success and zero for failure. - + Status XSecurityQueryExtension Display *dpy @@ -1162,7 +1162,7 @@ function. If a client violates this rule, the effects of all subsequent XSecurity calls that it makes are undefined. - + Xauth *XSecurityAllocXauth void @@ -1266,7 +1266,7 @@ The Xauth structure returned by this function is initialized as follows: name_length and data_length are zero, and name and data are NULL. - + void XSecurityFreeXauth Xauth *auth @@ -1287,7 +1287,7 @@ function, including the name and data fields. - + Bool XSecurityRevokeAuthorization Display *dpy @@ -1304,7 +1304,7 @@ clients that attempt to connect using that authorization will be refused. - + Xauth *XSecurityGenerateAuthorization Display *dpy diff --git a/specs/shm.xml b/specs/shm.xml index 127412c..a389c05 100644 --- a/specs/shm.xml +++ b/specs/shm.xml @@ -133,7 +133,7 @@ the net, or in some other environment where the extension will not work. To perform this check, call either - + Status XShmQueryExtension Display *display @@ -144,7 +144,7 @@ To perform this check, call either or - + Status XShmQueryVersion Display *display @@ -198,7 +198,7 @@ Use the shared memory XImage, much like a normal one. To create a shared memory XImage, use: - + XImage *XShmCreateImage Display *display @@ -313,7 +313,7 @@ ready for use. To write a shared memory XImage into an X drawable, use XShmPutImage: - + Status XShmPutImage Display *display @@ -376,7 +376,7 @@ completion event, the results you see on the screen may be inconsistent. To read image data into a shared memory XImage, use the following: - + Status XShmGetImage Display *display @@ -419,7 +419,7 @@ format is) and independent of the screen. Use XShmPixmapFormat to get the format for the server: - + int XShmPixmapFormat Display *display @@ -439,7 +439,7 @@ bytes_per_line value to use. Once you have your shminfo structure filled in, simply call: - + Pixmap XShmCreatePixmap Display *display diff --git a/specs/tog-cup.xml b/specs/tog-cup.xml index bb6fb25..4107ddc 100644 --- a/specs/tog-cup.xml +++ b/specs/tog-cup.xml @@ -354,7 +354,7 @@ The include file for this extension is <X11/extensions/Xcup.h>. - + Status XCupQueryVersion Display* display @@ -414,7 +414,7 @@ To get the list of reserved colormap entries, use XCupGetReservedColormapEntries. - + Status XCupGetReservedColormapEntries Display* display @@ -468,7 +468,7 @@ To allocate one or more read-only color cells with RGB values, use XCupStoreColors. - + Status XCupStoreColors Display* display -- cgit v1.2.3