From 3464d6eebfaaf015ea6b25a9a437192ddb1b02b0 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Tue, 20 Sep 2011 22:06:05 -0600 Subject: Fix id attributes capitolization #1 - fix the capitolization of the ID attriutes 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. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> --- specs/dbelib.xml | 68 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'specs') diff --git a/specs/dbelib.xml b/specs/dbelib.xml index b0001b3..f1692d0 100644 --- a/specs/dbelib.xml +++ b/specs/dbelib.xml @@ -56,7 +56,7 @@ purpose of the information in this document. This documentation is provided </bookinfo> -<chapter id="introduction"> +<chapter id='Introduction'> <title>Introduction The Double Buffer Extension (DBE) provides a standard way to utilize @@ -74,7 +74,7 @@ frame. The result is a flicker-free animation. - + Goals @@ -142,7 +142,7 @@ hardware access (DGHA) architectures. - + Concepts Normal windows are created using the core CreateWindow request, which @@ -293,7 +293,7 @@ that need such facilities (for example, to maintain a constant frame rate) should investigate the Synchronization Extension, an X Consortium standard. - + Window Management Operations @@ -344,7 +344,7 @@ events are generated for D. - + Complex Swap Actions DBE has no explicit knowledge of ancillary buffers (for example, depth buffers @@ -451,14 +451,14 @@ variety of implementations. - + C Language Binding All identiļ¬er The header for this extension is <X11/extensions/Xdbe.h>. names provided by this header begin with Xdbe. - + Types @@ -475,7 +475,7 @@ The type XdbeSwapAction can be one of the constants - + C Functions The C functions provide direct access to the protocol and add no additional @@ -486,7 +486,7 @@ start of the function name with DBE. All functions that have return type zero for failure. - + Status XdbeQueryExtension Display *dpy @@ -496,7 +496,7 @@ zero for failure. -XdbeQueryExtension sets major version return and minor +XdbeQueryExtension sets major version return and minor version return to the major and minor DBE protocol version supported by the server. If the DBE library is compatible with the version returned by the server, it returns nonzero. If dpy does not support the DBE extension, @@ -507,7 +507,7 @@ violates this rule, the effects of all subsequent Xdbe calls that it makes are undefined. - + XdbeScreenVisualInfo *XdbeGetVisualInfo Display *dpy @@ -518,7 +518,7 @@ are undefined. -XdbeGetVisualInfo returns information about which +XdbeGetVisualInfo returns information about which visuals support double buffering. The argument num_screens specifies how many elements there are in the screen_specifiers list. Each drawable in screen_specifiers designates a screen for which the supported visuals are @@ -564,11 +564,11 @@ int perflevel performance level of visual XdbeFreeVisualInfo frees the list of XdbeScreenVisualInfo returned by -XdbeGetVisualInfo. +XdbeGetVisualInfo. - + XdbeBackBuffer XdbeAllocateBackBufferName Display *dpy @@ -579,16 +579,16 @@ int perflevel performance level of visual -XdbeAllocateBackBufferName returns a drawable ID used +XdbeAllocateBackBufferName returns a drawable ID used to refer to the back buffer of the specified window. The swap_action is a hint to indicate the swap_action that will likely be used in subsequent -calls to XdbeSwapBuffers. The actual swap_action -used in calls to XdbeSwapBuffers does not have to be +calls to XdbeSwapBuffers. The actual swap_action +used in calls to XdbeSwapBuffers does not have to be the same as the swap_action passed to this function, though clients are encouraged to provide accurate information whenever possible. - + Status XdbeDeallocateBackBufferName Display *dpy @@ -597,14 +597,14 @@ encouraged to provide accurate information whenever possible. -XdbeDeallocateBackBufferName frees the specified +XdbeDeallocateBackBufferName frees the specified drawable ID, buffer, that was obtained via -XdbeAllocateBackBufferName. The buffer must be a valid +XdbeAllocateBackBufferName. The buffer must be a valid name for the back buffer of a window, or an XdbeBadBuffer error results. - + Status XdbeSwapBuffers Display *dpy @@ -614,7 +614,7 @@ name for the back buffer of a window, or an -XdbeSwapBuffers swaps the front and back buffers +XdbeSwapBuffers swaps the front and back buffers for a list of windows. The argument num_windows specifies how many windows are to have their buffers swapped; it is the number of elements in the swap_info array. The argument swap_info specifies the information needed @@ -629,7 +629,7 @@ Window swap_window window for which to swap buffers XdbeSwapAction swap_action swap action to use for this swap window - + Status XdbeBeginIdiom Display *dpy @@ -637,14 +637,14 @@ XdbeSwapAction swap_action swap action to use for this swap window -XdbeBeginIdiom marks the beginning of an idiom +XdbeBeginIdiom marks the beginning of an idiom sequence. See - - + + for a complete discussion of idioms. - + Status XdbeEndIdiom Display *dpy @@ -652,10 +652,10 @@ for a complete discussion of idioms. -XdbeEndIdiom marks the end of an idiom sequence. +XdbeEndIdiom marks the end of an idiom sequence. - + XdbeBackBufferAttributes *XdbeGetBackBufferAttributes Display *dpy @@ -664,7 +664,7 @@ for a complete discussion of idioms. -XdbeGetBackBufferAttributes returns the attributes associated with +XdbeGetBackBufferAttributes returns the attributes associated with the specified buffer. @@ -681,11 +681,11 @@ set to None. The returned XdbeBackBufferAttributes structure -can be freed with the Xlib function XFree. +can be freed with the Xlib function XFree. - + Errors The XdbeBufferError structure has the following fields: @@ -702,7 +702,7 @@ unsigned char minor code Minor op-code of failed request - + Acknowledgements @@ -727,7 +727,7 @@ of the specification. David served as architect. - + References Jeffrey Friedberg, Larry Seiler, and Jeff Vroom, "Multi-buffering Extension -- cgit v1.2.1