[Xcb-commit] xcb/proto: 2 commits - src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Sep 21 15:10:36 UTC 2023


 src/composite.xml |    6 +++---
 src/shm.xml       |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 1388374c7149114888a6a5cd6e9bf6ad4b42adf8
Author: Uli Schlachter <psychon at znc.in>
Date:   Sun Sep 17 12:41:28 2023 +0200

    Fix typo in "heirarchy"
    
    heirarchy -> hierarchy
    
    Signed-off-by: Uli Schlachter <psychon at znc.in>

diff --git a/src/composite.xml b/src/composite.xml
index 0f15017..dcbf9a6 100644
--- a/src/composite.xml
+++ b/src/composite.xml
@@ -112,7 +112,7 @@ other requests using Composite.  Failure to do so will cause a BadRequest error.
     <field type="CARD8" name="update" enum="Redirect" />
     <pad bytes="3" />
     <doc>
-      <brief>Redirect the heirarchy starting at "window" to off-screen storage.</brief>
+      <brief>Redirect the hierarchy starting at "window" to off-screen storage.</brief>
       <description>
 	The hierarchy starting at 'window' is directed to off-screen
 	storage.  When all clients enabling redirection terminate,
@@ -121,7 +121,7 @@ other requests using Composite.  Failure to do so will cause a BadRequest error.
 	The root window may not be redirected. Doing so results in a Match
 	error.
       </description>
-      <field name="window">The root of the heirarchy to redirect to off-screen storage.</field>
+      <field name="window">The root of the hierarchy to redirect to off-screen storage.</field>
       <field name="update">
 	Whether contents are automatically mirrored to the parent window.  If one client
 	already specifies an update type of Manual, any attempt by another to specify a
@@ -142,7 +142,7 @@ other requests using Composite.  Failure to do so will cause a BadRequest error.
 	then painting of the window background during window manipulation
 	and ClearArea requests is inhibited.
       </description>
-      <field name="window">The root of the heirarchy to redirect to off-screen storage.</field>
+      <field name="window">The root of the hierarchy to redirect to off-screen storage.</field>
       <field name="update">
 	Whether contents are automatically mirrored to the parent window.  If one client
 	already specifies an update type of Manual, any attempt by another to specify a
commit ec972747255c7a340f64f8d40770c42bca25344b
Author: Uli Schlachter <psychon at znc.in>
Date:   Sun Sep 17 12:40:03 2023 +0200

    Use simply quote signs
    
    Instead of using "Left Double Quotation Mark", this replaces some
    documentation comments with normal, ASCII-compatible quotation marks.
    
    Related-to: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72
    Signed-off-by: Uli Schlachter <psychon at znc.in>

diff --git a/src/composite.xml b/src/composite.xml
index a998e6e..0f15017 100644
--- a/src/composite.xml
+++ b/src/composite.xml
@@ -112,7 +112,7 @@ other requests using Composite.  Failure to do so will cause a BadRequest error.
     <field type="CARD8" name="update" enum="Redirect" />
     <pad bytes="3" />
     <doc>
-      <brief>Redirect the heirarchy starting at “window” to off-screen storage.</brief>
+      <brief>Redirect the heirarchy starting at "window" to off-screen storage.</brief>
       <description>
 	The hierarchy starting at 'window' is directed to off-screen
 	storage.  When all clients enabling redirection terminate,
diff --git a/src/shm.xml b/src/shm.xml
index 41fb1c1..0f93a2c 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -196,10 +196,10 @@ The Y coordinate on the destination drawable to copy to.
       <field name="depth">The depth to use.</field>
       <field name="format"><![CDATA[
 The format of the image being drawn.  If it is XYBitmap, depth must be 1, or a
-“BadMatch” error results.  The foreground pixel in the GC determines the source
+"BadMatch" error results.  The foreground pixel in the GC determines the source
 for the one bits in the image, and the background pixel determines the source
 for the zero bits.  For XYPixmap and ZPixmap, the depth must match the depth of
-the drawable, or a “BadMatch” error results.
+the drawable, or a "BadMatch" error results.
       ]]></field>
       <field name="send_event"><![CDATA[
 True if the server should send an XCB_SHM_COMPLETION event when the blit


More information about the xcb-commit mailing list