xorgproto: Branch 'master' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 11 15:21:42 UTC 2022


 specs/xextproto/dbe.xml |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 912e050d8df0fc3d034c8b03d8afe37b9ce15402
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jun 8 17:13:05 2022 -0700

    DBE spec: make titles more consistent in Encoding section
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/specs/xextproto/dbe.xml b/specs/xextproto/dbe.xml
index a56df16..f0b345c 100644
--- a/specs/xextproto/dbe.xml
+++ b/specs/xextproto/dbe.xml
@@ -900,18 +900,22 @@ syntactic conventions and data types established there.
 3                            unused
 </literallayout>
 
+<para>VISINFO</para>
 <literallayout class="monospaced">
-VISINFO
 4     VISUALID                visual
 1     CARD8                   depth
 1     CARD8                   perflevel
 2                             unused
+</literallayout>
 
-SCREENVISINFO
+<para>SCREENVISINFO</para>
+<literallayout class="monospaced">
 4     CARD32                  n, number in list
 8n    LISTofVISINFO           n VISINFOs
+</literallayout>
 
-BUFFER_ATTRIBUTES
+<para>BUFFER_ATTRIBUTES</para>
+<literallayout class="monospaced">
 4     WINDOW                 window
 </literallayout>
 </sect1>
@@ -933,8 +937,8 @@ BUFFER_ATTRIBUTES
 <sect1 id='Request'>
 <title>Request</title>
 
+<para><function>DBEGetVersion</function></para>
 <literallayout class="monospaced">
-DBEGetVersion
 1     CARD8                  major-opcode
 1     0                      minor-opcode
 2     2                      request length
commit 1535e9531574f6c4cb66d0f1e3e3e6caa1a90039
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jun 8 17:03:12 2022 -0700

    DBE spec: define j in DBEGetVisualInfo reply encoding
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/specs/xextproto/dbe.xml b/specs/xextproto/dbe.xml
index 7b09f5a..a56df16 100644
--- a/specs/xextproto/dbe.xml
+++ b/specs/xextproto/dbe.xml
@@ -1005,7 +1005,7 @@ DBEGetVersion
 1     1                       Reply
 1                             unused
 2     CARD16                  sequence number
-4     CARD32                  reply length
+4     CARD32                  j, reply length
 4     CARD32                  m, number of SCREENVISINFOs in list
 20                            unused
 4j    LISTofSCREENVISINFO     m SCREENVISINFOs


More information about the xorg-commit mailing list