diff options
Diffstat (limited to 'proto/xextproto/specs/tog-cup.xml')
-rw-r--r-- | proto/xextproto/specs/tog-cup.xml | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/proto/xextproto/specs/tog-cup.xml b/proto/xextproto/specs/tog-cup.xml index 08bb19b0c..bb6fb2558 100644 --- a/proto/xextproto/specs/tog-cup.xml +++ b/proto/xextproto/specs/tog-cup.xml @@ -64,9 +64,7 @@ X Window System is a trademark of The Open Group. </legalnotice> </bookinfo> -<chapter> -<title>TITLE</title> -<sect1 id="Overview"> +<chapter id="Overview"> <title>Overview</title> <para> This extension has three purposes: a) to provide mechanism for a special @@ -101,9 +99,9 @@ already been allocated, the color will be allocated in the private colormap at the same locaton as in the default colormap (instead of in the first available location.) </para> -</sect1> +</chapter> -<sect1 id="Requests"> +<chapter id="Requests"> <title>Requests</title> <para> <function>QueryVersion</function> @@ -246,23 +244,23 @@ BadMatch error is generated if if cmap does not belong to a GrayScale, PseudoColor, or DirectColor visual. </para> -</sect1> +</chapter> -<sect1 id="Events_and_Errors"> +<chapter id="Events_and_Errors"> <title>Events and Errors</title> <para> No new events or errors are defined by this extension. </para> -</sect1> -<sect1 id="Changes_to_existing_protocol_"> +</chapter> +<chapter id="Changes_to_existing_protocol_"> <title>Changes to existing protocol.</title> <para> None. </para> -</sect1> +</chapter> -<sect1 id="Encoding"> +<chapter id="Encoding"> <title>Encoding</title> <para> The name of this extension is "TOG-CUP". @@ -338,9 +336,9 @@ additional alloc-ok member in the CUPStoreColors reply.) #xF0 unused 1 unused </literallayout> -</sect1> +</chapter> -<sect1 id="C_Language_Binding"> +<chapter id="C_Language_Binding"> <title>C Language Binding</title> <para> @@ -531,9 +529,9 @@ colors are read-only (shareable). XCupStoreColors returns the number of colors that were successfully allocated in the colormap. </para> -</sect1> +</chapter> -<sect1 id="Using_the_TOG_CUP_extension_and_Colormap_Utilization_Policy"> +<chapter id="Using_the_TOG_CUP_extension_and_Colormap_Utilization_Policy"> <title>Using the TOG-CUP extension and Colormap Utilization Policy</title> <para> The X server preallocates any hardware or desktop special colors in the @@ -557,6 +555,6 @@ using XCupStoreColors the colors will be allocated sharable (read-only) and any other application which allocates the same color will share that color cell. </para> -</sect1> </chapter> + </book> |