From 618cea608d726c0aeb48960da7bedc2dd8b36bba Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Fri, 30 Sep 2011 22:28:10 -0600 Subject: #1 - fix the capitalization 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. Signed-off-by: Matt Dew <marcoz@osource.org> --- specs/dbe.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'specs/dbe.xml') diff --git a/specs/dbe.xml b/specs/dbe.xml index 8c87548..d0319d3 100644 --- a/specs/dbe.xml +++ b/specs/dbe.xml @@ -48,7 +48,7 @@ without express or implied warranty. </legalnotice> </bookinfo> -<chapter id="introduction"> +<chapter id='Introduction'> <title>Introduction The Double Buffer Extension (DBE) provides a standard way to utilize double-buffering within the framework of the X Window System. Double-buffering @@ -64,7 +64,7 @@ The result is a flicker-free animation. - + Goals This extension should enable clients to: @@ -125,7 +125,7 @@ access (DGHA) architectures. - + Concepts @@ -281,7 +281,7 @@ frame rate) should investigate the Synchronization Extension, an X Consortium standard. - + Window Management Operations @@ -333,7 +333,7 @@ It is tiled with the window background in both buffers, and - + Complex Swap Actions DBE has no explicit knowledge of ancillary buffers (for example, depth @@ -435,11 +435,11 @@ ensure best possible performance across a wide variety of implementations. - + Requests The DBE defines the following requests. - + DBEGetVersion This request returns the major and minor version numbers of this extension. @@ -498,7 +498,7 @@ otherwise, the client will get undefined behavior (DBE may or may not work). - + DBEGetVisualInfo This request returns information about which visuals support double buffering. @@ -577,7 +577,7 @@ returned, starting with screen zero. - + DBEAllocateBackBufferName @@ -645,7 +645,7 @@ back-buffer-name is freed. - + DBEDeallocateBackBufferName This request frees a drawable ID that was obtained by @@ -683,7 +683,7 @@ a Buffer error results). - + DBESwapBuffers This request swaps the buffers for all windows listed, applying the @@ -782,7 +782,7 @@ type of idiom, it must immediately follow the - + DBEBeginIdiom This request informs the server that a complex swap will immediately follow @@ -800,7 +800,7 @@ free to implement this request as a no-op. - + DBEEndIdiom @@ -818,7 +818,7 @@ request as a no-op. - + DBEGetBackBufferAttributes This request returns information about a back buffer. @@ -860,7 +860,7 @@ the window field of the attributes in the reply will be None. - + Encoding Please refer to the X11 Protocol Encoding document as this section uses @@ -869,7 +869,7 @@ syntactic conventions and data types established there. The name of this extension is "DOUBLE-BUFFER". - + Type The following new types are used by the extension. @@ -906,7 +906,7 @@ BUFFER_ATTRIBUTES - + Error Buffer @@ -920,7 +920,7 @@ BUFFER_ATTRIBUTES - + Request @@ -1018,7 +1018,7 @@ DBEGetVersion - + Acknowledgements We wish to thank the following individuals who have contributed their time @@ -1042,7 +1042,7 @@ draft of the specification. David served as architect. - + References Jeffrey Friedberg, Larry Seiler, and Jeff Vroom, "Multi-buffering Extension -- cgit v1.2.1