summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2023-09-17 12:40:03 +0200
committerUli Schlachter <psychon@znc.in>2023-09-17 12:40:03 +0200
commitec972747255c7a340f64f8d40770c42bca25344b (patch)
treeb8a71a7eb5f42d1dac57328cfc50bf18295caa08
parent98eeebfc2d7db5377b85437418fb942ea30ffc0d (diff)
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@znc.in>
-rw-r--r--src/composite.xml2
-rw-r--r--src/shm.xml4
2 files changed, 3 insertions, 3 deletions
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