mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-07 18:58:07 +02:00
linux-dmabuf: Fix grammar
Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
This commit is contained in:
parent
e193660a38
commit
35357a3f48
1 changed files with 3 additions and 3 deletions
|
|
@ -282,7 +282,7 @@
|
|||
authoritative source on how the format codes should work.
|
||||
|
||||
The 'flags' is a bitfield of the flags defined in enum "flags".
|
||||
'y_invert' means the that the image needs to be y-flipped.
|
||||
'y_invert' means that the image needs to be y-flipped.
|
||||
|
||||
Flag 'interlaced' means that the frame in the buffer is not
|
||||
progressive as usual, but interlaced. An interlaced buffer as
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
This request can be sent only once in the object's lifetime, after
|
||||
which the only legal request is destroy. This object should be
|
||||
destroyed after issuing a 'create' request. Attempting to use this
|
||||
object after issuing 'create' raises ALREADY_USED protocol error.
|
||||
object after issuing 'create' raises the ALREADY_USED protocol error.
|
||||
|
||||
It is not mandatory to issue 'create'. If a client wants to
|
||||
cancel the buffer creation, it can just destroy this object.
|
||||
|
|
@ -494,7 +494,7 @@
|
|||
|
||||
<event name="tranche_done">
|
||||
<description summary="a preference tranche has been sent">
|
||||
This event splits tranche_target_device and tranche_formats events in
|
||||
This event splits tranche_target_device and tranche_formats events into
|
||||
preference tranches. It is sent after a set of tranche_target_device
|
||||
and tranche_formats events; it represents the end of a tranche. The
|
||||
next tranche will have a lower preference.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue