mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: Improve a bit of grammar for wl_surface::attach description
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
2830aa14c9
commit
1f5698b173
1 changed files with 2 additions and 2 deletions
|
|
@ -952,10 +952,10 @@
|
||||||
|
|
||||||
Destroying the wl_buffer after wl_buffer.release does not change
|
Destroying the wl_buffer after wl_buffer.release does not change
|
||||||
the surface contents. However, if the client destroys the
|
the surface contents. However, if the client destroys the
|
||||||
wl_buffer before receiving wl_buffer.release, the surface
|
wl_buffer before receiving the wl_buffer.release event, the surface
|
||||||
contents become undefined immediately.
|
contents become undefined immediately.
|
||||||
|
|
||||||
Only if wl_surface.attach is sent with a NULL wl_buffer, the
|
If wl_surface.attach is sent with a NULL wl_buffer, the
|
||||||
following wl_surface.commit will remove the surface content.
|
following wl_surface.commit will remove the surface content.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue