mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-28 05:10:13 +01:00
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>
This commit is contained in:
parent
98eeebfc2d
commit
ec97274725
2 changed files with 3 additions and 3 deletions
|
|
@ -112,7 +112,7 @@ other requests using Composite. Failure to do so will cause a BadRequest error.
|
||||||
<field type="CARD8" name="update" enum="Redirect" />
|
<field type="CARD8" name="update" enum="Redirect" />
|
||||||
<pad bytes="3" />
|
<pad bytes="3" />
|
||||||
<doc>
|
<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>
|
<description>
|
||||||
The hierarchy starting at 'window' is directed to off-screen
|
The hierarchy starting at 'window' is directed to off-screen
|
||||||
storage. When all clients enabling redirection terminate,
|
storage. When all clients enabling redirection terminate,
|
||||||
|
|
|
||||||
|
|
@ -196,10 +196,10 @@ The Y coordinate on the destination drawable to copy to.
|
||||||
<field name="depth">The depth to use.</field>
|
<field name="depth">The depth to use.</field>
|
||||||
<field name="format"><![CDATA[
|
<field name="format"><![CDATA[
|
||||||
The format of the image being drawn. If it is XYBitmap, depth must be 1, or a
|
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 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
|
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>
|
||||||
<field name="send_event"><![CDATA[
|
<field name="send_event"><![CDATA[
|
||||||
True if the server should send an XCB_SHM_COMPLETION event when the blit
|
True if the server should send an XCB_SHM_COMPLETION event when the blit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue